EpicEditor – An embeddable JavaScript Markdown editor
epiceditor.com
EpicEditor – An embeddable JavaScript Markdown editor
1–10 of 36 posts
Re: EpicEditor – An embeddable JavaScript Markdown editor
#2Looks like the same one used in Telescope, the Meteor app: http://demo.telesc.pe/posts/a05eba73-cdd9-4d64-933d-2586ffc5...
Re: EpicEditor – An embeddable JavaScript Markdown editor
#3The text seems old, it mentions posterous and didn't that shut down a while back?
Re: EpicEditor – An embeddable JavaScript Markdown editor
#4Very lame! This is much better, splitscreen, full screen, markdown, html code, or preview view.
http://markdown.pioul.fr/
Re: EpicEditor – An embeddable JavaScript Markdown editor
#5Very lame! This is much better, splitscreen, full screen, markdown, html code, or preview view. http://markdown.pioul.fr/
You created an account just to say that?
Re: EpicEditor – An embeddable JavaScript Markdown editor
#6I looked at this a while back, it's big and bloated. Despite having no real UI it requires jQuery UI... I don't understand.
Re: EpicEditor – An embeddable JavaScript Markdown editor
#7Oh look, yet another markdown editor.
Re: EpicEditor – An embeddable JavaScript Markdown editor
#8I feel like a lot of Markdown editors get posted on HN. Some of them seem pretty cool, but it gets hard to keep track of them all after a while. Has anyone tried keeping a running list of these editors with their pros and cons?
Re: EpicEditor – An embeddable JavaScript Markdown editor
#9Re: EpicEditor – An embeddable JavaScript Markdown editor
#10I looked at this a while back, it's big and bloated. Despite having no real UI it requires jQuery UI... I don't understand.
> Despite having no real UI it requires jQuery UI
Where?
$ git clone https://github.com/OscarGodson/EpicEditor.git
Cloning into 'EpicEditor'...
remote: Reusing existing pack: 2951, done.
remote: Total 2951 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2951/2951), 1.53 MiB | 192.00 KiB/s, done.
Resolving deltas: 100% (1392/1392), done.
Checking connectivity... done.
$ grep -ir jqueryui EpicEditor/|wc -l
0
$