mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-10 08:43:08 -07:00
Additional docs for #9641
This commit is contained in:
parent
5cf3fcd843
commit
643cabf9c8
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue