Echo JS 0.11.0

<~>

geekstar 4103 days ago. link 4 points
So far so good. I'd be curious to see how it works on a CMS.
vladimir_kan 4101 days ago. link 1 point
I integrated it on my website. Isn't live yet, but it looks awesome.
aldrin 4101 days ago. link 1 point
Seems to be the first one with flat design out there. Will definitely make a name among all these text editors.
jayfallon 4103 days ago. link 1 point
I really like it. Simple, clean, easy to use. And fairly inexpensive for a single license. Would like to see how it would integrate with a CMS/Blog as I'm sure everyone else would too.
ned 4103 days ago. link 1 point
"Built (…) according to the latest industry trends", yet it uses contenteditable. All the recent rich text editors (CodeMirror, Google Docs…) don't use contenteditable, and implement selection, focus, insertion, undo, etc themselves.

Still, the UI is really nice, and it can still be useful if you don't need the resulting markup to be perfect.
st3fan 4103 days ago. link 2 points
According to W3C, contenteditable is new in HTML5 (as far as I know HTML5 is an industry trend). Contenteditable is used just as a base and all actions are implemented using our own code.

I'm happy to hear that you like the UI. :-)
mark_anton 4103 days ago. link 1 point
Simple, but complete at the same time. Nice design. Though, I'd like a bit more support for images.