> CONDUCT.md Did projects prior to being hosted on GitHub require a Code of Conduct or is that a new thing.
Trix: A rich text editor for everyday writing
41–50 of 137 posts
Re: Trix: A rich text editor for everyday writing
#42Earlier 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.
Looks like you got two wishes left. Use them wisely...
Re: Trix: A rich text editor for everyday writing
#43Nice to see this particular bit of info high up in the README (though "as seen in Basecamp 3" would fit well in the Github repo description line): > Trix is an open-source project from Basecamp, the creators of Ruby on Rails. Millions of people trust their text to Basecamp, and we built Trix to give them the best possible editing experience. See Trix in action in the all-new Basecamp 3. Nothing gets me more intereste…
Edit: Nevermind, just saw the edit on the comment below :)
Re: Trix: A rich text editor for everyday writing
#44Since 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
#45> CONDUCT.md Did projects prior to being hosted on GitHub require a Code of Conduct or is that a new thing.
Re: Trix: A rich text editor for everyday writing
#46This is a Javascript project, but there is no NPM distribution for it. Edit: yes, it's not a Ruby gem. I stand corrected.
> This is a Javascript project It's not JavaScript, Trix is written in CoffeScript.
Re: Trix: A rich text editor for everyday writing
#47Earlier 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.
Re: Trix: A rich text editor for everyday writing
#48Earlier quoted context omitted.
> This is a Javascript project It's not JavaScript, Trix is written in CoffeScript.
Isn't CoffeeScript the " Macro -assembler" of JavaScript? i.e. a simple 1:1 syntax mapping, without no differentiating semantics of its own. Or am I wrong?
Re: Trix: A rich text editor for everyday writing
#49Earlier quoted context omitted.
Yes, they are all terrible. I don't know if this will be any better. They all highlight how bad the web is as an environment to host applications. A rich text editor - something that is a trivial toy project in any other application development environment - is impossible to build on the web in 2015.
It is not impossible. It just takes a lot of time and effort. It took two developers around 18 months to build Trix. The readme explains how our approach is different from other WYSIWYG editors. (Most others are just toolbars that call execCommand.)
Re: Trix: A rich text editor for everyday writing
#50Does 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.