1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-03-25 17:19:53 +00:00
Files
TiddlyWiki5/core/wiki/viewswitcher.tid
2014-05-31 18:38:17 +01:00

8 lines
237 B
Plaintext

title: $:/snippets/viewswitcher
\define lingo-base() $:/language/ControlPanel/Appearance/StoryView/
<<lingo Prompt>> <$select tiddler="$:/view">
<$list filter="[storyviews[]]">
<option><$view field="title"/></option>
</$list>
</$select>