1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/core/wiki/viewswitcher.tid
2013-07-08 21:44:32 +01:00

14 lines
332 B
Plaintext

title: $:/snippets/viewswitcher
Current theme: {{$:/view}}
<$linkcatcher to="$:/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"/>
</$list>
</$linkcatcher>