mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-30 04:11:32 -08:00
Sort themes by title
This commit is contained in:
parent
effaf885a2
commit
a0a6b69a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Current theme: {{$:/theme}}
|
|||
|
||||
<$linkcatcher to="$:/theme">
|
||||
|
||||
<$list filter="[plugin-type[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}}>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue