Simple, Secure, yes
Download executable from releases (currently only available for windows)
After cloning repo (and navigating to desktop directory) run
npm i
Configure your .env file NODE_ENV to development
NODE_ENV = "development"
And then run...
npm test
To compile application to an executable run
npm run dist
... to start the application
Compiled versions for Windows and Linux coming soon
Shortcut | Function |
---|---|
ctrl+w | Close App |
ctrl+r | Lock Session |
ctrl+n | New Note |
ctrl+shift+n | New Tab |
ctrl+shift+a | Toggle Always on Top |
ctrl+h | Show help Screen |
ctrl+d | Insert current date |
ctrl+o | Open new wallet |
This app was writing using Node.js and Electron for the UI, AES for encrypting notes, and MD5 for hashing passwords.
This app was largely inspired by Sabrina Cruz from Answer in Progress
Yes I am aware that this removes a lot of the creative element of bullet journaling but in exchange it provides one of the safest places to introspect. More create features are in the pipeline and feel free to branch this repo and make your own creative additions for your life.