mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-01 16:38:56 +00:00
Additional docs for #9641
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user