Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glitchboyl/titorite
A Markdown editor desktop application. Based on CodeMirror(https://github.com/codemirror/CodeMirror).
https://github.com/glitchboyl/titorite
codemirror electron electron-vue
Last synced: 15 days ago
JSON representation
A Markdown editor desktop application. Based on CodeMirror(https://github.com/codemirror/CodeMirror).
- Host: GitHub
- URL: https://github.com/glitchboyl/titorite
- Owner: glitchboyl
- Created: 2017-10-24T02:51:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:20:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T20:25:03.301Z (about 1 month ago)
- Topics: codemirror, electron, electron-vue
- Language: JavaScript
- Size: 19 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titorite
A Markdown editor desktop application. Based on [Electron](https://electron.atom.io/) and [CodeMirror](https://github.com/codemirror/CodeMirror).
[Demo gif](https://i.loli.net/2019/02/28/5c778b454456e.gif)
## Version
1.0## What can you do with it
- 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.~~## Build Setup
``` bash
# 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 --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
This repo is just for fun. :yum: