From acac9b4452ff47c799627e009bc155d923d75254 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 24 Aug 2013 17:12:26 +0100 Subject: [PATCH] Fixed sort order And add a list to the ShadowTiddlers tiddler --- editions/tw5.com/tiddlers/AllTiddlers.tid | 2 +- editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid | 4 ++++ editions/tw5.com/tiddlers/concepts/SystemTiddlers.tid | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/AllTiddlers.tid b/editions/tw5.com/tiddlers/AllTiddlers.tid index 17f2c4246..5ffdcd8f7 100644 --- a/editions/tw5.com/tiddlers/AllTiddlers.tid +++ b/editions/tw5.com/tiddlers/AllTiddlers.tid @@ -3,4 +3,4 @@ tags: navigation Current tiddlers: -<$list filter="[!is[system]]" /> +<$list filter="[!is[system]sort[title]]" /> diff --git a/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid b/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid index f7b4bd057..b8ae3c14c 100644 --- a/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid +++ b/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid @@ -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]]"/> diff --git a/editions/tw5.com/tiddlers/concepts/SystemTiddlers.tid b/editions/tw5.com/tiddlers/concepts/SystemTiddlers.tid index 8dae01766..527d2e0d9 100644 --- a/editions/tw5.com/tiddlers/concepts/SystemTiddlers.tid +++ b/editions/tw5.com/tiddlers/concepts/SystemTiddlers.tid @@ -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]]"/>