Hello TiddlyWiki.Experts,
I want to change the caption of the tiddler by importing the content of a field in a different tiddler.
But I failed by using the $action-setfield
operator
Example:
caption: I am A
created: 20241211102606622
creator: Team
modified: 20241211102648430
modifier: cISMS Team
tags:
title: Tiddler_A
{{Tiddler_B}}
{{Tiddler_C}}
caption: I am B
created: 20241211102521226
creator: Team
modified: 20241211102555781
modifier: cISMS Team
tags:
title: Tiddler_B
''"B"''
Will result in:
In some cases, not always, of my usecase I want to import into Tiddler A
- the caption of Tiddler_B
and - the author information of Tiddler_C.
I hope you understand what I want to achieve. If not let me know.
Thx in advance for any support
Stefan