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
1 changed files with 5 additions and 0 deletions

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