Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perry-mitchell/mead
Mead - Dead simple markdown editor for Windows, Linux and Mac
https://github.com/perry-mitchell/mead
editor electron-app markdown markdown-editor markdown-viewer wysiwyg
Last synced: 22 days ago
JSON representation
Mead - Dead simple markdown editor for Windows, Linux and Mac
- Host: GitHub
- URL: https://github.com/perry-mitchell/mead
- Owner: perry-mitchell
- License: mit
- Created: 2017-06-07T18:42:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T16:26:21.000Z (over 7 years ago)
- Last Synced: 2024-10-04T13:11:39.249Z (about 1 month ago)
- Topics: editor, electron-app, markdown, markdown-editor, markdown-viewer, wysiwyg
- Language: JavaScript
- Size: 1.28 MB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mead
Dead simple markdown editor for Windows, Linux and Mac![Mead markdown editor](https://github.com/perry-mitchell/mead/raw/master/preview-macos.jpg)
_Based mostly on the **beautful** [SimpleMDE markdown editor](https://simplemde.com/)._
## About
This is a proof of concept project, at the moment. It _may_ evolve into a somewhat proper editor of markdown files, but I make no promises. PRs are more than welcome and if there's enough interest it'll definitely take off.For specifics on the markdown editor and preview be sure to check out the [SimpleMDE markdown editor](https://simplemde.com/) project as they've done all the hard work. This project is mostly just their editor placed in an Electron app for desktop-y usage.
## Features
Mead has a unique in-place markdown editor, which is actually SimpleMDE - It offers an interface to edit markdown in the same styling it describes. It also has a **preview pane** for side-by-side comparison.Mead supports saving and loading files and multiple windows. It has hotkey support (New, Open and Save) and supports creating new documents.
## Developing
After running `npm install`, simply run `npm start` to start the app.