Trix: A rich text editor for everyday writing
11–20 of 137 posts
Re: Trix: A rich text editor for everyday writing
#12Re: Trix: A rich text editor for everyday writing
#13Please tell me this is a humane alternative to TinyMCE, CKEditor, etc?
It creates a layer of indirection between user actions and the DOM. This has two advantages:
* For developers of Trix itself, it eases the pain of cross-browser development - as the README says, contenteditable is inconsistent across browsers.
* For developers using Trix, you get a clean API (Trix.editor) so you can edit the document programmatically without your own cross-browser development.
Re: Trix: A rich text editor for everyday writing
#14Re: Trix: A rich text editor for everyday writing
#15How does this compare to Prosemirror? ( http://prosemirror.net/ )
Re: Trix: A rich text editor for everyday writing
#16Also, sad that it's in Coffeescript.
Re: Trix: A rich text editor for everyday writing
#17Re: Trix: A rich text editor for everyday writing
#18Does anyone know if this would adapt well for real-time use with multiple people writing at once? Etherpad-style. Or would that need to be architected differently from the start? Also, sad that it's in Coffeescript.
Re: Trix: A rich text editor for everyday writing
#19How does this compare to Prosemirror? ( http://prosemirror.net/ )
Re: Trix: A rich text editor for everyday writing
#20Earlier quoted context omitted.
I just added a demo: http://trix-editor.org/
Neat, thanks! Literally just this morning I was thinking to myself that I would give just about anything for a high quality OSS rich text editor capable of generating terse, correct HTML output. And here, not even 24 hours later , one just falls into my lap.