kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Correct themeswitcher and viewswitcher
rodzic
1a160485a8
commit
d99ed1816d
|
@ -6,7 +6,7 @@ Current theme: {{$:/theme}}
|
|||
|
||||
<$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"/>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Current theme: {{$:/view}}
|
|||
|
||||
<$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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue