Try this:

in `$:/core/modules/parsers/wikiparser/rules/prettyextlink.js`

after

node.attributes.href = {type: "string", value: URL};


add

node.attribute.title=  {type: "string", value: URL};



in `$:/core/modules/parsers/wikiparser/rules/prettylink.js`

after

                                href: {type: "string", value: link},


add

                                title: {type: "string", value: link},






-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f3868757-d9b0-40cb-b851-719bfea5da51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to