[FR] add cloud sync #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As any other PIM application, this one strongly needs cloud sync support.
For my own taste I'd prefer wifireminders sync to Google Task just like Astrid does.
Created by: glesik
Sure, sync is necessary these days, but I strongly oppose using non-free services like Google. ownCloud Notes or Todo.txt look like reasonable alternatives, but that's quite some work for such a small project. Any help is welcome! :)
Created by: ToeJet
instead of sync support or proprietary tie in, would it be possible to:
The format of the saved file will not matter. Simple text or XML would be nice. The save, reload scheme will prevent conflict resolution.
A user could the set up another tool (Dropbox, OwnCloud, FolderSync...) to handle the sync. Possibly as simple as making sure they specify a file in a folder already synced.
Created by: glesik
I like the idea of file sync and todo.txt is probably the best way to implement this. The advantage is that there are numerous clients around (I use Simpletask Cloudless, for example). Reminders then could be added to todo.txt with rule names as contexts (e. g.
@homeor@work, see todo.txt syntax). All I would need to do is parse the file searching for those contexts.