mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-27 20:33:08 -08:00
Temporarily deprecate the list macro
So that we can refactor it incompatibly
This commit is contained in:
parent
e9f262b9df
commit
de2cd34801
6 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ title: $:/templates/PageTemplate
|
|||
<!-- Zooming chooser -->
|
||||
{{navigation-panel{
|
||||
<<chooser><
|
||||
<<list all>>
|
||||
((( [!is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||
>>
|
||||
}}}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ title: $:/templates/StaticContent
|
|||
type: text/x-tiddlywiki
|
||||
|
||||
<<! For Google, and people without JavaScript >>
|
||||
<<list all>>
|
||||
((( [!is[shadow]sort[title]] )) <div><<view title text>></div> )
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ tags: navigation
|
|||
|
||||
Current tiddlers:
|
||||
|
||||
<<list all>>
|
||||
((( [!is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ Thus, even an apparently empty TiddlyWiki actually contains dozens of tiddlers t
|
|||
|
||||
The current shadow tiddlers are:
|
||||
|
||||
<<list shadowed>>
|
||||
((( [is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ tags: navigation
|
|||
|
||||
Current tiddlers:
|
||||
|
||||
<<list all>>
|
||||
((( [!is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ title: $:/templates/PageTemplate
|
|||
<!-- Zooming chooser -->
|
||||
{{navigation-panel{
|
||||
<<chooser><
|
||||
<<list all>>
|
||||
((( [!is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||
>>
|
||||
}}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue