kumabook / stickynotes

Sticky Notes is a webextension that enable browser to put sticky to web page.
http://kumabook.github.io/stickynotes/
40 stars 14 forks source link

Function to clear cache #88

Closed zendre4 closed 6 years ago

zendre4 commented 6 years ago

Hello,

Sometimes I have a problem of synchronization on my computers (exemple deleted stickies in computer A wasn't deleted in computer B). For fix this issues in the past extension (before web extension) I would delete the sqlLight database in local and I restart firefox... But with the new web extension it's not possible, so I think than the best solution is add in menu a link for deleted local cache and re-sync ...

What do you think ?

kumabook commented 6 years ago

First, webextension can't use sqlite. So new version uses indexedDB. I think indexedDB isn't vislbe in file system. I also think Clear cache is good way. I will implement it, please wait

kumabook commented 6 years ago

And I will fix synchronization problem too.

zendre4 commented 6 years ago

Thanks !

kumabook commented 6 years ago

release as version 1.0.1 https://addons.mozilla.org/ja/firefox/addon/sticky-notes/versions/1.0.1

zendre4 commented 6 years ago

Thanks ! working for me