I just tried this again, and it's strange.
When I drag the JSON onto the TW5, the drag and drop banner appears, and then the Import function appears. What that shows seems to be related to what is on the clipboard, or what has recently been on the clipboard (if that makes sense). That is why the screenshot above mentions "hala" - she's a colleague.
Out of curiosity, I clicked Import. What happened then was that the correct tiddlers were imported!
Here's a new example. The JSON file is below:
[
{
"title": "2001",
"text":"A [[Year]]"
},
{
"title": "2002",
"text":"A [[Year]]"
},
{
"title": "2003",
"text":"A [[Year]]"
},
{
"title": "2004",
"text":"A [[Year]]"
},
{
"title": "2005",
"text":"A [[Year]]"
},
{
"title": "2006",
"text":"A [[Year]]"
},
{
"title": "2007",
"text":"A [[Year]]"
},
{
"title": "2016",
"text":"A [[Year]]"
}
]
This is saved as tw5.json, and dragged onto the wiki. What is shown is this:
![]()
Which is a different list from a while back! But then I click Import, and get this:
![]()
...which is the correct data. So the preview is showing the wrong information, but the results are correct.
It still looks like I need to upgrade.
-Matthew
On Thursday, April 16, 2015 at 3:14:21 PM UTC+4, Matthew Petty wrote: