mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
title: $:/snippets/themeswitcher
|
|
|
|
Current theme: {{$:/theme}}
|
|
|
|
<$linkcatcher to="$:/theme">
|
|
|
|
<$list filter="[plugin-type[theme]sort[title]]">
|
|
|
|
<$reveal state="$:/theme" type="match" text={{!!title}}>•</$reveal><$reveal state="$:/theme" type="nomatch" text={{!!title}}> </$reveal> <$link to={{!!title}}>
|
|
|
|
<$view field="name" format="text"/>
|
|
|
|
</$link>
|
|
|
|
</$list>
|
|
|
|
</$linkcatcher>
|