OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 334 forks source link

Update README.md #317

Closed Kryptonit3-zz closed 10 years ago

Kryptonit3-zz commented 10 years ago

Missing .load() on one line

OscarGodson commented 10 years ago

I think that's in the Constructor docs, right? Not the quick start or load docs? I'm on mobile so cant see the full thing.

Kryptonit3-zz commented 10 years ago

When i copied from that box that had the options so I could edit along with the editor initiator I couldn't figure out why it wasn't rendering. Then I looked through the other documentation and saw it was missing the .load()

Idk, just thought I'd point it out. Feel free to disregard :)

OscarGodson commented 10 years ago

Someone else was confused by this as well. Thanks! I'll merge it, but can you run jake docs so it'll update the HTML docs?

Kryptonit3-zz commented 10 years ago

Ill be honest, I have no idea what that means. I am using the website. I saw it added a fork to my repos and I didn't know why, so I deleted it. You may have to fix it when you have time because I deleted the repo.

OscarGodson commented 10 years ago

Ah, there's a contributing guide which has the steps. Basically, install Jake (npm install -g jake) them run npm install then call jake docs and that's it.

Kryptonit3-zz commented 10 years ago

I am on Windows, I am sure there is a method for it on Windows. I will have to read up on proper contribution. :)

OscarGodson commented 10 years ago

All that should work totally fine on Windows :) Node and Jake both support Windows AFAIK