wincohi / bookmark-notes

a firefox webextension to bring back pre-62 bookmark annotations
Mozilla Public License 2.0
23 stars 4 forks source link

Improve sync logic #39

Open wincohi opened 6 years ago

wincohi commented 6 years ago

Currently, notes are kept in storage.sync only, which is overwritten each time Firefox Sync does its thing. This can potentially result in partial data loss if, for instance, a note is added before Firefox syncs the latest data.

To solve this, my plan is as follows:

Since this will require migrating note objects to a new format that will break backward compatibility, it's better suited for a larger release, and most certainly after #26 has been resolved.