Dave,
- You use value={{||New Tiddler 1}}
- This is uncommon, I think you want the value to equal the content of New
Tiddler 1 ?
- *Use this without the "||" {{New Tiddler 1}} the default field is text*
- you could equally say {{New Tiddler 1!!text}} or any other fieldname,
but text is default
- The other use is often called a template
- {{||New Tiddler 1}} means transclude the contents of "New Tiddler
1" with here the currentTiddler here.
- {{othertiddler||New Tiddler 1}} means transclude the contents of
"New Tiddler 1" with "othertiddler" the currentTiddler.
The bold item is possible you answer, or a start the rest background
knowledge I recommend learning.
I do not have the setup to fully test you solution.
Regards
Tony
On Friday, July 3, 2020 at 11:00:23 AM UTC+10, Dave Parker wrote:
>
> That didn't work :'(
>
>
> I think I'm getting closer though:
>
> if you go to here:
> http://tobibeer.github.io/tw5-plugins/#sparkl
> <http://www.google.com/url?q=http%3A%2F%2Ftobibeer.github.io%2Ftw5-plugins%2F%23sparkl&sa=D&sntz=1&usg=AFQjCNFehLpD2vaHfBEf4Hoyfu9LJrc6Fg>
>
> and in [[New Tiddler]] paste this in
> ..<$set name="val" value={{||New Tiddler 1}}>
> <$sparkl values=<<val>>/>
> </$set>
> ..
>
> ..<$set name="val" value={{!!foo}}>
> <$sparkl values=<<val>>/>
> </$set>
> ..
>
> ----
>
> {{||New Tiddler 1}}
>
> make a field "foo" with "1 2 3 4"
>
> then in "New Tiddler 1" paste in
> {{!!foo}}
>
> and add field "foo" with "4 3 2 1"
>
> You'll see the direct field transclusion works, but not the {{||tiddler}}
> one. There must be something about that kind of transclusion that requires
> special handling
>
>
>
>
>
>
--
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/619fd586-9e71-4295-b5a4-0f1b082f8e97o%40googlegroups.com.