1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-21 13:30:02 +00:00

Palette should autocompile when the palette tiddler itself changes

This commit is contained in:
Jeremy Ruston 2025-02-04 20:00:17 +00:00
parent a5c4d90154
commit 38865a40ad

View File

@ -1,7 +1,7 @@
title: $:/core/background-actions/AutoCompilePalette
tags: $:/tags/BackgroundAction $:/tags/StartupAction
platforms: browser
track-filter: [{$:/palette}get[color-scheme]] :map[subfilter<currentTiddler>] [[$:/palette]changecount[]]
track-filter: [{$:/palette}get[color-scheme]] :map[subfilter<currentTiddler>] [{$:/palette}changecount[]addprefix{$:/palette}] [[$:/palette]changecount[]]
\import [subfilter{$:/core/config/GlobalImportFilter}]
<<actions-recompile-current-palette>>