Fixed sort order

And add a list to the ShadowTiddlers tiddler
print-window-tiddler
Jeremy Ruston 2013-08-24 17:12:26 +01:00
rodzic cdf176e27c
commit acac9b4452
3 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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]]"/>

Wyświetl plik

@ -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]]"/>