mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 06:35:46 +00:00
Fixes for highlight plugin theme list (#9185)
This commit is contained in:
@@ -23,9 +23,9 @@ You can add themes from highlight.js by copying the CSS to a new tiddler and tag
|
|||||||
|
|
||||||
Then, check the new theme in the following list and uncheck others:
|
Then, check the new theme in the following list and uncheck others:
|
||||||
|
|
||||||
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Stylesheet/Highlight]]">
|
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Stylesheet/Highlight]sort[title]!is[draft]]">
|
||||||
|
|
||||||
<$checkbox tag="$:/tags/Stylesheet"> <<currentTiddler>></$checkbox>
|
<$checkbox tag="$:/tags/Stylesheet"> <$link/></$checkbox>
|
||||||
|
|
||||||
</$list>
|
</$list>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user