I know that for changing the color of internal tiddlers I have to do the 
following:


   1. Create a new tiddler with any name
   2. Add the tag $:/tags/Stylesheet to it
   3. Create the css class .green a { color:green }; inside this tiddler
   4. Call the class on the link with the syntax @@.green [[link]] @@

Doing this procedure, the word link will be an internal Tiddlywiki link and 
its color will be green regardless of the color defined on my themes. 
However ,if I use this same syntax for external links... Let's say 
"@@.green [[link|https://www.google.com]] @@". It doesn't work... 

I've tried the following:

* @@.green [[link|https://www.google.com]] @@
* @@.green [[link]] @@

And my result was:


Am I missing some detail here? How can I change the color of external links 
on Tiddlywiki?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4d97724b-88ec-43f2-9e05-b2c670f30848n%40googlegroups.com.

Reply via email to