Froala Editor
tiptap
Our great sponsors
Froala Editor | tiptap | |
---|---|---|
3 | 28 | |
4,869 | 15,122 | |
0.8% | 3.4% | |
4.5 | 9.8 | |
14 days ago | 3 days ago | |
CSS | TypeScript | |
GNU General Public License v3.0 or later | 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.
Froala Editor
-
how to display users text input to sepearte retangle like on the left, so that later they can download the image with all the rectangle box with text seperate? Jsfiddle link in comment of how far I got
You could use something like https://www.npmjs.com/package/froala-editor and then just split it by tag
- NPM Package For WYSIWYG Text Editor?
-
[AskJS] Best JavaScript markdown WYSIWYG editors?
Froala (no markdown)
tiptap
-
I've decided to fork Flutter Quill Rich text editor and do a general cleanup, add docs, tests and new features. During the refactoring I'll be recording YouTube episodes about code quality and software architecture in Flutter
You can also have a look at TipTap which is a headless wrapper around ProseMirror (used by the NYT and The Guardian).
-
Looking for a text editor that is easy to setup and works easily using Firestore (Firebase)
I just implemented https://tiptap.dev/ , and it's by far the best solution I tried, and docs are 90% good.
-
How I implemented Google docs like commenting in Tiptap
Tiptap has an issue with the list of all the community extensions in the repo where people share extensions that they create. Someone mentioned that they needed Commenting-feature in Tiptap that is similar to the commenting-feature in Google Docs.
-
Introducing XdoX - Start Challenges, Log your Progress and Show them off to the World
Tiptap for the rich-text editor with markdown support that is used to log progress
- Building consumer site with content addition capability
-
Best WYSIWYG editor for Vue that supports structured content?
Tiptap: Seems like it requires too much custom development just to get a basic editor working.
-
Supabase and WYSIWYG Editor, the best approach
TipTap
-
Switching Rich Text Editors, Part 1: Picking Tiptap
When evaluating rich text editors for the note-taking app I started about a year ago (https://notabase.io), I ended up going with Slate because of its flexible schema and customizable plugin architecture.
I sort of regret that choice now. I ran into a lot of bugs when integrating it which I had to manually work around; issues go months without being addressed; and there still isn't good cross-platform support, especially for Android. With a more active contributor base, Slate could be a fantastic library, but I get the feeling that it's in maintenance mode now, with not many major changes in the past year and a v1.0 still far in the future.
Tiptap looks like it might be a good choice now, but I find it off-putting that I can't insert links in the demo editor on Tiptap's website (https://tiptap.dev), especially for my use case (a note-taking app whose core concept revolves around links).
-
Wysiwyg editor with Nuxt.js
I implemented wysiwyg editor with a library named tiptap.
-
Suggestions on how to make a editor that has a hint function (similar to Notion)
Take a look at TipTap... it has a "suggestion" plugin that you can customize and I believe it would do what you're looking for. I've used TipTap in several projects and it's been great to use, however I have not used the suggestion plugin yet.
What are some alternatives?
ProseMirror - The ProseMirror WYSIWYM editor
quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.
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
slate - A completely customizable framework for building rich text editors. (Currently in beta.)
remirror - ProseMirror toolkit for React 🎉
Draft.js - A React framework for building text editors.
trix - A rich text editor for everyday writing