Software Alternatives & Reviews

Quill Reviews

Powerful, API-driven rich text editor

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Quill and what they use it for.
  • Recommendations For A Better Blog UI
    The few I have seen out there are flask-blogging, tiny-blog, and maybe quill? - Source: Reddit / 6 days ago
  • Are WYSIWYG text entry areas difficult to implement in web and mobile apps? Because I see Markdown so much instead.
    So if one were to use https://quilljs.com/ as /u/ike_the_strangetamer suggested and just include a disclaimer that the site doesn't support pasting in some things, would that work? - Source: Reddit / 17 days ago
  • Are WYSIWYG text entry areas difficult to implement in web and mobile apps? Because I see Markdown so much instead.
    All you need to do is find a free library and add it. - Source: Reddit / 17 days ago
  • Looking for the best React Editor library
    Quill.js is a rich text editor that provides a configurable editor with various features. Compared to Slate and TipTap, Quill is a drop-in solution that doesn't require building common text editing functionality from scratch. - Source: dev.to / 3 months ago
  • 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. - Source: dev.to / 8 months ago
  • 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? - Source: Hacker News / 9 months ago
  • 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. - Source: Reddit / 10 months ago
  • 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. - Source: Reddit / about 1 year ago
  • Looking for a business idea? Here's four incredible SaaS ideas a friend recently shared with me
    So there's a ton of text editors out there like for example Quill JS. - Source: Reddit / about 1 year ago
  • Ask HN: Best modern web WYSIWYG editor?
    Quill is JS-based and customizable: https://quilljs.com/. - Source: Hacker News / over 1 year ago
  • Is there a Rich text editor ES Module for SvelteKit?
    Writing a little svelte wrapper around Quill was super simple https://quilljs.com/. - Source: Reddit / over 1 year ago
  • My pain building a WYSIWYG editor with contenteditable
    FYI, Quill can do all of the things you've mentioned as a requirement in the article. The data in a Quill editor is stored as a Delta object (not plain HTML), which you can easily transform into your own datatype, and you can use Modules to extend it by adding custom behaviour and elements. - Source: Reddit / over 1 year ago
  • My pain building a WYSIWYG editor with contenteditable
    Quill is very nice! Open source and very powerful! Https://quilljs.com. - Source: Reddit / over 1 year ago
  • What is the best way to show content built from WYSIWYG editors?
    Utilize libraries like https://quilljs.com/ to build the writer app. The output would be the html for the blog post. - Source: Reddit / over 1 year ago
  • Novel/creative writing platform
    A simple google hasn't brought up anything useful - any ideas? I may end up writing something based on Letters or Quill. - Source: Reddit / over 1 year ago
  • React WYSIWYG editor suggestion?
    I was looking at QuillJS for a WYSIWYG. You can give that a shot. - Source: Reddit / over 1 year ago
  • Social Authentication with Strapi and Nuxt.js: Getting Started
    In this tutorial, we'll be learning how to integrate social authentication into our Strapi Application, and we'll be building simple Notes Sharing Application with Strapi backend and Nuxt.js frontend, we'll also use Quill.js as our text editor, Nodemailer for emails, we'll integrate infinite scrolling and many more features. - Source: dev.to / almost 2 years ago
  • Create your own Text Editor, but should you?
    There are quite a few options available to consider when implementing a text editor in your website. The first and most straight forward option is to use something like Quill. This allows you to drop in the editor into your existing website with minor configuration and modification. You can pick a design or layout from one of the few existing options, and apply it to the website. This works for most web apps, with... - Source: dev.to / almost 2 years ago
  • Markdown or WYSIWYG editor suggestion
    QuillJS is pretty simple and I've used it in a few projects, but is rich text HTML and I'm not sure that it has a markdown parser (though if there is a markdown WYSIWYG editor I'd love to know because I specifically need one soon). - Source: Reddit / almost 2 years ago
  • Controls/libraries to make WYSIWYG text editor?
    Use Quill with Electron to deploy on desktop? - Source: Reddit / almost 2 years ago
  • Web based editor with flask?
    You best bet would probably just to include a JavaScript based WYSIWYG editor such as tinyMCE https://www.tiny.cloud/blog/bootstrap-wysiwyg-editor/ or QuillJs: https://quilljs.com/. - Source: Reddit / almost 2 years ago

Do you know an article comparing Quill to other products?
Suggest a link to a post with product alternatives.