mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 05:19:58 +00:00
A sample filtered action that continuously changes the SiteTitle when it is in the story river
This commit is contained in:
parent
a9c81f08c5
commit
4caa89b286
5
editions/tw5.com/tiddlers/Sample Filtered Action.tid
Normal file
5
editions/tw5.com/tiddlers/Sample Filtered Action.tid
Normal file
@ -0,0 +1,5 @@
|
||||
title: Sample Filtered Action
|
||||
tags: $:/tags/FilteredActions
|
||||
filter: [list[$:/StoryList]match[Sample Filtered Action]]
|
||||
|
||||
<$action-setfield $tiddler="$:/SiteTitle" text={{{ [{$:/SiteTitle}addsuffix[!]] }}}/>
|
Loading…
Reference in New Issue
Block a user