mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-13 15:08:09 +00:00
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>
|