WuTheFWasThat / vimflowy

An open source productivity tool drawing inspiration from workflowy and vim
https://www.wuthejeff.com/vimflowy
MIT License
1.6k stars 111 forks source link

Use IndexedDB instead of localStorage #363

Closed platers closed 3 years ago

platers commented 3 years ago

Uses https://localforage.github.io/localForage/ as a wrapper. Uses IndexedDB, webSQL, localstorage, in that order. This should fix the strict localstorage memory limit.

WuTheFWasThat commented 3 years ago

nice! sorry I missed this, could you re-merge/rebase?