Okay I just used the Javascipt because I'm more familiar with it than the 
macros (which I don't know how to comment either), but I also because 
didn't know how to create the new tiddlers in Javascript from the template 
tiddlers.

On Sunday, 6 September 2020 at 18:22:20 UTC-4 [email protected] wrote:

> Not sure you need the JavaScript.
>
> Assuming input:
> Spelling Template 
>
> Desired output:
> Spelling - Underground
>
> Try:
>
> <$set name="tiddlerToCreateFromTemplate" 
>     value={{{[<whichTiddlerTemplateName>removeSuffix[Template]addSuffix[- 
> Underground]]}}} >
>
> OR
>
> <$set name="tiddlerToCreateFromTemplate" 
>     value={{{[<whichTiddlerTemplateName>split[Template]join[]addSuffix[ - 
> Underground]]}}} >
>
> You can also do :
> {{{[<whichTiddlerTemplateName>removeSuffix[Template]addSuffix[- 
> Underground]]}}}
>
> to directly create a link instead of setting to a variable.
>

-- 
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/a21aaa09-45f9-4883-9ecd-05edcd39c100n%40googlegroups.com.

Reply via email to