lepture / editor

A markdown editor. http://lab.lepture.com/editor/
https://lepture.com/
2.79k stars 266 forks source link

Doesn't work on mobile. #86

Open lumenwrites opened 9 years ago

lumenwrites commented 9 years ago

Hi!! I absolutely love your editor, it is extremely useful to me, but unfortunately it works very badly on mobile. Are there any plans on improving that?

lepture commented 9 years ago

@raymestalez I am sorry, there is no plan on supporting mobile.

cben commented 9 years ago

CodeMirror 5 has improved (though still experimental) mobile support: http://discuss.codemirror.net/t/new-releases-4-13-and-5-0/163 https://blog.codepen.io/2015/05/21/better-mobile-editing-thanks-to-codemirror-5/

I see vendor/codemirror.js is 3.15.

WesCossick commented 9 years ago

For those interested in mobile compatibility, I've created a markdown editor based on @lepture's editor that uses CodeMirror 5. Check it out here: https://github.com/NextStepWebs/simplemde-markdown-editor

lumenwrites commented 9 years ago

Oh my god this is awesome!! @WesCossick , thank you very much!!

Auto save feature is gold too =)

shinygang commented 9 years ago

@WesCossick
when I use simplemde-markdown-editor,there has error!

ghost commented 4 years ago

For those interested in mobile compatibility, I've created a markdown editor based on @lepture's editor that uses CodeMirror 5. Check it out here: https://github.com/NextStepWebs/simplemde-markdown-editor

Nothing in that repo. Any updates?