Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline operator support (and lines without |) #48

Open
ildar2 opened this issue Sep 1, 2023 · 1 comment
Open

Multiline operator support (and lines without |) #48

ildar2 opened this issue Sep 1, 2023 · 1 comment

Comments

@ildar2
Copy link

ildar2 commented Sep 1, 2023

Hi! Love your tool!
Is there a way to make a single big operator box with a bunch of stuff in it? (and also show a hot flow without ending it with a |)

Because for now this input:

--a---------

> some operator
> continuation

Looks like this:
diagram-2

Expected result:
diagram-3-2

P.S. yeah, I can make two separate operators, but that's not it

@ildar2
Copy link
Author

ildar2 commented Sep 1, 2023

Also I've noticed that you can't have different variables with the same text. I wanted to illustrate 500 errors on different requests using different styling, but first marbles' style gets overwritten

[styles.f]
fill_color = #75bbfd

[styles.g]
fill_color = #68d594

[styles.d]
fill_color = #75bbfd

[styles.c]
fill_color = #68d594

  --f--g----d---c----|
title = Network events:
f := 500
g := 502
d := 200
c := 200

results in:
diagram-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant