Correct themeswitcher and viewswitcher

print-window-tiddler
Jeremy Ruston 2013-07-08 21:44:32 +01:00
rodzic 1a160485a8
commit d99ed1816d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ Current theme: {{$:/theme}}
<$list filter="[plugin-type[theme]sort[title]]">
<$reveal state="$:/theme" type="match" text={{##title}}>&bull;</$reveal><$reveal state="$:/theme" type="nomatch" text={{##title}}>&nbsp;</$reveal> <$link to={{##title}}>
<$reveal state="$:/theme" type="match" text={{!!title}}>&bull;</$reveal><$reveal state="$:/theme" type="nomatch" text={{!!title}}>&nbsp;</$reveal> <$link to={{!!title}}>
<$view field="name" format="text"/>

Wyświetl plik

@ -6,7 +6,7 @@ Current theme: {{$:/view}}
<$list filter="classic zoomin">
<$reveal state="$:/view" type="match" text={{##title}}>&bull;</$reveal><$reveal state="$:/view" type="nomatch" text={{##title}}>&nbsp;</$reveal> <$view field="title" format="link"/>
<$reveal state="$:/view" type="match" text={{!!title}}>&bull;</$reveal><$reveal state="$:/view" type="nomatch" text={{!!title}}>&nbsp;</$reveal> <$view field="title" format="link"/>
</$list>