mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Update some missed uses of the old type attribute of the list widget
This commit is contained in:
parent
a427702628
commit
67c1d2cf55
@ -3,4 +3,4 @@ tags: navigation
|
||||
|
||||
Current tiddlers:
|
||||
|
||||
<$list type="all" />
|
||||
<$list filter="[!is[system]]" />
|
||||
|
@ -7,4 +7,4 @@ TiddlyWiki models everything as [[tiddlers|Tiddlers]], including its internal co
|
||||
|
||||
The current system tiddlers are:
|
||||
|
||||
<$list type="system" />
|
||||
<$list filter="[is[system]]"/>
|
||||
|
@ -35,4 +35,4 @@ Log out of ~TiddlyWeb: <$button message="tw-logout" class="btn btn-warning">Logo
|
||||
|
||||
All tiddlers:
|
||||
|
||||
<$list type="all" template="TiddlerListTemplate"/>
|
||||
<$list filter="[!is[system]]" template="TiddlerListTemplate"/>
|
||||
|
Loading…
Reference in New Issue
Block a user