mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
![Jermolene](/assets/img/avatar_default.png)
Now we’re done with the text that lives in tiddlers, and we’ll need to get on with the text that is embedded in code modules.
10 lines
429 B
Plaintext
10 lines
429 B
Plaintext
title: $:/snippets/viewswitcher
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Appearance/StoryView/
|
|
<<lingo Caption>> {{$:/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>
|