Fixes for highlight plugin theme list (#9185)

This commit is contained in:
Leilei332
2025-07-25 22:18:36 +08:00
committed by GitHub
parent 7550226617
commit a785d1f4d2

View File

@@ -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>