BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

Development version polutes and uses users file storage #3650

Open oyeyipo opened 3 years ago

oyeyipo commented 3 years ago

Current behavior

Wanting to contribute a fix for project, after setup, i did yarn run dev which brings up boostnote dev version app, my notes and the start up welcome note and snippet was shown in there and then another start up welcome note and snippet was included. My install version of boostnote reflects this notes addition and stopping the dev boostnote didn't clean them up.

This is now installed boostnote: image

Expected behavior

I think maybe a cleanup logic or maybe a random file storage location for development that preferably also clean up after stopping the dev environment. There could be a better way.

Steps to reproduce

  1. set up boostnote project as per the guide
  2. start up dev boostnote
  3. stop dev and open installed boostnote

Environment