Markdown note-taking with syntax highlighting and real-time preview.
- ✏️ Note-taking in Markdown format with real-time preview
- 🖥 Syntax highlighting based on PrismJS
- 📚 Organize notes in sections and notebooks
- 💾 Download entire notebooks as
zip
files - 📱 Supports all devices with responsive design
- 🌓 Dark and light themes
- ⚙️ Works offline as installable PWA
# install dependencies
$ yarn install
# run development server
$ yarn dev
# build for production
$ yarn generate
# run production preview server
$ yarn start
# lint project files
$ yarn lint
# run tests
$ yarn test
# apply formatting
$ yarn pretty
# run storybook
$ yarn storybook
MIT - Copyright © Jan Müller