What's the file format? I hope the best for your app, but I hope I can still use those files if something happens to the company. I converted to .txt files 10 years ago for everything todo, but wouldn't mind a specialized utility for it!
We use a proprietary sync engine, so there isn't some known file format you can edit. I totally understand your objection to this!
We do, however, store the data locally in a sqlite database (~/Library/Godspeed/godspeed-db.sqlite). You shouldn't directly edit it or things won't sync properly, but you can use it to easily read your tasks if you'd like!
It'd be awesome if you can emit/ingest Markdown. That way, Todo can act as a different frontend to what essentially amounts to a bunch of files that I can then view via a different app.
I'm curious as well – if there was a SQLite file somewhere that I could read from to hook up e.g. an Alfred plugin or whatever, that would be valuable.
There is indeed a sqlite file! ~/Library/Godspeed/godspeed-db.sqlite. But you shouldn't edit it or things won't sync properly. Feel free to read, though!
DanielDe|1 year ago
We do, however, store the data locally in a sqlite database (~/Library/Godspeed/godspeed-db.sqlite). You shouldn't directly edit it or things won't sync properly, but you can use it to easily read your tasks if you'd like!
newman314|1 year ago
grncdr|1 year ago
TehShrike|1 year ago
DanielDe|1 year ago
niels_bom|1 year ago
For (PKM) notes it’s a whole different story.