diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid b/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid new file mode 100644 index 000000000..3cdf57c37 --- /dev/null +++ b/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid @@ -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/]]. + + diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 13c78505a..a78ef019b 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -130,7 +130,6 @@ embed { a.tw-tiddlylink { text-decoration: none; - font-style: normal; font-weight: normal; color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##linkforeground}}; -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 { - font-style: normal; + font-weight: bold; } a.tw-tiddlylink-missing { @@ -157,7 +156,6 @@ a.tw-tiddlylink-missing { } a.tw-tiddlylink-external { - font-weight: bold; } /*