Successor of simplenote for OFFLINE version.
- This is using custom muya editor for live preview while editing
- Fully offline version
- Notebook-note folder feature
- Optimized performance
Read this first!! Local development is currently not supported if you don't have an existing account on the test server or access to the production credentials. This is because the move to an email-first signup flow has made it impossible to create accounts in the test database. We hope to be able to support an open-source development workflow again in the future.
- Clone the repo:
git clone https://github.com/Automattic/recall-electron.git cd recall-electronnpm install --legacy-peer-depsnpm run dev- The dev server will start on http://localhost:4000, and the Electron app will launch automatically.
- For all logging from Electron to be printed to the terminal (e.g.
console.logstatements withinapp.js), you might need to setenv ELECTRON_ENABLE_LOGGING=1.
Note: Recall API features such as sharing and publishing will not work with development builds. Due to a limitation of make, installation paths used for build cannot have spaces.
make package-osxmake package-win32make package-linux
Unit tests are run with npm test.