a note taking and drawing app with a rich text editor supporting LaTeX and embeds.
- Clone the repository.
- Run
npm install
to install all the required packages. Then runnpm start
to start the app.
electron-packager is used to package and build the app.
Linux: Run npm run package-linux
to create the release build. Then run the SketchNote
file in the release folder to launch the app.
Windows/macOS: Use electron-packager in a similar way to create the build.
- Easily manage notes and add as many drawings as required onto each note.
- Rich text-editor with several features including LaTeX and image/video embeds.
- Download any of your notes as a html file with proper rendering.
- Save the drawings as an image file.
- Notes are auto-saved every second.
- quill
- drawingboard.js
- KaTeX
- Bootstrap