betterRunner/context-note

question: where are the notes stored?

suredream opened this issue · 5 comments

Any way to back-up and import/export the notes?

It use chrome.storage.local API like localStorage.

User data can be automatically synced with Chrome sync (using storage.sync).

I think It can be sync. Maybe in the future.

@suredream the exporting notes feature already existed (collapsed by the more button at the bottom of the extension) while the importing notes feature will be supported soon!

#22 adds the importing notes feature.

any risk I will lose the notes if I clean the chrome cache?

any risk I will lose the notes if I clean the chrome cache?

The accepted answer of https://stackoverflow.com/questions/23210499/chrome-storage-local-persistence claims that "chrome.storage.local shouldn't be disappearing except on uninstallation". And I have also tried cleaning the chrome cache without losing the data.