Summernote
Draft.js
Our great sponsors
Summernote | Draft.js | |
---|---|---|
11 | 37 | |
10,830 | 21,930 | |
0.5% | 0.4% | |
7.6 | 7.6 | |
27 days ago | 14 days ago | |
JavaScript | JavaScript | |
MIT 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.
Summernote
-
WYSIWYG Editor Recommendation for Commercial/Enterprise Website Frontends?
We use Summernote which is fine, there can be bugs with our integration but that is more down to our hacking around with it than the actual software.
-
Im facing an issue anybody that knows how i can go about it?
TypeError: e.attr(...).tooltip is not a function(…) · Issue #2157 · summernote/summernote
-
Thoughts on Action Text
These past days I tried Action Text for the first time and got a bit disappointed with it, in the end I ended up using Summernote (https://summernote.org/) instead, here are my thoughts on what could be improved:
-
Remote service for web dev beginner?
You can fairly easily add the ability to edit the text using something like https://summernote.org/ This one is for bootstrap, but there are others that are pretty good. (there's another one I've used before but I can't think of the name... thought it started with an "L".)
-
Progress in my Revived Witch Wikia :^)
I still need to add some dolls, but add the events list, the event details are incomplete but it is easy to edit although the data is saved in a database (mongodb) it is created with https://summernote.org, which works like word, but transforms the content to html.
-
Landing Page Service as a SaaS
WYSIWYG Editor https://summernote.org
- Landing Pages as a SaaS
-
Improve Forms with some basic formatting
See: https://summernote.org/
-
Useful Django 3rd party packages Part 2
this package allows you to embed Summernote into Django (admin or form). and if you don't know Summernote, Summernote is a JavaScript library that helps you create WYSIWYG editors online.
-
Formatting Challenges
Thanks for clarifying! That's something that Summernote would have to add; you can request it on their GitHub's issues page.
Draft.js
-
Making text editor in tauri
If you want to write the GUI code in Rust, you'd need something like Dioxus (which uses Tauri under the hood). But note that the Rust GUI ecosystem is still new, so I doubt we have something like Draft.js (a wysiwyg editor component for React). There's a lot of complexity involved in writing a text editor, and I'll suspect you'll have to handle a lot of that yourself.
-
Lexical – a web text editor framework that powers Facebook
How does this compare to Draft.js, another rich text editor created by Facebook?
- Does anybody a block-based rich text editor like notion that works with react?
- Draft.js and React Native
-
make document.execCommand('insertText', false, 'message') work with draftjs?
To play around with it you can just go to https://draftjs.org/ and play with it in chrome dev tools.
-
How to align text in Draft.js
I'm wondering how to align text in Draft.js just like on the picture below.
-
Facebook open sources Lexical, an extensible text editor framework
FWIW, we updated the README to reflect the status of DraftJS today.
https://github.com/facebook/draft-js
Point taken about updating the site, though.
I think it would be helpful to explicitly say that draft.js is deprecated here [1]. I was recently caught out by this, and started using draft.js without realising it’s been abandoned.
>Sure, but indicate that it's an alpha product
Do you mean something like the banner on the README?
https://github.com/facebook/lexical
>They don't even have the decency to label it is such
Do you mean something like the big banner on the README?
What are some alternatives?
quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.
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
Editor.js - A block-styled editor with clean JSON output
CodeMirror - In-browser code editor (version 5, legacy)
react-quill - A Quill component for React.
react-draft-wysiwyg - A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
medium-editor - Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
ProseMirror - The ProseMirror WYSIWYM editor
react-ace - React Ace Component
Froala Editor - The next generation Javascript WYSIWYG HTML Editor.