timsayshey / Ghost-Markdown-Editor

Just a responsive jquery markdown editor with instant preview.
MIT License
472 stars 59 forks source link

Ghost-Markdown-Editor with image placeholders and uploaders. #7

Open durgesh-priyaranjan opened 10 years ago

durgesh-priyaranjan commented 10 years ago

Hi,

First thanks for the code and your effort. I made certain modifications in your code and enabled image upload.

Its demo can be found at: http://ghosditor.herokuapp.com/ And git hub repo at: https://github.com/durgesh-priyaranjan/ghosditor

I did not get enough time to polish and document it. But, hopefully it will help.

Thanks

timsayshey commented 10 years ago

This looks great! Can you polish it up a little bit more so I can merge it with the master branch?

Let me know!

timsayshey commented 9 years ago

Nevermind, realized it's a standalone nodejs application. Is there anyway to run this on Ruby on Rails or PHP without nodejs?

Btw I updated the readme to point people to your project.

durgesh-priyaranjan commented 9 years ago

Sorry, could not get time to refactor and document the demo.

I used node just because I needed some backend for image upload and I was most comfortable with node. Otherwise, you can use any backend as per your choice.

In "assets / js / ghostdown.js" at line no -7865, you can provide your path to upload the image. Its normal api provided by dropzone. Hope this will help you. Let me know if anything is not clear.

Thanks