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

print-window-tiddler
Jeremy Ruston 2013-08-21 20:45:51 +01:00
rodzic a427702628
commit 67c1d2cf55
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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