mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
2598e22422
Structure things with extensible tabs.
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
title: $:/snippets/viewswitcher
|
|
|
|
Current view: {{$:/view}}
|
|
|
|
<$linkcatcher to="$:/view"><$list filter="classic zoomin pop"><div><$reveal state="$:/view" type="match" text={{!!title}}>•</$reveal><$reveal state="$:/view" type="nomatch" text={{!!title}}> </$reveal> <$link to={{!!title}}><$view field="title"/></$link>
|
|
</div>
|
|
</$list>
|
|
</$linkcatcher>
|