This will be a pain to use.
Trix: A rich text editor for everyday writing
61–70 of 137 posts
Re: Trix: A rich text editor for everyday writing
#62Please tell me this is a humane alternative to TinyMCE, CKEditor, etc?
Going from the README, the main difference is the architecture. 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 wit…
We (the Guardian) created Scribe to tackle this:
https://github.com/guardian/scribe
(I can't take any credit personally though alas!)
Re: Trix: A rich text editor for everyday writing
#63It breaks Pentadactyl external editor feature as every other WYSIWYG editor do. This will be a pain to use.
Re: Trix: A rich text editor for everyday writing
#64Interesting naming. The WYSIWYG rich text editor in Google Docs is named Kix. The engine behind Google Sheets is named Trix.
Is there an open source alternative to Kix? I've been looking for WYSIWYG which has the look and feel of a document processor.
Re: Trix: A rich text editor for everyday writing
#65It breaks Pentadactyl external editor feature as every other WYSIWYG editor do. This will be a pain to use.
Re: Trix: A rich text editor for everyday writing
#66It breaks Pentadactyl external editor feature as every other WYSIWYG editor do. This will be a pain to use.
Re: Trix: A rich text editor for everyday writing
#67Re: Trix: A rich text editor for everyday writing
#68I really like this. If only it supported ie 9 and below I would use it. Looks like we are stuck with CK unless anyone can offer other viable, preferably pretty, solutions?
From the documentation:
> Eventually we expect all browsers to implement these standards. In the meantime, Trix includes polyfills for missing functionality.
Re: Trix: A rich text editor for everyday writing
#69How does this compare to Prosemirror? ( http://prosemirror.net/ )
Re: Trix: A rich text editor for everyday writing
#70One thing this gets right that heaps of other WYSIWYG's get wrong is lists. You can create a proper multi-level list here with order and unordered lists nested inside each other correctly. This sort of stuff is actually important for creating accessible documents as things like flowcharts need a plain text version and nesting lists is a reasonable way of displaying these.