simonbaird / mGSD

The TiddlyWiki powered GTD system formerly known as MonkeyGTD
http://mgsd.tiddlyspot.com/
67 stars 19 forks source link

Realm created via top menu doesn't get saved to tiddlyweb #36

Open edrex opened 13 years ago

edrex commented 13 years ago

I have mGSD on hoster.peermore.com (pretty easy to set up and works great!).

Realms created by the top menu don't get saved to the server though. Here is what I found with Chrome's JS console.

Realm created via process menu correctly has server fields set:

$ store.getTiddler('ProBono')['fields']
Object
server.bag: "ericdrex-mGSD-data"
server.etag: "ericdrex-mGSD-data/ProBono/2:95a921f38bea709badfbdcdbef949ac004013aae"
server.host: "http://hoster.peermore.com"
server.page.revision: "2:95a921f38bea709badfbdcdbef949ac004013aae"
server.title: "ProBono"
server.type: "tiddlyweb"
server.workspace: "bags/ericdrex-mGSD-data"
taggly.excerpts: "descr"
__proto__: Object

Realm created via top menu doesn't have server fields set, so it doesn't save:

$ store.getTiddler('Test')['fields']
Object
changecount: "1"
__proto__: Object

I don't know how to fix this. I tried replacing the "+" button with the macro from the process menu, but it crashed my tab :/

edrex commented 13 years ago

other ways to create a tiddler in mGSD which fail to save to TW in the same way: