view all pages of diagram with on line editor

0 votes
asked Mar 1, 2018 in Wanted features by escuotto
Hi,

how do I view all the pages wi dun diagram through an online editor?
in this my script, for example:

@startuml
Bob ->x Alice
Bob -> Alice
newpage 1
Bob ->> Alice
Bob -\ Alice
Bob \\- Alice
newpage 2
Bob //-- Alice
Bob ->o Alice
Bob o\\-- Alice
newpage 3
Bob <-> Alice
Bob <->o Alice
@enduml

Only the first page is displayed.

1 Answer

0 votes
answered Mar 2, 2018 by Serge Wenger Work (15,620 points)
 
Best answer

Hello,

Add 1/ after the png in the link to page 2 (first is 0). For example:

http://www.plantuml.com/plantuml/png/1/SoWkIImgAStDuNBAJrBGjQjGSCp9J4w5yg2SlDJoWiJqL0L3gB0Tig8O94vCZ2wQ5YEmkBw-hYwAmVb8l7oWBdHjnc0P6vWB83o4DeVKl1IGcm40

commented Mar 2, 2018 by escuotto@sysmanagement.it
thank you so much.
commented Mar 2, 2018 by anonymous
I tried to use this by adding 1/, but it does not work. Can you please help here.
commented Mar 6, 2018 by bx
For some reason this only seems to work when you use the plantuml.com server. I am hosting my own server and this behavior does not work. Any idea why?
commented Mar 6, 2018 by plantuml (294,960 points)
Yes, it's possible that this feature has not been reported into the open source version of the server. We're going to investigate and then post some news here.
commented Mar 7, 2018 by Serge Wenger Work (15,620 points)
Not working also on my own server
commented Mar 9, 2018 by plantuml (294,960 points)
We've just fixed it in V1.2018.2
The war file http://sourceforge.net/projects/plantuml/files/plantuml.war/download should be ok now
commented Mar 12, 2018 by Serge Wenger Work (15,620 points)
Tested and OK on my server.
Thanks
...