An open API service indexing awesome lists of open source software.

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

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

![](/screenshots/file_browser.png)
![](/screenshots/screen.png)

## How was this made?

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