Hello Tony,
I have a similar problem with the selectWidget: when trying to assign the
currentTiddler Title to a field it doesn't add delimiters. How did you end
up solving your problem?
On Wednesday, January 23, 2019 at 5:11:17 PM UTC-8, TonyM wrote:
>
> Folks,
>
> I am deep in the development of a solution and I can't see how to use
> action-listops to add tiddler title with spaces to a field/list such as it
> uses title delimiters of [[title with spaces]].
>
> I would appreciate some suggestions.
>
> In the following (simplified) macro of action widgets I get the value for
> selected-tiddler from the content of the tiddler named in the text of $(
> linkTiddler)$
>
> \define add-link-actions()
> <$set name=selected-tiddler value={{$(linkTiddler)$}}>
> <$action-listops $tiddler="$(targetTiddler)$" $field="related-tiddlers"
> $subfilter="+[append<selected-tiddler>]" />
> </$set>
> \end
>
> This works but does not add the title delimiters where appropriate.
>
>
> Thanks
>
> Tony
>
>
--
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/5dea4767-bdb0-4e32-a5f4-3556316a74be%40googlegroups.com.