[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-02 Thread Joshua Fontany
Great catch. Syntax gremlins still get me all the time. On Friday, March 1, 2019 at 4:57:36 PM UTC-8, Eric Shulman wrote: > > On Friday, March 1, 2019 at 2:20:03 PM UTC-8, Shareen wrote: >> >> Does anyone know if I am calling this correctly? >> ... >> > Hamlet: <$wikify name=randy text=<>

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Eric Shulman
On Friday, March 1, 2019 at 2:20:03 PM UTC-8, Shareen wrote: > > Does anyone know if I am calling this correctly? > ... > Hamlet: <$wikify name=randy text=< dice_add:'0'>> ><$transclude $name="Available List" > index=<>/> > You've used the wrong parameter name in the $transclude widget! It's

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Shareen
Hmm, I wonder if there were changes between 17 (which is what I am using) and 19. That both {{Available List##Hamlet}} and {{Available List##Village}} returned the full text is.. odd... The JSON tiddler did not seem to return anything when Ihad both alpha and numeric... This did work, once I

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Joshua Fontany
More testing. Its definitely the $wikify widget causing this weird behaviour. I changed the Village data to: <$transclude $name='Available List' index='1'/> And it worked fine. Still poking around. Are the contents of Data Tiddlers wikified before they are accessed? That would be odd...

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Joshua Fontany
Hmmm, this is odd. I tried on Tiddlywiki.com (5.1.19) by recreating your data-tiddler, and then trying some basic transclude tests. Here are the results. {{Available List##Hamlet}} {{Available List##Village}} These both transcluded the FULL text of the tiddler(?!?), while non-existent indexes

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Shareen
Thanks! I gave it a try... <$tiddler tiddler="Available List"><$transclude tiddler="Available List" index="Hamlet"/> returns nothing =( On Friday, March 1, 2019 at 2:37:12 PM UTC-8, Joshua Fontany wrote: > > Neat use-case! I will have to poke at this. My JsonMangler plugin is also > intended

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Joshua Fontany
Neat use-case! I will have to poke at this. My JsonMangler plugin is also intended for use in a tabletop gaming wiki, but I have not played around with the other style Data Tiddler. But what you are most likely running into is that *{{this}}* is a shortcut for a pair of nested widgets: