further investigation has lead to finding the problem is not with the name.

My original tiddler was created by a filter + action widget process.

If I craft by hand a #:/temp/project tiddler with tho contents given and 
the json type, then there is no bug. This problem lays with the metadata of 
the offensive tiddler.

If I rename the offensive tiddler as "other" the problems remains. This is 
clearly not in the text or title that lays the problem.

I have not yet found the culprits.

I attached the json of a working tiddler and that of the failing tiddler in 
case someone else would like to see what's wrong.

Le mercredi 5 mai 2021 à 10:41:21 UTC+2, Jean-Pierre Rivière a écrit :

> Be a tiddler of json type whose content is
>
> { "pleiade": { "name": "Pléiade v2", "project": "pleiade", "url": "
> https://pleiade.test.acmeserver.com"; } }
>
> and now put it in two tiddlers. one is "project" and the othes is 
> "$:/temp/project".
>
> create a tw5 tiddler with this code:
>
> $:/temp/project: {{{ [[$:/temp/project]getindex[/pleiade]] }}}
>
> project: {{{ [[project]getindex[/pleiade]] }}}
>
> and see its outupt:
> -----
> $:/temp/project:
>
> project: { "name": "Pléiade v2", "project": "pleiade", "url": 
> "https://pleiade.test.acmeserver.com"; }
>
> ------
>
> The same void output happpens witg a name like "$:/temp/project".
>

-- 
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/8882a847-022f-4954-a470-ff88a87b3549n%40googlegroups.com.

Attachment: _a_project.json
Description: application/json

Attachment: _temp_project.json
Description: application/json

Reply via email to