Additional docs for #9641

This commit is contained in:
Jeremy Ruston 2026-02-06 16:33:29 +00:00
parent 5cf3fcd843
commit 643cabf9c8

View file

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