https://github.com/milchreis/quicknotes
MD notes saved in local browser storage (NuxtJS experiment)
https://github.com/milchreis/quicknotes
easy editor experimental idea markdown notes nuxtjs quick spa vuejs
Last synced: about 1 month ago
JSON representation
MD notes saved in local browser storage (NuxtJS experiment)
- Host: GitHub
- URL: https://github.com/milchreis/quicknotes
- Owner: Milchreis
- Created: 2019-10-20T11:25:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T11:28:37.000Z (over 3 years ago)
- Last Synced: 2025-02-16T05:41:33.219Z (12 months ago)
- Topics: easy, editor, experimental, idea, markdown, notes, nuxtjs, quick, spa, vuejs
- Language: Vue
- Homepage: https://milchreis.github.io/QuickNotes/
- Size: 2.14 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickNotes
> Creating fast and easy markdown notes locally in your browser.

Try it out: https://milchreis.github.io/QuickNotes/
## Features
* markdown editor without installation
* multiple notes in one application
* import and export for all notes (json format)
* simple PDF export
* a lot of shortcuts
* no cloud services
## Short cuts
* `CTRL` + `s` Save
* `CTRL` + `h` Headline
* `CTRL` + `b` Bold
* `CTRL` + `i` Italic
* `CTRL` + `'` Quote
* `CTRL` + `l` Toggle list
* `CTRL` + `ALT` + `l` Toggle numbered list
* `CTRL` + `k` Link
* `CTRL` + `ALT` + `i` Image
* `CTRL` + `P` Show preview
* `CTRL` + `ALT` + `P` Print preview
## Build Setup
``` bash
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
# Deploy changes (to gh-pages)
$ npm run generate:gh-pages
$ npm run deploy
```
## Used libraries
Special thanks go to the great open source libraries I was able to use so easily in this project.
* NuxtJS
* Vuetify
* Simple-markdown-editor
* PrintJS
* vue-shortkeys