kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Unlinkify the current theme name
Having it link to the underlying plugin tiddler isn’t very usefulprint-window-tiddler
rodzic
8ad34e2db9
commit
73c30716dc
|
@ -1,6 +1,6 @@
|
|||
title: $:/snippets/minithemeswitcher
|
||||
|
||||
Current theme: <$link to={{$:/theme}}><$view tiddler={{$:/theme}} field="name"/></$link>
|
||||
Current theme: <$view tiddler={{$:/theme}} field="name"/>
|
||||
|
||||
<$linkcatcher to="$:/theme">
|
||||
<$list filter="[plugin-type[theme]sort[title]]"><div><$reveal state="$:/theme" type="match" text={{!!title}}>•</$reveal><$reveal state="$:/theme" type="nomatch" text={{!!title}}> </$reveal> <$link to={{!!title}}><$view field="name" format="text"/></$link></div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
title: $:/snippets/themeswitcher
|
||||
|
||||
Current theme: <$link to={{$:/theme}}><$view tiddler={{$:/theme}} field="name"/></$link>
|
||||
Current theme: <$view tiddler={{$:/theme}} field="name"/>
|
||||
|
||||
<$linkcatcher to="$:/theme">
|
||||
<$list filter="[plugin-type[theme]sort[title]]"><div><$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="description" format="text"/></$link></div>
|
||||
|
|
Ładowanie…
Reference in New Issue