putting tittle to a link

0 votes
asked Feb 22, 2013 in To be sorted by anonymous
Good evening everyone;

in order to make clickable links we use [[www.google.com]]  however is it possible to put title on them ? For example i have this;

 

note left: something  [[www.google.com]] but it looks www.google.com again is it possible to show it like  "google"  instead of fully link ?

p.s [[ ]] properties have not documented

Regards ....

1 Answer

0 votes
answered Feb 22, 2013 by plantuml (294,960 points)

Hello,

Sorry about the [[ ]] not being documented : the only reason is that we want to be 100% sure about the syntax before officially release it and fix it forever.

Speaking about link, you can specify two things:

  • The text to display instead of the full link. Use a space in that case : [[http://www.google.com google]]
  • A tooltip which is displayed when the cursor is over the link: Use {} for that : [[http://www.google.com{This is a tooltip}]]

You will find other examples here

Hope it helps

...