1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +00:00

Experimentally revert to bold tiddler links

This way round lets people see which shadow tiddlers have been
overridden
This commit is contained in:
Jeremy Ruston 2013-08-25 21:40:28 +01:00
parent 133069e0d0
commit 360bddbc4c
2 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,20 @@
created: 201308252029
creator: JeremyRuston
modified: 201308252029
modifier: JeremyRuston
tags: concepts
title: TiddlerLinks
Links between tiddlers are the foundation of structuring information within TiddlyWiki.
TiddlyWiki5 alters the appearance of tiddler links to convey additional information about the target of the link:
|!Link description |!Link appearance |
|To a tiddler that exists |[[LikeThis|TiddlerLinks]] |
|To a tiddler that doesn't exist |[[LikeThis|ATiddlerThatDoesntExist]] |
|To a shadow tiddler that has not been overridden |[[LikeThis|$:/core/copyright.txt]] |
|To a shadow tiddler that has been overridden by an ordinary tiddler |[[LikeThis|SiteTitle]] |
External links are shown like this: http://tiddlywiki.com/ or [[like this|http://tiddlywiki.com/]].

View File

@ -130,7 +130,6 @@ embed {
a.tw-tiddlylink { a.tw-tiddlylink {
text-decoration: none; text-decoration: none;
font-style: normal;
font-weight: normal; font-weight: normal;
color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##linkforeground}}; color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##linkforeground}};
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */ -webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
@ -149,7 +148,7 @@ a.tw-tiddlylink:hover {
} }
a.tw-tiddlylink-resolves { a.tw-tiddlylink-resolves {
font-style: normal; font-weight: bold;
} }
a.tw-tiddlylink-missing { a.tw-tiddlylink-missing {
@ -157,7 +156,6 @@ a.tw-tiddlylink-missing {
} }
a.tw-tiddlylink-external { a.tw-tiddlylink-external {
font-weight: bold;
} }
/* /*