mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 12:52:47 -08:00
9 lines
424 B
Text
9 lines
424 B
Text
title: $:/snippets/viewswitcher
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Appearance/StoryView/
|
|
<<lingo Prompt>> {{$:/view}}
|
|
|
|
<$linkcatcher to="$:/view"><$list filter="[storyviews[]]"><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>
|