A Markdown editor desktop application. Based on Electron and CodeMirror.
1.0
- You can NEW a Markdown file and SAVE it.
- You can R/W every single Markdown file.
- You can EXPORT AS HTML/PDF.
It can helps you to find a GF.
# clone this repo
git clone https://github.com/glitchboyl/Titorite
# cd to dir
cd Titorite
# install dependencies
npm install / yarn
# pack the repo
npm run pack / yarn run pack
# serve with hot reload at localhost:9080
npm run dev / yarn run dev
# build for production with minification
npm run build / yarn run build
# build for production and view the bundle analyzer report
npm run build --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.
This repo is just for fun. 😋