Software Alternatives & Reviews

My pain building a WYSIWYG editor with contenteditable

Redactor Text Editor Sanity.io Quill ProseMirror Trix Draft.js highlight.js
  1. WYSIWYG html editor.
    Costs money - but https://imperavi.com/redactor/ is the best I've used, tho I'm interested in tiptap if I can get the time to make it do what redactor does for us.

    #Text Editors #Rich Text Editor #IDEs And Text Editors 1 social mentions

  2. Fast, on-the-spot answers for your customers.

    #Knowledge Management #Knowledge Base #Help Desk 4 social mentions

  3. Sanity.io a platform for structured content that comes with an open-source editor that you can customize with React.js.
    Pricing:
    • Open Source
    • Freemium
    • Free Trial

    #CMS #API Tools #Realtime Backend / API 55 social mentions

  4. 4
    Powerful, API-driven rich text editor
    Pricing:
    • Open Source
    Quill is very nice! Open source and very powerful! Https://quilljs.com.

    #Rich Text Editor #Text Editors #IDEs And Text Editors 29 social mentions

  5. A toolkit for building rich-text editors on the web
    Pricing:
    • Open Source
    Dude, go with ProseMirror. It has all the building blocks you'll need to accomplish what you folks are after. There's also the wrapper project TipTap which makes it a bit easier to work with in TypeScript.

    #Rich Text Editor #Text Editors #IDEs And Text Editors 33 social mentions

  6. 6
    A rich text editor for everyday writing.
    Pricing:
    • Open Source
    Well, there is Trix which uses an internal document model and does not rely on execCommand at all: https://trix-editor.org.

    #Text Editors #Rich Text Editor #IDEs And Text Editors 12 social mentions

  7. Rich Text Editor Framework for React
    I really like Draft.js https://draftjs.org/ (for React by FB) takes quite a bit to get to know and work with but you get a lot total freedom in UI design and tons of space in implementation. Major downside, the last time I checked, is it had some pretty serious bugs on mobile (unusable in some cases).

    #Rich Text Editor #React #Text Editors 24 social mentions

  8. Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server.
    Pricing:
    • Open Source
    I import code from highlight.js libraries as needed - we support over 50 programming languages so when the user adds a code block or when it edits the programming language of a code block later - there is a promise that loads the library for that programming language from highlight.js and then, it applies it to the target.

    #App Reviews #Customer Feedback #Marketing Tools 51 social mentions

Discuss: My pain building a WYSIWYG editor with contenteditable

Log in or Post with