mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-13 15:08:09 +00:00

The changes in #8555 are needed in order to be able to offer the desired user experience for dark mode changes.
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
title: SampleBackgroundAction: Story Change
|
|
tags: $:/tags/BackgroundAction
|
|
track-filter: [list[$:/StoryList]]
|
|
|
|
<$action-sendmessage $message="tm-notify" $param="SampleBackgroundAction: Story Change" list={{$:/StoryList!!list}}/>
|
|
|
|
Story List:
|
|
|
|
<ol>
|
|
<$list filter="[enlist<list>]">
|
|
<li>
|
|
<$text text=<<currentTiddler>>/>
|
|
</li>
|
|
</$list>
|
|
</ol>
|