Skip to content

DerYeger/noted

Repository files navigation

Logo

Noted

noted.yeger.eu

Markdown note-taking with syntax highlighting and real-time preview.

CI CD Maintenance LGTM Grade MIT

Features

  • ✏️ 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

Development

# 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

License

MIT - Copyright © Jan Müller