mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-10 07:43:49 +00:00
Docs updates
This commit is contained in:
parent
9a6f1f66be
commit
f7bdb1c04d
@ -1,10 +1,10 @@
|
|||||||
created: 20140908092600000
|
created: 20140908092600000
|
||||||
modified: 20140919154732676
|
modified: 20141010184954582
|
||||||
tags: [[Working with TiddlyWiki]]
|
tags: [[Working with TiddlyWiki]]
|
||||||
title: Navigating between open tiddlers
|
title: Navigating between open tiddlers
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
In the default 'classic' storyview mode, open tiddlers are displayed in a vertical column called the 'story river.' There are a number of ways you can 'navigate the story river' - that is, how you can jump back and forth between the open tiddlers.
|
In the default 'classic' storyview mode, open tiddlers are displayed in a vertical column called the 'story river.' There are a number of ways you can navigate the story river - that is, how you can jump back and forth between the open tiddlers.
|
||||||
|
|
||||||
* One obvious way is to ''scroll the page up and down'' using the story river scrollbar to the right.
|
* One obvious way is to ''scroll the page up and down'' using the story river scrollbar to the right.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20140908093600000
|
created: 20140908093600000
|
||||||
modified: 20140919155030759
|
modified: 20141010184816361
|
||||||
tags: [[Working with TiddlyWiki]]
|
tags: [[Working with TiddlyWiki]]
|
||||||
title: Using links to navigate between tiddlers
|
title: Using links to navigate between tiddlers
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -48,6 +48,6 @@ You can use internal hyperlinks (links between tiddlers, normally displayed in b
|
|||||||
|
|
||||||
* Finally, you can create your own custom lists of tiddlers by various methods:
|
* Finally, you can create your own custom lists of tiddlers by various methods:
|
||||||
|
|
||||||
** You can transclude a TiddlerFilter (see [[Transclusion in WikiText]]). For example, adding `{{ [tag[mountain]] }}` to a tiddler will insert a list of all tiddlers tagged with 'mountain'.
|
** You can transclude a [[filter|Filters]] (see [[Transclusion in WikiText]]). For example, adding `{{{ [tag[mountain]] }}}` to a tiddler will insert a list of all tiddlers tagged with 'mountain'.
|
||||||
|
|
||||||
** You can use the ListWidget. This is more complicated than transcluding a ~TiddlerFilter, but in return allows you more flexibility in designing and displaying the list exactly as you want it to appear.
|
** You can use the ListWidget. This is more complicated than transcluding a [[filter|Filters]], but in return allows you more flexibility in designing and displaying the list exactly as you want it to appear.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user