Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://halfeld.github.io/v-notes
:notebook: Simple and beautiful notepad to Markdown with Vue.js and Local Storage API
https://halfeld.github.io/v-notes
book local-storage vue
Last synced: 7 days ago
JSON representation
:notebook: Simple and beautiful notepad to Markdown with Vue.js and Local Storage API
- Host: GitHub
- URL: https://halfeld.github.io/v-notes
- Owner: IgorHalfeld
- Created: 2016-06-24T03:05:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T03:31:25.000Z (about 7 years ago)
- Last Synced: 2024-10-29T10:45:22.302Z (2 months ago)
- Topics: book, local-storage, vue
- Language: HTML
- Homepage: http://igorluiz.me/v-notes/#!/
- Size: 1.57 MB
- Stars: 52
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vNotes - Simple and beautiful notepad to Markdown with Vue.js and Local Storage API. (Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) ★101652](https://github.com/sindresorhus/awesome) / Apps/Websites)
- awesome-vue-refactor - vNotes
- awesome-vuejs - vNotes - [repository](https://github.com/Halfeld/v-notes) (Awesome Vue.js / Projects Using Vue.js)
- awesome-vue - vNotes - Simple and beautiful notepad to Markdown with Vue.js and Local Storage API. (Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Apps/Websites)
- awesome-vue-zh - ℴℴ简单而美丽的记事本和Vue减价.
README
vNotes
======> Simple and beautiful notepad to Markdown with VueJs and Local Storage API.
[DEMO](http://igorhalfeld.github.io/v-notes)
Will be implemented
-------------------> I started the development for upgrade to Vue 2.0, see the [to-do list](https://github.com/Halfeld/v-notes/projects/1).
- [x] Persistence with Local Storage API
- [x] Write markdown
- [x] Table styles on Markdown
- [x] Iframe styles on Markdown
- [ ] Ctrl + s to save
- [x] Highlighter syntax
- [ ] Service Worker
- [ ] Import and export notes
- [ ] Speech Recognition API :DBuild Setup
-----------``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```