TinyMCE
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular (by tinymce)
ProseMirror
The ProseMirror WYSIWYM editor (by ProseMirror)
Our great sponsors
TinyMCE | ProseMirror | |
---|---|---|
15 | 20 | |
11,282 | 5,881 | |
2.2% | 1.1% | |
9.8 | 3.3 | |
6 days ago | 3 months ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
TinyMCE
Posts with mentions or reviews of TinyMCE.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-16.
-
Are these additional options available in stock django or are they a separate package?
i use this for textarea, it has all possible tools uncluding drag and drop files ... https://www.tiny.cloud/ Tiny MCE
-
Froala vs. TinyMCE: Which Is Best in 2022?
TinyMCE is a web-based Javascript WYSIWYG editor that is platform-independent and was released as open source under LGPL.
- railstart-niceadmin support more features
-
5 Insane Features in my OS in the Browser!!! 🤯
On top of being able to view my blog posts in TinyMCE, you can also edit, create and save .whtml files representing these WYSYWIG documents. If you want to edit the file in a more code/text friendly format, I also have added Monaco Editor, which I consider almost like a mix between VS Code and Notepad. Monaco has language detection, line information & Prettier formatting options.
-
railstart-niceadmin release now!Backend management system based on Bootstrap 5 and NiceAdmin and Rails 7
Text Editor: Quill and TinyMCE
- Ask HN: How to learn about text editor architectures and implementations?
-
Program your own WYSIWYG editor – with HTML, CSS & pure JavaScript
Many of the available editors, like TinyMCE, work really well and are great for most projects. However, you might find one or the other editor a bit overloaded, too complicated or you just want to program your own WYSIWYG editor.
-
Thoughts on Action Text
If all you need is paragraphs, links, italics, and bold, and you don't mind making the user type these tags themselves, you can technically accomplish this without a WYSIWYG: use a tag (
text_area
is the form helper), thensimple_format()
the output.But obviously that kind of sucks. For your use case, Trix is fine, right out of the box.
My go-to WYSIWYG is TinyMCE: https://www.tiny.cloud/. It's very powerful and almost infinitely configurable.
-
Freeware/FOSS WYSIWYG Rich text > HTML converter
More about it here: https://www.tiny.cloud
-
My pain building a WYSIWYG editor with contenteditable
There's quite a few. I use TinyMCE : https://www.tiny.cloud/
ProseMirror
Posts with mentions or reviews of ProseMirror.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-14.
-
Ace, CodeMirror, and Monaco: A Comparison of the Code Editors You Use in Browser
I did a similar analysis a year ago and came to the conclusion that ProseMirror (https://prosemirror.net) was the right choice for my project. ProseMirror is an excellent toolkit for building your own rich text components and happens to also be written by the author of CodeMirror. It does not give you as quick an out of the box experience as slate (or any of the other rich text libraries out there) but its speed and flexibility is excellent.
-
Is there some kind of opensource widget editor? Like an advanced WYSIWYG editor
Sounds like you need a WYSIWYG editor. There are a bunch of them, but I like Prosemirror and Milkdown the most.
-
Best WYSIWYG editor for Vue that supports structured content?
ProseMirror: Seems like more of a toolkit.
-
Markdown editor for freedom!
🦾 Reliable - Built on top of prosemirror and remark
- Ask HN: What is the best way to implement a WYSIWYG editor?
-
SilentNotes v6.0 released
I'm sorry, but nested block formats are not supported, the current editor does not allow it. This cannot be changed easily, but I planned to have a look at ProseMirror, which could be a solid replacement for the current editor. At this time I cannot tell whether SilentNotes will make the switch to ProseMirror, and if it does, there is still the question whether nested block-formats are worth the loss of simplicity in usage.
-
Which WYSIWYG editor do you guys prefer?
I haven't done it in Svelte but I'd be inclined to use ProseMirror. I'm a fan of Marijn Haverbeke's work.
-
Need suggestions for Facebook-like mentions and hashtags with MUI
ProseMirror
-
So, You Want to Build an @mention Autocomplete Feature?
You pretty much never need to touch contenteditable yourself, if you are going to be building a custom editor. It's still not something easy by a long shot, but using something like ProseMirror is going to be much less frustrating. (though still hard and time-consuming)
-
I built a Notion like note taker which works on top of locally saved markdown files
I have created a library to deal with contentEditable called bangle.dev which in itself is an abstraction on top of the popular https://prosemirror.net library.
What are some alternatives?
When comparing TinyMCE and ProseMirror you can also consider the following projects:
slate - A completely customizable framework for building rich text editors. (Currently in beta.)
quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.
Draft.js - A React framework for building text editors.
CodeMirror - In-browser code editor
tiptap - The headless editor framework for web artisans.
trix - A rich text editor for everyday writing
Froala Editor - The next generation Javascript WYSIWYG HTML Editor.
ace - Ace (Ajax.org Cloud9 Editor)