[tw5] Re: Calling a Transclusion - Spaces and Colons in Tiddler Names

2020-03-16 Thread Mohammad
David,
 It is also possible to do like this

Tiddler name: My Tiddler 01
Index/value pair
a: 100
b: 200
c has space: 300

then
{{ My Tiddler 01##c has space}} 
returns 300

Test on tiddlywiki.com

--Mohammad

On Monday, March 16, 2020 at 7:26:50 PM UTC+3:30, David wrote:
>
> So this transclusion works to pull data from a dataTiddler...
>
> {{ShoppingSamsClubData##item_01}}
>
> But how do you format it if the tiddler name contains spaces and/or colons?
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/db43a15d-6032-410b-a5d1-32665f310eb0%40googlegroups.com.


[tw5] Re: Calling a Transclusion - Spaces and Colons in Tiddler Names

2020-03-16 Thread Mohammad
Have you read the tutorial on data tiddler? It is here on TW-Scripts

https://kookma.github.io/TW-Scripts/#datatiddler

Set it for presentation and read all pages.

On Monday, March 16, 2020 at 7:26:50 PM UTC+3:30, David wrote:
>
> So this transclusion works to pull data from a dataTiddler...
>
> {{ShoppingSamsClubData##item_01}}
>
> But how do you format it if the tiddler name contains spaces and/or colons?
>
 

<$transclude tiddler="tiddler with space"  index="your index"/>

See 
here: https://kookma.github.io/TW-Scripts/#Listing%20DataTiddler%20Properties

is one solution

TW-Scripts is another solution :-)


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/47a23d64-25a0-45c0-bc7d-026958174ab6%40googlegroups.com.