TypeScript text-editor

Open-source TypeScript projects categorized as text-editor

Top 16 TypeScript text-editor Projects

text-editor
  • 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
  • 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?

  • 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

  • vue-quill

    Rich Text Editor Component for Vue 3.

  • Project mention: Vue 3 rich text editor | /r/vuejs | 2023-10-19

    I'm currently migrating the project from v2 to v3. I need to update vue2-editor package, preferably one that uses a quill under the hood. The only plugin that I found is https://vueup.github.io/vue-quill/ It looks nice and suitable for my case, but they still have this scary warning:

  • angular-froala-wysiwyg

    Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML 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

  • 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
  • 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.

  • typist

    The mighty Tiptap-based rich-text editor that powers Doist products. (by Doist)

  • cMenu-Plugin

    An Obsidian.md plugin that adds a minimal text editor modal for a smoother writing/editing experience ✍🏽.

  • react-native-drag-text-editor

    📝 60FPS dynamic text editor powered with Reanimated

  • noteworthy

    Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)

  • lexical-vue

    An extensible Vue 3 web text-editor based on Lexical.

  • Project mention: Show HN: Writ.ly – Easy online Markdown editor | news.ycombinator.com | 2024-03-13

    Thanks for the kind words! I’ll definitely look into that

    Most of the heavy work, including collaborative editing, is done with Facebook’s Lexical library. There’s also a Vue binding for Lexical, so you should try it! (https://github.com/wobsoriano/lexical-vue)

    As for the backend, I wrote a server that runs on Cloudflare Workers and Durable Objects. Super impressive products, btw.

  • Smart-Text-Editor

    The text editor that requires only a browser and a keyboard!

  • ryusei-code

    RyuseiCode is a lightweight, extensible and accessible code editor.

  • recursive-text-editor

  • 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 text-editor discussion

Log in or Post with

TypeScript text-editor related posts

  • I can't stand using VSCode so I wrote my own (it wasn't easy)

    10 projects | news.ycombinator.com | 21 Apr 2024
  • Helix - Front-End Power

    8 projects | dev.to | 12 Mar 2024
  • I didn't realize the community has grown so much..

    5 projects | /r/ObsidianMD | 18 Jan 2023
  • Is there a way to use Tailwindcss ?

    2 projects | /r/HelixEditor | 2 Dec 2022
  • How to use text and highlighting colors easily

    2 projects | /r/ObsidianMD | 30 Oct 2022
  • looking for specific feature for filtering/displaying text notes

    2 projects | /r/PKMS | 20 Oct 2022
  • 10 Trending Github repositories / October, 1 2022

    7 projects | dev.to | 13 Oct 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source text-editor projects in TypeScript? This list will help you:

Project Stars
1 slate 29,178
2 lexical 17,918
3 remirror 2,645
4 vue-quill 1,028
5 angular-froala-wysiwyg 728
6 verbum 697
7 bangle-editor 624
8 mui-rte 429
9 typist 400
10 cMenu-Plugin 379
11 react-native-drag-text-editor 249
12 noteworthy 224
13 lexical-vue 214
14 Smart-Text-Editor 95
15 ryusei-code 7
16 recursive-text-editor 0

Sponsored
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.io