Not open URL links in place for activity diagram

0 votes
asked Mar 14, 2015 in Bug by anonymous
1. The following code doesn't open wikipedia page.

<uml>
@startuml
start
if ([[http://en.wikipedia.org/wiki/Main_Page conditionA]]) then (yes)
  :Text 1;
elseif (condition B) then (yes)
  :Text 2;
  stop
elseif (condition C) then (yes)
  :Text 3;
elseif (condition D) then (yes)
  :Text 4;
else (nothing)
  :Text else;
endif
stop
@enduml
</uml>

 

 

2. When I add links to intranet pages, it opens them in place with scroll bars instead of redirecting it to URL or openining it in new tab.

 

Kindly suggest some alternative or let me know if I am using wrong syntax.

 

Regards

Deepal

1 Answer

0 votes
answered Mar 15, 2015 by plantuml (294,960 points)
Hello,

The syntax looks fine. It works fine from http://www.plantuml.com/plantuml/svg/RP0x3uCm38Jt_0gFi13rCS527skb3jqGgg9Ym88w4N7LzjytKAbTifrztvqbbrxC98_xg1QXg8MagdeHbskDd3rf88SDcSnEdPudVJB4rxFf46wM6nAolAlh5AH7XkIDFbK0-GLV0gj2uUXnBlsni8-Ywo98BzP54eTeOXChFqRHxHU5XAtqnDtVcTV13F5MBTVBeCCxFW00

I guess you are getting confuse between PlantUML itself and the plugin you are using for PlantUML.

So which plugin are you using ?
...