quill
slate
Our great sponsors
quill | slate | |
---|---|---|
37 | 20 | |
33,300 | 24,973 | |
0.9% | - | |
6.9 | 9.3 | |
16 days ago | 8 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.
slate
-
Lexical โ a web text editor framework that powers Facebook
We're trying to choose between Lexical and Slate at work. Do you have any examples that would be similar to this? https://github.com/ianstormtaylor/slate/blob/main/site/examp...
-
A good rich text editor for reactjs?
If you are going to customise a ton of functionalities and/or implement new functionality I suggest using SlateJS. If not, have a look at Sun editor.
-
Ace, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in Browser
You definitely need to give Slate (https://github.com/ianstormtaylor/slate) a try - the best editor framework I've used.
-
Best WYSIWYG editor for Vue that supports structured content?
Slate: Looks very promising, but it's for React. (Someone has floated the idea of making it framework-agnostic, but the maintainers haven't committed to that goal yet.)
-
Switching Rich Text Editors, Part 1: Picking Tiptap
Thanks for submission! Very timely. Been searching for a stable and flexible editor (or rather a tool to build such an editor) and Tiptap looks like a good candidate.
I was also considering Slate, but have found this rather annoying bug https://github.com/ianstormtaylor/slate/issues/4833, which is surprising as it doesn't look like some rare edge case, and breaks something that seems to be like basic functionality for an editor. Had to re-consider.
-
React Libraries
Slate - A completely customizable framework for building rich text editors.
-
What is Slate.js, and will it replace Quill and Draft.js?
Slate.js is a highly customizable platform for creating rich-text editors, also known as WYSIWYG editors. It enables you to create powerful, intuitive editors similar to those youโve probably used in Medium, Dropbox Paper, or Google Docs. These are quickly becoming standard features for many web apps, and tools like Slate make them easier to implement, ensuring your program wonโt get bogged down in complexity.
-
10+ React Rich Text Editors
Building complex, nested documents was impossible. Many editors were designed around simplistic "flat" documents, making things like tables, embeds and captions difficult to reason about and sometimes impossible. Demo GitHub
-
Anyone ever tried creating a text input similar to discord's in react?
Ok good to know. Although, the Mention Example seem pretty complicated for what feels like such a simple task but still good to know about this in case I ever need it in the future
- Slate โ A completely customizable framework for building rich text editors
What are some alternatives?
Draft.js - A React framework for building text editors.
Editor.js - A block-styled editor with clean JSON output
ProseMirror - The ProseMirror WYSIWYM editor
TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
tiptap - The headless editor framework for web artisans.
trix - A rich text editor for everyday writing
TOAST UI Editor - ๐๐ Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
CodeMirror - In-browser code editor (version 5, legacy)