> How do I force external links to always, always open in new tab? Or at least 
> highlight them different from wiki/internal links


You cannot force all external links to always open in a new tab; whether a link 
opens in a new tab is a property of the link itself. Having said that, the 
external links generated by TiddlyWiki by default do open in a new tab. Are you 
encountering external links that are not opening in a new tab?

You can style external links to look different to internal links using a 
stylesheet. For example, to give external links a bright yellow background, 
create a new tiddler with the tag $:/tags/Stylesheet and the content:

html body a.tc-tiddlylink-external {
background: yellow;
}

Best wishes

Jeremy.

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/EECCAEF4-7ED3-4292-A4A9-D51426B02C96%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to