From de2cd34801fed17d70e5f535e23ad062aa0458d9 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 16 Oct 2012 10:15:12 +0100 Subject: [PATCH] Temporarily deprecate the list macro So that we can refactor it incompatibly --- core/templates/PageTemplate.tid | 2 +- core/templates/StaticContent.tid | 2 +- tw5.com/tiddlers/AllTiddlers.tid | 2 +- tw5.com/tiddlers/concepts/ShadowTiddlers.tid | 2 +- tw5dropbox/appwiki/wiki/AllTiddlers.tid | 2 +- tw5dropbox/appwiki/wiki/PageTemplate.tid | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/templates/PageTemplate.tid b/core/templates/PageTemplate.tid index db01ec2fe..c55ddb6a7 100644 --- a/core/templates/PageTemplate.tid +++ b/core/templates/PageTemplate.tid @@ -6,7 +6,7 @@ title: $:/templates/PageTemplate {{navigation-panel{ << - <> + ((( [!is[shadow]sort[title]] ))
<>
) >> }}} diff --git a/core/templates/StaticContent.tid b/core/templates/StaticContent.tid index 40c8fa8d4..68c0101d4 100644 --- a/core/templates/StaticContent.tid +++ b/core/templates/StaticContent.tid @@ -2,4 +2,4 @@ title: $:/templates/StaticContent type: text/x-tiddlywiki <> -<> \ No newline at end of file +((( [!is[shadow]sort[title]] ))
<>
) diff --git a/tw5.com/tiddlers/AllTiddlers.tid b/tw5.com/tiddlers/AllTiddlers.tid index 8cf670f71..2ad0a2fba 100644 --- a/tw5.com/tiddlers/AllTiddlers.tid +++ b/tw5.com/tiddlers/AllTiddlers.tid @@ -3,4 +3,4 @@ tags: navigation Current tiddlers: -<> +((( [!is[shadow]sort[title]] ))
<>
) diff --git a/tw5.com/tiddlers/concepts/ShadowTiddlers.tid b/tw5.com/tiddlers/concepts/ShadowTiddlers.tid index e4329cc6f..e5be7a8f4 100644 --- a/tw5.com/tiddlers/concepts/ShadowTiddlers.tid +++ b/tw5.com/tiddlers/concepts/ShadowTiddlers.tid @@ -7,4 +7,4 @@ Thus, even an apparently empty TiddlyWiki actually contains dozens of tiddlers t The current shadow tiddlers are: -<> +((( [is[shadow]sort[title]] ))
<>
) diff --git a/tw5dropbox/appwiki/wiki/AllTiddlers.tid b/tw5dropbox/appwiki/wiki/AllTiddlers.tid index 8cf670f71..2ad0a2fba 100644 --- a/tw5dropbox/appwiki/wiki/AllTiddlers.tid +++ b/tw5dropbox/appwiki/wiki/AllTiddlers.tid @@ -3,4 +3,4 @@ tags: navigation Current tiddlers: -<> +((( [!is[shadow]sort[title]] ))
<>
) diff --git a/tw5dropbox/appwiki/wiki/PageTemplate.tid b/tw5dropbox/appwiki/wiki/PageTemplate.tid index 581cb459a..9104758ae 100644 --- a/tw5dropbox/appwiki/wiki/PageTemplate.tid +++ b/tw5dropbox/appwiki/wiki/PageTemplate.tid @@ -6,7 +6,7 @@ title: $:/templates/PageTemplate {{navigation-panel{ << - <> +((( [!is[shadow]sort[title]] ))
<>
) >> }}}