mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
73c30716dc
Having it link to the underlying plugin tiddler isn’t very useful
8 lines
422 B
Plaintext
8 lines
422 B
Plaintext
title: $:/snippets/minithemeswitcher
|
|
|
|
Current theme: <$view tiddler={{$:/theme}} field="name"/>
|
|
|
|
<$linkcatcher to="$:/theme">
|
|
<$list filter="[plugin-type[theme]sort[title]]"><div><$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></div>
|
|
</$list>
|
|
</$linkcatcher> |