Closed zendre4 closed 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
And I will fix synchronization problem too.
Thanks !
release as version 1.0.1 https://addons.mozilla.org/ja/firefox/addon/sticky-notes/versions/1.0.1
Thanks ! working for me
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 ?