kopia lustrzana https://github.com/miklobit/TiddlyWiki5
6 wiersze
493 B
Plaintext
6 wiersze
493 B
Plaintext
title: $:/snippets/minilanguageswitcher
|
|
|
|
<$linkcatcher to="$:/language">
|
|
<$list filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]]"><div><$reveal state="$:/language" type="match" text={{!!title}}>•</$reveal><$reveal state="$:/language" type="nomatch" text={{!!title}}> </$reveal> <$link to={{!!title}}><$view field="description" format="text"><$view field="name" format="text"><$view field="title" format="text"/></$view></$view></$link></div>
|
|
</$list>
|
|
</$linkcatcher> |