icons8-facebook 2 icons8-instagram 2 icons8-twitter 2 linkedin-svgrepo-com 2 icons8-youtube 2
ShipMoney
February 15, 2025

Test

Trix11

hello

Trix is an open-source project

  • from 37signals, the creators of Ruby on Rails Millions of people trust their text tous, and we built Trix to give them the best possible editing experience.See Trix in action in Basecamp and HEY.

ASDSADADADADA


Social icon

Different By Design

from 37signals, the creators of Ruby on Rails Millions of people trust their text tous, and we built Trix to give them the best possible editing experience.See Trix in action in Basecamp and HEY.

When Trix was designed in 2014, most WYSIWYG editors were wrappers around HTML’s contenteditable and execCommand APIs, designed by Microsoft to support live editing of web pages in Internet Explorer 5.5, and eventually reverse-engineered and copied by other browsers.

Because these APIs were not fully specified or documented, and because WYSIWYG HTML editors are enormous in scope, each browser’s implementation has its own set of bugs and quirks, and JavaScript developers are left to resolve the inconsistencies.

testr
Test 3

Trix sidestepped these inconsistencies by treating contenteditable as an I/O device: when input makes its way to the editor, Trix converts that input into an editing operation on its

internal document model, then re-renders that document back into the editor. This gives Trix complete control over what happens after every keystroke, and avoids the need to use execCommand at all.

This is the approach that all modern, production ready, WYSIWYG editors now take.

Let’s talk! right-left-white-arrow