quill
tiptap
Our great sponsors
quill | tiptap | |
---|---|---|
37 | 39 | |
33,300 | 15,923 | |
0.9% | 3.2% | |
6.9 | 9.8 | |
16 days ago | 11 days ago | |
JavaScript | TypeScript | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
quill
-
A Document Revisions System in JavaScript
Quill is a rich text editor that supplies deltas of change. So you can build quite a sophisticated system of document revisions within the browser.
- Best NPM Package for React.js Part - 2
-
Rich Text Editor for React
We use QuillJS https://quilljs.com/ for our projects, as a drop-in component to allow our users to edit rich-text fields. Works great for our CRUD apps; I am not a front-end person, but it's simple, does what we need, and seems to work in multiple browsers without issues.
Am I missing something?
We use Quill, too, we only need rudimentary features, though.
Its maintenance status is... questionable, although my information is out of date (see last paragraph).
* Github: https://github.com/quilljs/quill/
- Is it a bad idea to start a UWP app in 2022?
-
Building a blog website with some landing pages. Laravel instead of WordPress?
I like u/ediblemanager 's idea of using Canvas. There is also a "cool-tool" called Quill which you can use to build a great DOM-friendly editor into your Apps without breaking too much of a sweat. And use Eloquent and park those posts safe and sound into your db.
- WYSIWYG editor recommendation for non-technical users
-
Online Word Processor
Quill - https://quilljs.com/
-
Is there some kind of opensource widget editor? Like an advanced WYSIWYG editor
Quill.js
-
Best WYSIWYG editor for Vue that supports structured content?
Quill: This blog post from the Medium development team gives me a little pause about Quill.
tiptap
-
What Functions and other things should I know before trying to make a Rich Text Editor?
Check out https://github.com/ueberdosis/tiptap. I built a production-ready Rich text editor in a matter of hours with the help of this library. You can also build custom plugins if you need to, but then you'd have to dive into https://prosemirror.net
-
What is the best Rich Text Editor for ReactJS now?
We are gradually moving out codebase at Parabol.co from DraftJS to TipTap: https://github.com/ueberdosis/tiptap
- Impossible to use Quill.js with Nuxt 2
-
Why I'm tired of the bugs and lack of simple features in SN
The new editor in version 2.0 (based on Tiptap) is neat. I could definitely see me using it as my main note-editor, just like I can with the Milkdown editor in Standard Notes. Notesnook’s editor isn’t a pure markdown based editor, but you can export your notes as markdown.
-
TipTap image resize extension
We've worked on various projects which made use of the TipTap text editor. It's an opensource editor with quite a few extensions and built-in options.. However (for us), it's missing one important feature... Image resizing!
-
Lexical – a web text editor framework that powers Facebook
Interesting you say DX is a large aspect of what you are going for. ProseMirror is awesome but the API can be somewhat complex for simple things (but at the same time incredibly powerful when you get to understand it). I absolutely love TipTap[0] which is providing a much more user friendly API on top of ProseMirror, along with a clean Plugin system.
[0]: http://tiptap.dev
-
[AskJS] What's Your Current Favorite Rich Text Editing Library?
I second TipTap. It's an amzing library built on top of Prosemirror. You have so many features. Mostly mobile compatible, you also can customise heavily, and you can even edit cooperatively.
-
Saas Idea: Embed a notion-style text editor into your web application in easy step
You’re looking for https://tiptap.dev/
-
Anything else like Headless UI for Vue?
For headless components, we have: Tanstack Tables for headless tables Tiptap Headless full featured text editor
-
Does anybody a block-based rich text editor like notion that works with react?
You should consider these brand new editors: https://lexical.dev/ https://tiptap.dev/
What are some alternatives?
Draft.js - A React framework for building text editors.
Editor.js - A block-styled editor with clean JSON output
slate - A completely customizable framework for building rich text editors. (Currently in beta.)
TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
ProseMirror - The ProseMirror WYSIWYM editor
trix - A rich text editor for everyday writing
remirror - ProseMirror toolkit for React 🎉
TOAST UI Editor - 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
CodeMirror - In-browser code editor (version 5, legacy)