TypeScript Rich Text Editor

Open-source TypeScript projects categorized as Rich Text Editor

Top 23 TypeScript Rich Text Editor Projects

  • quill

    Quill is a modern WYSIWYG editor built for compatibility and extensibility

  • Project mention: Release Radar · April 2024 Edition: Major updates from the open source community | dev.to | 2024-05-03

    Speaking of text, here's another one for you. Quill is a rich text editor also built for compatibility and extensibility. The latest version prevents mistakenly overriding theme default toolbar settings, and Quill is now a valid ESM package for better ecosystem. There's nested Quill support, improved spelling support, and improved support for pasting from Google Docs and Microsoft Word. Check out all the changes on the Slab website.

  • slate

    A completely customizable framework for building rich text editors. (Currently in beta.) (by ianstormtaylor)

  • Project mention: 5 Not-So-Typical React Libraries for an Outstanding Project | dev.to | 2023-08-03
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • tiptap

    The headless rich text editor framework for web artisans.

  • Project mention: Encrypted Note Editor App In React Native | dev.to | 2024-03-04

    The Editor: The core of our app is the editor. We need an easy to use and robust rich text editor, that supports all of the features we want such as: headings, lists, placeholders, markdown, color, images, bold italic etc… For this we will use @10play/tentap-editor which is a rich text editor for react native based on Tiptap.

  • lexical

    Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.

  • Project mention: Quill – Your powerful rich text editor | news.ycombinator.com | 2024-04-19

    I remember using https://github.com/facebook/lexical for a project a year ago and mostly things worked our of the box.

    Any reason to prefer quill?

  • TinyMCE

    The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular

  • Project mention: HugeMCE forks the last TinyMCE MIT license | news.ycombinator.com | 2024-05-17
  • milkdown

    🍼 Plugin driven WYSIWYG markdown editor framework.

  • plate

    The rich-text editor for React.

  • Project mention: Best FrontEnd & New ReUsable Component Libraries For React JS 2024. | dev.to | 2024-05-07

    Plate.js

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • BlockNote

    A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

  • Project mention: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors | news.ycombinator.com | 2023-08-01

    We think the headless approach is a big factor in why Tiptap has become so popular, but you are right! You can't just add Tiptap to your project without styling. That's why we're always asked about a drop-in Notion-like styling. We don't offer this, but our community has built something that might help you: https://github.com/TypeCellOS/BlockNote

  • react-ace

    React Ace Component

  • blocksuite

    🧩 Content editing tech stack for the web - BlockSuite is a toolkit for building editors and collaborative applications.

  • Project mention: BlockSuite is the open-source block-based editor | news.ycombinator.com | 2023-07-26
  • remirror

    ProseMirror toolkit for React 🎉

  • Project mention: Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors | news.ycombinator.com | 2023-08-01

    We have been using Tiptap in production for more than a year in Notesnook[0]. Glad to see it finally launching here on HN!

    We have had quite a long and rough ride in search of a stable rich text editor. We began with Quill.js then migrated to TinyMCE and then finally settled on Prosemirror. Unfortunately, contenteditable is still absolutely horrible on web browsers, especially mobile ones.

    Tiptap is a good choice if you are looking for a framework agnostic and thin abstraction over Prosemirror. However, if you are primarily working with React you should go with Remirror[1]. Tiptap's APIs are heavily inspired by Remirror (almost a duplicate in some places). Remirror takes the edge on the maturity and stability of the API and extensions. The sheer number of utilities offered by them to simplify Prosemirror's APIs is astounding.

    In the end, though, its Prosemirror that's doing all the heavy lifting. And no matter how many abstractions you put on it, you will have to get really, really close in with Prosemirror's internals. Tiptap or Remirror do not make that any easier or harder aside from the initial bootstrapping.

    [0] https://notesnook.com

    [1] https://remirror.io

  • ngx-quill

    Angular (>=2) components for the Quill Rich Text Editor

  • jodit

    Jodit - Best WYSIWYG Editor for You

  • Project mention: WYSIWYG editor for a new Rails project | /r/rails | 2023-12-10

    I use https://xdsoft.net/jodit/

  • react-contenteditable

    React component for a div with editable contents

  • react-simple-code-editor

    Simple no-frills code editor with syntax highlighting

  • vrite

    Open-source developer content platform

  • Project mention: I Published This with Drag and Drop using Vrite | dev.to | 2024-03-12

    These reasons (and many others) are why I decided to create Vrite - an open-source developer content platform.

  • element-tiptap

    🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue3 (1.0 for Vue2)

  • Project mention: Can I create another WordPress that satisfies humanity? | dev.to | 2023-11-27

    View on GitHub

  • angular-froala-wysiwyg

    Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML Rich Text Editor.

  • stylo

    Another kind of rich text editor

  • verbum

    Verbum is a fully flexible text editor based on lexical framework.

  • bangle-editor

    Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io

  • Yoopta-Editor

    Notion-like editor with similar behaviour

  • Project mention: Check out the Yoopta Editor: An open-source WYSIWYG setting new standards | news.ycombinator.com | 2024-05-22

    It’s packed with features that let you build an editor as powerful and user-friendly as Notion, Craft, Coda, Medium etc

    Link: https://github.com/Darginec05/Yoopta-Editor

  • mui-rte

    Material-UI Rich Text Editor and Viewer

  • Project mention: Material UI Rich Text Editor? | /r/Angular2 | 2023-06-21

    I am working on a project where I only want to use one 3rd party source (Material UI) to reduce the the build size of my application. I did a bit of research and found this repo github link . It looks like it is a Material UI rich text editor for React apps and it doesn't look like it is still maintained. My question now is does anyone know if Material UI supports a Rich Text Editor? I should also say I tried CKEditor (free tier) but I ran into an issue on running `ng serve --configuration development` depends on '@ckeditor/ckeditor5-build-classic'. CommonJS or AMD dependencies can cause optimization bailouts.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Rich Text Editor related posts

  • Check out the Yoopta Editor: An open-source WYSIWYG setting new standards

    1 project | news.ycombinator.com | 22 May 2024
  • HugeMCE forks the last TinyMCE MIT license

    2 projects | news.ycombinator.com | 17 May 2024
  • TinyMCE 7.1 Release Notes - Overview

    1 project | dev.to | 8 May 2024
  • Quill – Your powerful rich text editor

    7 projects | news.ycombinator.com | 19 Apr 2024
  • TinyMCE (also) moving from MIT to GPL

    3 projects | news.ycombinator.com | 27 Mar 2024
  • Quill: Open-source, powerful rich text editor in JavaScript

    1 project | news.ycombinator.com | 25 Mar 2024
  • What are headless UI libraries?

    1 project | dev.to | 21 Mar 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 1 Jun 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Index

What are some of the best open-source Rich Text Editor projects in TypeScript? This list will help you:

Project Stars
1 quill 41,793
2 slate 29,107
3 tiptap 24,181
4 lexical 17,602
5 TinyMCE 14,486
6 milkdown 8,391
7 plate 8,194
8 BlockNote 5,445
9 react-ace 3,972
10 blocksuite 3,954
11 remirror 2,638
12 ngx-quill 1,746
13 jodit 1,596
14 react-contenteditable 1,577
15 react-simple-code-editor 1,512
16 vrite 1,516
17 element-tiptap 1,253
18 angular-froala-wysiwyg 728
19 stylo 715
20 verbum 696
21 bangle-editor 619
22 Yoopta-Editor 665
23 mui-rte 429

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com