-
Notifications
You must be signed in to change notification settings - Fork 26
Notes lock for synchronisation even when writing them #110
Description
I have configured Tomboy to synchronise with snowy and Tomboy locks up for synchronisation every so often. This is annoying when I am typing a note, because the keystrokes are lost. It is particularly annoying when the network connection is slow, because the lock lasts for a relatively long time (like 10 seconds or so).
I would like to be able to take notes regardless of whether it is trying to synchronise.
I don't know anything about Tomboy, but I think that selectively syncing everything else but the note I am currently editing could be a possible way forward. Or not locking the interface up, i.e. take a snapshot of the to-be-synchronised state and use that for syncing while allowing the user to continue to type. Conflict resolution could then take the latest state as the local version.