Hi Mat,

Why can I not use this template:
>

Can you please provide a full example of what you tried?
...and explain the part, precisely, that doesn't work?

To set the text using the ActionSetFieldWidget 
<http://tiddlywiki.com/#ActionSetFieldWidget>, you do:

<$action-setfield $tiddler="foo" text={{some-text-reference}}/>

If you want to use the wikified results, you use the WikifyWidget 
<http://tiddlywiki.com/#WikifyWidget>:

<$vars currentTiddler="foo">
<$wikify name="text" text={{some-text-reference}}>
<$button>
Create foo
<$action-setfield text=<<text>>/>
<$action-navigate/>
</$button>
</$wikify>
</$vars>

Where as:

title: some-text-reference

@@background-color:yellow;
Hello, my title is {{!!title}}
@@

Best wishes,

Tobias.

-- 
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/0e8ff8d6-db63-448d-a2d1-2950becf254b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to