Live data from Hacker News

EpicEditor – An embeddable JavaScript Markdown editor

epiceditor.com

1–10 of 36 posts

Re: EpicEditor – An embeddable JavaScript Markdown editor

#10
post #6

I 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
    $
Post reply on HN