mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Temporarily deprecate the list macro
So that we can refactor it incompatibly
This commit is contained in:
parent
e9f262b9df
commit
de2cd34801
@ -6,7 +6,7 @@ title: $:/templates/PageTemplate
|
|||||||
<!-- Zooming chooser -->
|
<!-- Zooming chooser -->
|
||||||
{{navigation-panel{
|
{{navigation-panel{
|
||||||
<<chooser><
|
<<chooser><
|
||||||
<<list all>>
|
((( [!is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||||
>>
|
>>
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ title: $:/templates/StaticContent
|
|||||||
type: text/x-tiddlywiki
|
type: text/x-tiddlywiki
|
||||||
|
|
||||||
<<! For Google, and people without JavaScript >>
|
<<! 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:
|
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:
|
The current shadow tiddlers are:
|
||||||
|
|
||||||
<<list shadowed>>
|
((( [is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||||
|
@ -3,4 +3,4 @@ tags: navigation
|
|||||||
|
|
||||||
Current tiddlers:
|
Current tiddlers:
|
||||||
|
|
||||||
<<list all>>
|
((( [!is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||||
|
@ -6,7 +6,7 @@ title: $:/templates/PageTemplate
|
|||||||
<!-- Zooming chooser -->
|
<!-- Zooming chooser -->
|
||||||
{{navigation-panel{
|
{{navigation-panel{
|
||||||
<<chooser><
|
<<chooser><
|
||||||
<<list all>>
|
((( [!is[shadow]sort[title]] )) <div><<view title link>></div> )
|
||||||
>>
|
>>
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user