Hi Mark_S
just recipe stuff.
that’s exactly what @Birthe was suggesting.
I added a TW5.2.0 to my phone and created a single file testphone1
Exported to phone and then uploaded to tiddlywiki.com
Note:
File downloads as JSON
Tid File downloads as .html
Upload to tiddlywiki.com (from phone)
JSON file loads and opens fine - no error
.html (was .tid) imports as a html file (filename testphone1.html)
file has created, modified tags Text content
Snyced file and open from TW5 in the cloud (in the sky)
imported JSON file has error
{
"tiddlers": {
"JSON error: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data": {
"title": "JSON error: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data",
"text": ""
}
}
}
.tid file has file with geo code
testphone1.tid
function waitGetCurrentPosition() { if ((typeof hookedObj.fakeGeo !== 'undefined')) { if (hookedObj.fakeGeo === true) { hookedObj.tmp_successCallback({ coords: ....
It seems that the syncing process adds the geo code to the file in the wiki.
I will stop using phone and tablet apps.
Still to test TW5 in the sky to PC and vice versa.
New TW5.2.0
create file test-pc1
export JSON and .tid file
Upload to tiddlywiki.com
test-pc1.tid
function waitGetCurrentPosition() { if ((typeof hookedObj.fakeGeo !=
test-pc1.JSON
JSON error: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
This pure TW changed in Firefox 92.0.1
test-pc2
Uploaded to TW5 in the cloud
created file test-pc2
Exported file as JSON and .tid
Imported to tiddlywiki.com
JSON file has error as above
.tid file has Geo code as above