1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid

29 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-11-28 10:36:48 +00:00
created: 20130825202900000
2014-12-31 09:34:32 +00:00
modified: 20141231093344090
2014-09-11 14:52:47 +00:00
tags: Concepts
title: TiddlerLinks
2013-11-28 10:36:48 +00:00
type: text/vnd.tiddlywiki
2013-11-28 10:36:48 +00:00
Links are regions of a tiddler that can be clicked to cause navigation to a different tiddler. The navigation behaviour is determined by the current StoryView; the classic TiddlyWiki view displays the story as a linear sequence of tiddlers.
2014-02-22 08:53:58 +00:00
Holding the ''control'' or ''command'' key while clicking on a tiddler link opens the target tiddler but doesn't navigate to it. This can be a useful way of queueing up tiddlers to be read later.
2013-11-28 10:36:48 +00:00
Links are useful for modelling organic relationships between tiddlers, and particularly for expressing the navigational paths between tiddlers.
2014-12-31 09:34:32 +00:00
The InfoPanel lists incoming links to a tiddler in the tab ''References''.
2013-11-28 10:36:48 +00:00
2014-09-10 22:42:13 +00:00
[[Filters]] can include the following filter operators that work with links:
2013-11-28 10:36:48 +00:00
* `[links[]]` - returns the titles of the tiddlers that are linked from the currently selected tiddler(s)
* `[backlinks[]]` - returns the titles of the tiddlers that link to the currently selected tiddler(s)
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: https://tiddlywiki.com/ or [[like this|https://tiddlywiki.com/]].