Trumbowyg
quill
Our great sponsors
Trumbowyg | quill | |
---|---|---|
4 | 37 | |
3,731 | 33,366 | |
- | 0.9% | |
5.8 | 6.7 | |
5 days ago | about 10 hours ago | |
JavaScript | JavaScript | |
MIT License | BSD 3-clause "New" or "Revised" 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.
Trumbowyg
-
New rich text editors use native contenteditable
DraftJS, Slate, ProseMirror, Quill and more - they all use their model for abstracting dom (unfortunately I don't rememeber what was the exact reasoning. Quill has some article on that https://quilljs.com/docs/delta) I can see now the surge of new RTEs that simply use contenteditable and dom. Is it that isssue from the past that led those libs above to use abstractions - are not valid anymore? Examples: https://atata.io/examples/custom-rich-text-editor-based-on-contenteditable/ http://suneditor.com/sample/index.html https://alex-d.github.io/Trumbowyg https://zenpen.io
-
New rich text editors use native contenteditable without abstractions over DOM
https://alex-d.github.io/Trumbowyg
-
A curated list of awesome things related to Vue.js
vue-trumbowyg Vue.js component for Trumbowyg WYSIWYG editor
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.
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
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)
medium-editor - Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
Summernote - Super simple WYSIWYG editor
Monaco Editor - A browser based code editor