https://github.com/patarapolw/openmde
Double-click to open file in a customized SimpleMDE markdown editor
https://github.com/patarapolw/openmde
desktop-app electron simplemde
Last synced: 2 months ago
JSON representation
Double-click to open file in a customized SimpleMDE markdown editor
- Host: GitHub
- URL: https://github.com/patarapolw/openmde
- Owner: patarapolw
- License: mit
- Created: 2019-01-16T11:59:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T11:33:44.000Z (over 7 years ago)
- Last Synced: 2025-04-03T21:44:07.343Z (over 1 year ago)
- Topics: desktop-app, electron, simplemde
- Language: JavaScript
- Size: 396 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenMDE
Double-click to open file in a customized SimpleMDE markdown editor.
## Download
Executables can be downloaded from
## Features
- [Markdown-it](https://github.com/markdown-it/markdown-it) is used to render the preview.
- Furigana / ruby text is enabled, using the implementation from .
## Building
- Clone the package from Git
- `yarn install && yarn run build`
## Running in development mode
- Open two terminal and navigate to the project folder,
- `yarn run dev` to start development server
- `yarn start` to start Electron app
## Screenshots


## How was this made?
I followed this , which was very recently created (2018-05-17), with a little tweaking for non-react.