WuTheFWasThat / vimflowy

An open source productivity tool drawing inspiration from workflowy and vim

Home Page:https://www.wuthejeff.com/vimflowy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Straightforward Local Storage Option

8utl3r opened this issue · comments

How difficult would it be for Vimflowy to store the data locally in a file instead of in the browser? I just wanted to save my file in C:/Documents in SQLite for instance?

i think you could just try just running the sqlite backend locally, not sure what will go wrong. there aren't scripts/instructions for it mainly since it would generally not be cross-platform and Docker was simpler

there might also be a way to make docker volumes map to local ones? (i think bind mounts?) haven't looked into it though