mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-01 23:47:35 +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:
|
||||
|
||||
<$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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user