Froala Editor
tiptap
Froala Editor | tiptap | |
---|---|---|
4 | 94 | |
5,355 | 30,411 | |
0.4% | 3.0% | |
4.9 | 9.8 | |
8 days ago | 9 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
-
Rules
Its official GitHub page: https://github.com/froala/wysiwyg-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
-
Show HN: Tiptap Editor 3.0 Beta is out
Show HN: Tiptap Editor 3.0 Beta is out.
Hi HN! Philip here from Tiptap (https://tiptap.dev/). We're excited to announce Tiptap 3.0 Beta, a major upgrade built with and for the open source community. It's still extension-based, still unopinionated, but we've tackled some of the biggest developer headaches:
Enhanced TypeScript support:
-
Show HN: Tiptap UI Components – Free React Components for Building Editor UIs
Hi, Philip here from Tiptap. We just released a new set of open source UI components for [Tiptap](https://tiptap.dev/), our headless text editor framework.
These are handcrafted React components that integrate directly with Tiptap’s headless core, things like toolbars, dropdowns, formatting buttons, upload controls, etc. They’re MIT licensed and fully optional. You can use them as-is or customize every part.
There’s also a CLI that sets everything up for you: project scaffolding, recommended defaults, and a working example.
This is for folks who like the flexibility of Tiptap but don’t want to start from zero every time they need an editor UI. It doesn’t change how Tiptap works – just gives you a faster way to build on top of it.
Start here:
-
Ask HN: What Are You Working On? (February 2025)
Thanks! I built the editor using Tiptap (https://tiptap.dev/) which doesn't support Markdown out of the box. However, since it can detect Markdown shortcuts (#, ##, >, etc.), it should be possible to convert a markdown file into rich text, and then when done writing and editing convert it back into markdown, while limiting formatting options only to ones that are available for both. I think Joplin (https://joplinapp.org/) does something similar.
I'll think about this for sure, especially since I've been thinking of making it possible to save and read local files. If you'd like to try Gorby, send me an email and I'll be happy to give you a free license code :)
-
Top 5 Page Builders for React
While Storyblok and Builder.io offer full-page editing experiences with structured CMS capabilities, Tiptap takes a different approach. It’s not a traditional page builder but rather an embeddable headless editor built on ProseMirror. This means that instead of giving you a predefined UI to work with, it provides the underlying logic, leaving you in full control of the interface, interaction and level of functionality you want to provide in your page builder.
-
How can VoidZero be commercialized?
There are paid tools available. For example, the Tiptap rich text editor is free to use, but some advanced features and APIs are paid for. For example, the cursor editor heavily relies on AI capabilities, so it requires payment for use.
-
Here’s how AI-powered autocompletion is implemented in Novel, an open-source text editor
Novel is an open-source Notion-style WYSIWYG editor with AI-powered autocompletion. This built on top of TipTap. Tiptap is the headless and open source editor framework. Integrate over 100+ extensions and paid features like collaboration and AI agents to create the UX you want.
-
Building a RichText Editor with TipTap in React (with Mentions)
For more, visit the official TipTap website. Did you learn something new from this article? Let me know in the comments! 🎉
-
Open-source WYSIWYG text editor component built with Tailwind CSS and Flowbite
Tip Tap Library
- Ask HN: Why is working with contenteditable is so hard?
-
Understanding Conflict-Free Replicated Data Types
Tiptap - A collaborative text editor
What are some alternatives?
TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
slate - A completely customizable framework for building rich text editors. (Currently in beta.)
trix - A rich text editor for everyday writing
ckeditor5-react - Official CKEditor 5 React component.
quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility
plate - Rich-text editor with AI, MCP, and shadcn/ui