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

Enhance the sequence_diagram #1469

Open
Plawn opened this issue Jul 4, 2023 · 0 comments
Open

Enhance the sequence_diagram #1469

Plawn opened this issue Jul 4, 2023 · 0 comments

Comments

@Plawn
Copy link

Plawn commented Jul 4, 2023

Enable a way to have two items on the same line, it could be an item, such as the input parts in the given image

1938b9e2-7dbb-4392-8023-c66422e5041e

or two arrows on the same line.

It could be a syntax such as :

example for two arrows on the same line

shape: sequence_diagram

item1 -> item2 : Link1 {
    # will be on the same line as the next item
    no-increment: true
}

item2 -> item3 : Link2 {
    # is normal
}

example for two items on the same line

shape: sequence_diagram

alice. "generate key" {
    no-increment: true
}

bob."generate key"

Thanks ! :)

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

No branches or pull requests

1 participant