Add a UI to allow themes to be switched

print-window-tiddler
Jeremy Ruston 2013-05-01 12:02:49 +01:00
rodzic aa7b9441fd
commit b672e12fef
2 zmienionych plików z 20 dodań i 0 usunięć

Wyświetl plik

@ -18,3 +18,6 @@ Drop files here
{{$:/snippets/encryptionstatus}}
---
{{$:/snippets/themeswitcher}}

Wyświetl plik

@ -0,0 +1,17 @@
title: $:/snippets/themeswitcher
Current theme: {{$:/theme}}
<$linkcatcher to="$:/theme">
<$list filter="[plugin-type[theme]]">
<$link to={{##title}}>
<$view field="name" format="text"/>
</$link>
</$list>
</$linkcatcher>