From 643cabf9c895c1ec003ea7339a95417f777569b1 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 6 Feb 2026 16:33:29 +0000 Subject: [PATCH] Additional docs for #9641 --- editions/tw5.com/tiddlers/mechanisms/Background Actions.tid | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/editions/tw5.com/tiddlers/mechanisms/Background Actions.tid b/editions/tw5.com/tiddlers/mechanisms/Background Actions.tid index 07b8e32c4..819582ea1 100644 --- a/editions/tw5.com/tiddlers/mechanisms/Background Actions.tid +++ b/editions/tw5.com/tiddlers/mechanisms/Background Actions.tid @@ -3,6 +3,12 @@ created: 20250212154426403 modified: 20250212154426403 tags: Mechanisms +Background actions are performed whenever there are changes to the results of a filter. + +They can be useful for hooking into existing functionality by tracking changes to the tiddler store. + +The following example tracks changes to the story list, reusing itself as the text of a notification at the same time: + <<.demo-tiddler """ title: SampleBackgroundAction: Story Change tags: $:/tags/BackgroundAction