The Epic Editor is a very slim editor to ease the writing of markdown. It is based on the MIT (or X11) license.
The epic editor is used by the NodeStream distribution and is supported by in the wysiwyg module

Website: http://oscargodson.github.com/EpicEditor/
Repo: https://github.com/OscarGodson/EpicEditor
License file: https://github.com/OscarGodson/EpicEditor/blob/develop/LICENSE

Example download: http://oscargodson.github.com/EpicEditor/docs/downloads/EpicEditor-v0.1....

Comments

geerlingguy’s picture

Status: Needs review » Reviewed & tested by the community

MIT License, ~30Kb download, looks good to me!

geerlingguy’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

killes@www.drop.org’s picture

Status: Closed (fixed) » Needs work

http://epiceditor.com/docs/downloads/EpicEditor-v0.1.1.1.zip

this doesn't seem to work. The above is the URL that fabsor specified in his package. Either the URL or the regexp isn't quite right.

killes@www.drop.org’s picture

I added a new regexp

greggles’s picture

Status: Needs work » Closed (fixed)

The whitelist entry is

^https://github\.com/OscarGodson/EpicEditor\.git$
^https://github\.com/OscarGodson/EpicEditor/tarball/.+$
^https://raw\.github\.com/OscarGodson/EpicEditor/.+$

So, my sense is that the nodestream .make file is pulling from the wrong location. #1929122: get epic editor from the right spot on github.