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:
parent
133069e0d0
commit
360bddbc4c
20
editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid
Normal file
20
editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid
Normal 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/]].
|
||||||
|
|
||||||
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user