hibiken / stories

Medium clone built with Ruby on Rails
https://my-medium-clone.herokuapp.com/
MIT License
826 stars 270 forks source link

Medium Editor? #1

Closed danleecreates closed 8 years ago

danleecreates commented 8 years ago

Hi Kenny, your tutorial series looks amazing. I think I'd quite like to give this a go.

Although you probably want to focus on your videos I had a suggestion for the the writing interface. Have you considered using Medium Editor?

hibiken commented 8 years ago

Thanks! Glad you liked the tutorials. I actually heard of the editor in a podcast but never really looked into it. I will check it out and see if I like it. I've been using MacVim and it's been working great for me so far.

danleecreates commented 8 years ago

Sorry, by "text editor" I mean a writing interface for your application. The Medium Editor adds an inline editor toolbar to a text box.

hibiken commented 8 years ago

Wow, this is exactly what I need in my application. Thanks for letting me know! Looks like there is a gem for this called "medium-editor-rails", so I will look into how to integrate that into the application.

danleecreates commented 8 years ago

Nice - glad I could help.

hibiken commented 8 years ago

Feel free fork this and create pull requests! Need to install and run Elasticsearch and Redis. I will update the README soon. Thanks again!