The few I have seen out there are flask-blogging, tiny-blog, and maybe quill? - Source: Reddit / 6 days ago
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
All you need to do is find a free library and add it. - Source: Reddit / 17 days ago
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
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
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
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
Quill: This blog post from the Medium development team gives me a little pause about Quill. - Source: Reddit / about 1 year ago
So there's a ton of text editors out there like for example Quill JS. - Source: Reddit / about 1 year ago
Quill is JS-based and customizable: https://quilljs.com/. - Source: Hacker News / over 1 year ago
Writing a little svelte wrapper around Quill was super simple https://quilljs.com/. - Source: Reddit / over 1 year ago
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
Quill is very nice! Open source and very powerful! Https://quilljs.com. - Source: Reddit / over 1 year ago
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
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
I was looking at QuillJS for a WYSIWYG. You can give that a shot. - Source: Reddit / over 1 year ago
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
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
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
Use Quill with Electron to deploy on desktop? - Source: Reddit / almost 2 years ago
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.