Calling a Transclusion - Spaces and Colons in Tiddler Names

45 views
Skip to first unread message

David

unread,
Mar 16, 2020, 11:56:50 AM3/16/20
to TiddlyWiki
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?

Mohammad

unread,
Mar 16, 2020, 12:12:27 PM3/16/20
to TiddlyWiki
Have you read the tutorial on data tiddler? It is here on TW-Scripts


Set it for presentation and read all pages.
<$transclude tiddler="tiddler with space"  index="your index"/>


is one solution

TW-Scripts is another solution :-)


Mohammad

unread,
Mar 16, 2020, 1:33:39 PM3/16/20
to TiddlyWiki
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


--Mohammad


On Monday, March 16, 2020 at 7:26:50 PM UTC+3:30, David wrote:
Reply all
Reply to author
Forward
0 new messages