https://github.com/deryeger/noted
Markdown note-taking with syntax highlighting and real-time preview.
https://github.com/deryeger/noted
hacktoberfest markdown markdown-editor markdown-to-html markdown-viewer note-taking notebook nuxt vue
Last synced: 9 months ago
JSON representation
Markdown note-taking with syntax highlighting and real-time preview.
- Host: GitHub
- URL: https://github.com/deryeger/noted
- Owner: DerYeger
- License: mit
- Created: 2021-09-14T09:40:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T11:51:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T06:23:05.566Z (10 months ago)
- Topics: hacktoberfest, markdown, markdown-editor, markdown-to-html, markdown-viewer, note-taking, notebook, nuxt, vue
- Language: Vue
- Homepage: https://noted.yeger.eu
- Size: 8.27 MB
- Stars: 27
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Noted
Markdown note-taking with syntax highlighting and real-time preview.
## Features
- โ๏ธ **Note-taking** in Markdown format with **real-time** preview
- ๐ฅ **Syntax highlighting** based on [PrismJS](https://github.com/PrismJS/prism)
- ๐ 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
```bash
# 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](./LICENSE) - Copyright ยฉ Jan Mรผller