Update some missed uses of the old type attribute of the list widget

This commit is contained in:
Jeremy Ruston 2013-08-21 20:45:51 +01:00
parent a427702628
commit 67c1d2cf55
3 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@ tags: navigation
Current tiddlers:
<$list type="all" />
<$list filter="[!is[system]]" />

View File

@ -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]]"/>

View File

@ -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"/>