On Tuesday, June 8, 2021 at 10:49:07 PM UTC-7 [email protected] wrote:
> If I wanted to add/append some static text to the end of the target field
> value, how would I do so?
>
Using filtered transclusion:
<$action-setfield $tiddler={{{ [{!!target}addsuffix[ Chapter 01]] }}} etc.
if you want, you could add the suffix to the input table:
| Target suffix:|<$edit-text tiddler=<<temp>> field="suffix"/> |
and then you would use:
<$action-setfield $tiddler={{{ [{!!target}addsuffix{!!suffix}] }}} etc.
enjoy,
-e
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/79fedf9c-0482-4502-beaf-9764334c4e91n%40googlegroups.com.