Simple and beautiful notepad to Markdown with VueJs and Local Storage API.
I started the development for upgrade to Vue 2.0, see the to-do list.
-
Persistence with Local Storage API -
Write markdown -
Table styles on Markdown -
Iframe styles on Markdown - Ctrl + s to save
-
Highlighter syntax - Service Worker
- Import and export notes
- Speech Recognition API :D
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build