1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00

Fixed sort order

And add a list to the ShadowTiddlers tiddler
This commit is contained in:
Jeremy Ruston 2013-08-24 17:12:26 +01:00
parent cdf176e27c
commit acac9b4452
3 changed files with 6 additions and 2 deletions

View File

@ -3,4 +3,4 @@ tags: navigation
Current tiddlers:
<$list filter="[!is[system]]" />
<$list filter="[!is[system]sort[title]]" />

View File

@ -5,3 +5,7 @@ modified: 201308091623
ShadowTiddlers are tiddlers that are loaded from within [[Plugins]]. Unlike ordinary tiddlers, they don't appear in most lists.
ShadowTiddlers can be overridden with an ordinary tiddler of the same name. If that tiddler is subsequently deleted then the original shadow tiddler is automatically restored.
The current shadow tiddlers are:
<$list filter="[is[shadow]sort[title]]"/>

View File

@ -7,4 +7,4 @@ TiddlyWiki models everything as [[tiddlers|Tiddlers]], including its internal co
The current system tiddlers are:
<$list filter="[is[system]]"/>
<$list filter="[is[system]sort[title]]"/>