Hide option for unlinked participants in a page

0 votes
asked Jul 19, 2022 in Wanted features by Neil

I am creating an end-to-end sequence diagram which has multiple participants using `newpage` option as the plantuml auto splits into the numbered pages. So, looking for a feature to hide participants if they are unlinked in a page. As an example

@startuml
hide unlinked

actor A

participant P1
participant P2
participant P3

== Page1 ==

A -> P1: Action P1.1

A -> P2: Action P2.1

newpage

== Page 2 ==

A -> P2: Action P2.2

A -> P3: Action P3

@enduml

At the moment, this shows P1, P2, P3 in all sequence diagrams.

I am looking to hide:

  • P3 in Image1
  • P1 in Image2
Thanks to evaluate the request.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...