Hi,
I've built Joplin from sources (on Windows). I'd like to prevent this version from using/modifying my normal Joplin notes, just in case it does not work correctly.
- I found no mention about such use case in readme/dev/index.md, readme/dev/BUILD.md, or in Contributing to Joplin | Joplin - is such approach not recommended?
- By Googling I found references to dev mode (
--env dev) - is this the way? - Additionally/alternatively, I found suggestions to use
--profile PATH
So would following be a recommended way?
cd packages/app-desktop
yarn start -- --env dev --profile "$USERPROFILE/JoplinDev"