Is the text in $(linkTiddler)$ not already formatted as a link?

If so, "append" will see each word in the title as a linking title, similar 
to "enlist".

This subfilter will append the text as a link:

$subfilter="[<selected-tiddler>]"

Notice that it drops the "+" and the "append". It worked in my tests.

HTH
-- Mark

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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/02514f8e-dd4e-490e-9576-ce8c1eba73f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to