Medium Editor
github.com
Medium Editor
1–10 of 42 posts
Re: Medium Editor
#2It must be a difficult problem. Without using some kind of plain text markup syntax like Markdown, the user is required to select some text for formatting, but then you're competing with the OS's UI actions.
Are there any good mobile/tablet browser-based editors that _my mom_ would use?
Re: Medium Editor
#3Re: Medium Editor
#4Re: Medium Editor
#5Re: Medium Editor
#6This is nice, but is pretty much useless on a tablet. I realize that desktop users are the primary focus, but it seems like any new editor has to consider tablet/mobile use. It must be a difficult problem. Without using some kind of plain text markup syntax like Markdown, the user is required to select some text for formatting, but then you're competing with the OS's UI actions. Are there any good mobile/tablet brows…
Re: Medium Editor
#7I think that means contentEditable, which is how Medium works. (Part of the "death to textareas" movement.)
Also, it's a cool library, but to state the obvious, I hope they change the name.
Re: Medium Editor
#8This is nice, but is pretty much useless on a tablet. I realize that desktop users are the primary focus, but it seems like any new editor has to consider tablet/mobile use. It must be a difficult problem. Without using some kind of plain text markup syntax like Markdown, the user is required to select some text for formatting, but then you're competing with the OS's UI actions. Are there any good mobile/tablet brows…
I'd be interested too! I think on iPad, the easiest thing is to have a fixed toolbar at the top of text area. (But still, this repo is a very nice work!)
Re: Medium Editor
#9Re: Medium Editor
#10Nice, a few similar projects if someone need something slightly different: https://github.com/mduvall/grande.js https://github.com/sofish/pen https://github.com/tholman/zenpen