Thanksa @oeyoews
Here it is;
Master is the one I need to access (to save my life )
{
"winState": true,
"defaultPort": 9090,
"username": null,
"lan": true,
"icon": false,
"wikiPath": "I:\\!Master\\TiddlyWiki-app",
"language": null,
"markdown": false,
"autocorrect": false,
"lang-CN": false,
"recentWikis": [
"C:\\Users\\antho\\OneDrive - People, Systems and Things\\Desktop\\wiki",
"I:\\!Master\\TiddlyWiki-app"
],
"github": {
"token": null
},
"window": {
"width": 800,
"height": 601,
"x": -8,
"y": 0,
"isMaximized": false,
"isFullScreen": false
}
}
Now I realise its line 14 column 9 I can see its the first "
for the second recentWikis entry.
I dont recall creating the first “recent wiki” on the desktop?
So I just reversed the order to test;
"recentWikis": [
"I:\\!Master\\TiddlyWiki-app",
"C:\\Users\\antho\\OneDrive - People, Systems and Things\\Desktop\\wiki"
],
Oddly I get the exact same error. position/line and column.
The problem
Its seems to me perhaps the app is not coping with the comma in the path to the desktop wiki?
Your support greatly appreciated.