Decreasing visibility of links

0 votes
asked Dec 16, 2014 in Wanted features by anonymous

The standard blue&underline format for links is great, but it would be nice to have the possibility to make links appear as simple text.

There's already the hyperlinkColor parameters, can you add a skinparam parameters to change the underlining?

 

@startuml
skinparam hyperlinkColor black
(*) --> "[[http://plantuml.com]]"
@enduml

 

Thank you

1 Answer

0 votes
answered Dec 16, 2014 by plantuml (294,960 points)
 
Best answer

Hello,

Thanks for the suggestion.

You can download here a beta version : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

That supports:

@startuml
skinparam hyperlinkUnderline false
start
:foo1 [[http://www.google.com]] end;
stop
@enduml

Is it what you are expecting ?

Thanks again,

 

 

commented Dec 17, 2014 by anonymous
Hi, this works as expected, thank you very much.
commented Jan 5, 2015 by plantuml (294,960 points)
This has been released in V8016.
Regards
commented May 11, 2015 by anonymous
Hello,
This doesn't seem to work on lane titles. For example, this still shows a blue undelined link :

    skinparam hyperlinkColor black
    skinparam hyperlinkUnderline false
    
    |[[www.plantuml.com First actor]] |
    start
    :[[www.plantuml.com Action1]];
    | Other actors |
    :Action2;
    stop

Thanks,
commented May 11, 2015 by plantuml (294,960 points)
Thanks for the report.
This has been solved in last beta:
https://dl.dropboxusercontent.com/u/13064071/plantuml.jar
This will be released in next release.
Regards,
commented May 11, 2015 by vialibre (120 points)
Thanks for the quick fix. I confirm it does work perfectly.
commented Apr 6, 2022 by The-Lu (63,920 points)

Hello PlantUML team,

  • It seems broken ?

See also, similar issue/request here:

- https://forum.plantuml.net/15114/hyperlinkunderline-false?show=15114#q15114

commented Jan 15, 2023 by The-Lu (63,920 points)

It is now fixed on v1.2023.0.

See also:

Thanks to PlantUML team. yes

...