mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-02 08:33:01 +00:00
Correct themeswitcher and viewswitcher
This commit is contained in:
@@ -6,7 +6,7 @@ Current theme: {{$:/theme}}
|
|||||||
|
|
||||||
<$list filter="[plugin-type[theme]sort[title]]">
|
<$list filter="[plugin-type[theme]sort[title]]">
|
||||||
|
|
||||||
<$reveal state="$:/theme" type="match" text={{##title}}>•</$reveal><$reveal state="$:/theme" type="nomatch" text={{##title}}> </$reveal> <$link to={{##title}}>
|
<$reveal state="$:/theme" type="match" text={{!!title}}>•</$reveal><$reveal state="$:/theme" type="nomatch" text={{!!title}}> </$reveal> <$link to={{!!title}}>
|
||||||
|
|
||||||
<$view field="name" format="text"/>
|
<$view field="name" format="text"/>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Current theme: {{$:/view}}
|
|||||||
|
|
||||||
<$list filter="classic zoomin">
|
<$list filter="classic zoomin">
|
||||||
|
|
||||||
<$reveal state="$:/view" type="match" text={{##title}}>•</$reveal><$reveal state="$:/view" type="nomatch" text={{##title}}> </$reveal> <$view field="title" format="link"/>
|
<$reveal state="$:/view" type="match" text={{!!title}}>•</$reveal><$reveal state="$:/view" type="nomatch" text={{!!title}}> </$reveal> <$view field="title" format="link"/>
|
||||||
|
|
||||||
</$list>
|
</$list>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user