Trix: A rich text editor for everyday writing
51–60 of 137 posts
Re: Trix: A rich text editor for everyday writing
#52Since they didn't put a demo up on their site, here's one cobbled from their documentation: http://jsbin.com/cazewaxoje/1
I just added a demo: http://trix-editor.org/
Re: Trix: A rich text editor for everyday writing
#53Interesting 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
#54Since they didn't put a demo up on their site, here's one cobbled from their documentation: http://jsbin.com/cazewaxoje/1
I just added a demo: http://trix-editor.org/
Re: Trix: A rich text editor for everyday writing
#55Earlier quoted context omitted.
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.
There's also ProseMirror [1], which I'm told is very good, and supports extensions of its document model to support things like embedded objects and Markdown, and is designed for collaborative editing -- all document operations are patches that can be sent over the network. [1] http://prosemirror.net/
Re: Trix: A rich text editor for everyday writing
#56Very neat -- seems like React for textarea
Re: Trix: A rich text editor for everyday writing
#57Re: Trix: A rich text editor for everyday writing
#58Re: Trix: A rich text editor for everyday writing
#59This is a Javascript project, but there is no NPM distribution for it. Edit: yes, it's not a Ruby gem. I stand corrected.