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

Hide arrows by tag or stereotype #1453

Open
JohnLeyva opened this issue Jun 12, 2023 · 1 comment
Open

Hide arrows by tag or stereotype #1453

JohnLeyva opened this issue Jun 12, 2023 · 1 comment
Labels

Comments

@JohnLeyva
Copy link

Hide <>
remove <>

Can be used at the moment to hide/remove components and other similar shapes.

WIll be very useful to do the same with arrows.

https://www.plantuml.com/plantuml/png/SoWkIImgAStDuUAAJenLiB41yktikAAJ8Ema43ivbWj4AEZgsYb4fq8aakti5AmKIl8Lab8LCZ9JKbBpkBYuW8nKc3O49nd8uN98pKi1sW80

@startuml

[a] <<sta>>
[b] <<stb>>
[c]

[d] --> [e] <<stc>> : to be hidden


hide <<stb>>
hide <<stc>>

@enduml
@travkin79
Copy link
Contributor

travkin79 commented May 8, 2024

Sounds like a helpful feature. I'd suggest a slightly differing syntax.

@startuml
[a] <<sta>>
[b] <<stb>>
[c]

[d] --> [e] : to be hidden <<stc>>


hide <<stb>>
hide <<stc>>
@enduml

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

No branches or pull requests

2 participants