1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 11:43:16 +00:00
TiddlyWiki5/core/wiki/themeswitcher.tid

18 lines
387 B
Plaintext
Raw Normal View History

title: $:/snippets/themeswitcher
Current theme: {{$:/theme}}
<$linkcatcher to="$:/theme">
2013-05-14 13:24:18 +00:00
<$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}}>
<$view field="name" format="text"/>
</$link>
</$list>
</$linkcatcher>