1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

Fix the viewswitcher

This commit is contained in:
Jeremy Ruston 2013-11-05 08:53:01 +00:00
parent 786f17d3b4
commit 26ff0c23a2

View File

@ -4,9 +4,9 @@ Current view: {{$:/view}}
<$linkcatcher to="$:/view">
<$list filter="classic zoomin">
<$list filter="classic zoomin pop">
<$reveal state="$:/view" type="match" text={{!!title}}>&bull;</$reveal><$reveal state="$:/view" type="nomatch" text={{!!title}}>&nbsp;</$reveal> <$view field="title" format="link"/>
<$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>