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

block labels in block diagram #5973

Open
drdozer opened this issue Oct 17, 2024 · 2 comments
Open

block labels in block diagram #5973

drdozer opened this issue Oct 17, 2024 · 2 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@drdozer
Copy link

drdozer commented Oct 17, 2024

Proposal

The block-beta diagrams support block/end expressions that allow a block to contain other units. This is great, but it would be even more useful if the block could be named.

Would it work to place a label string directly after the block keyword?

Example

an unlabelled block, as we have now

block a b c end

a block that has the label "task2", which is rendered somewhere either within the block or before, above, below, after it

block "task 2" d e f end

Screenshots

No response

@drdozer drdozer added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Oct 17, 2024
@unawarez
Copy link

There is syntax for this (maybe unintentionally) as demo'd in #5423

@drdozer
Copy link
Author

drdozer commented Oct 18, 2024

There is syntax for this (maybe unintentionally) as demo'd in #5423

Interesting. I guess that's a functional hack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants