It would be great to be able to choose the title attribute that links get. For example, when using [[30|Anchor Text]], the title is set to be node/30, it would be good to be able to choose either the provided anchor text, the Nodetitle or even the pathauto url.
Many thanks
Comments
Comment #1
gisleIn 7.x-3.4, the freelink has the following format:
[[indicator:target|title|tooltip|arg1|arg2|...]].If the
tooltipexists, it will be used as the title-attribute of the link. For example, to use "Some text", you write:[[nid:30|Anchor Text|Some text]]