1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 20:14:22 +00:00
TiddlyWiki5/core/wiki/viewswitcher.tid

14 lines
351 B
Plaintext
Raw Normal View History

title: $:/snippets/viewswitcher
2013-07-14 22:14:18 +00:00
Current view: {{$:/view}}
<$linkcatcher to="$:/view">
2013-11-05 08:53:01 +00:00
<$list filter="classic zoomin pop">
2013-11-05 08:53:01 +00:00
<$reveal state="$:/view" type="match" text={{!!title}}>&bull;</$reveal><$reveal state="$:/view" type="nomatch" text={{!!title}}>&nbsp;</$reveal> <$link to={{!!title}}><$view field="title"/></$link>
</$list>
</$linkcatcher>