"Missing Tidler" Font and Color

66 views
Skip to first unread message

Aaron Haslem

unread,
Sep 5, 2017, 5:22:18 PM9/5/17
to TiddlyWiki
Is there a way to change the default font and color of "Missing Tiddler" Links.  I like that I can create a tiddler link in text and then go back to it and create the Tiddler.  But I would like the links to stand out more.  Currently both active and missing links are Blue Font, missing links are italics.  How do I change this default behavior?

Ton Gerner

unread,
Sep 6, 2017, 4:06:33 AM9/6/17
to tiddl...@googlegroups.com
Hi Aaron,


On Tuesday, September 5, 2017 at 11:22:18 PM UTC+2, Aaron Haslem wrote:
Is there a way to change the default font and color of "Missing Tiddler" Links.  I like that I can create a tiddler link in text and then go back to it and create the Tiddler.  But I would like the links to stand out more.  Currently both active and missing links are Blue Font, missing links are italics.  How do I change this default behavior?


Right click on the missing link and choose inspect element.
You will see the CSS class is:

a.tc-tiddlylink-missing


Create a tiddler tagged with $:/tags/Stylesheet and containing something like:

a.tc-tiddlylink-missing {
     font
-weight: bold;
     color
: purple;
}

Adjust to your liking.

Cheers,

Ton

Aaron Haslem

unread,
Sep 10, 2017, 9:58:17 PM9/10/17
to TiddlyWiki
Ton,
THANKS!!!
I really dont have a good grasp on CSS.  Thanks for the directions.  They worked great.

Much aprreciated
Reply all
Reply to author
Forward
0 new messages