📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Go to file
2017-12-29 19:18:34 +08:00
.electron-vue bug: fix codemirror loadmode didn\'t work in production environment 2017-11-22 10:57:37 +08:00
.github feat: inline syntax - link \ empty link \ linline code 2017-11-17 23:15:20 +08:00
build/icons typo error 2017-12-25 22:21:25 +08:00
dist first commit 2017-11-13 00:05:57 +08:00
src docu: add to do list 2017-12-29 19:18:34 +08:00
static first commit 2017-11-13 00:05:57 +08:00
test first commit 2017-11-13 00:05:57 +08:00
.babelrc first commit 2017-11-13 00:05:57 +08:00
.eslintignore first commit 2017-11-13 00:05:57 +08:00
.eslintrc.js first commit 2017-11-13 00:05:57 +08:00
.gitignore fix typo error 2017-12-22 18:04:50 +08:00
.travis.yml first commit 2017-11-13 00:05:57 +08:00
appveyor.yml first commit 2017-11-13 00:05:57 +08:00
LICENSE Create License 2017-11-14 07:56:11 -06:00
package-lock.json feat: listen the copy and cut event, and set clipboard data of the selection html 2017-12-29 18:28:02 +08:00
package.json feat: listen the copy and cut event, and set clipboard data of the selection html 2017-12-29 18:28:02 +08:00
README.md opti: udate todo list 2017-11-24 12:20:18 +08:00
TODO.md docu: add to do list 2017-12-29 19:18:34 +08:00

aganippe

A high-efficiency and minimal markdown editor

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint