1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 18:39:54 +00:00

A sample filtered action that continuously changes the SiteTitle when it is in the story river

This commit is contained in:
Jeremy Ruston 2024-02-22 17:19:07 +00:00
parent a9c81f08c5
commit 4caa89b286

View 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[!]] }}}/>