An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


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](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