On Tuesday, May 26, 2020 at 1:05:21 PM UTC-7, Kevin Kleinfelter wrote:
>
>
> In particular, I'd like them to render without the underline, so that ONLY 
> external links get rendered with underline.
>
>
Hmm. That's exactly what it seems to be doing on my empty edition version 
(there should be a screenshot here):


Is it possible that you have a theme or stylesheet that is overriding the 
standard settings?

It looks like you can create your own stylesheet for the two types like 
this:

/* external links */
a[target="_blank"] { color: green; }
/* internal links */
a.tc-tiddlylink {color: red;}

When I'm trying to figure out CSS stuff, I'll take an existing object (like 
a link) and use firefox's "inspect element" to see what classes are 
available.

Good luck!

-- 
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/289c9d86-72e8-4ac9-b743-961719d6fc5e%40googlegroups.com.

Reply via email to