Benji Smith

Results 9 comments of Benji Smith

I'd love to talk about my use-case here as well... I'm using Quill as the text-editing component of a word-processor, which may have multiple documents onscreen at the same time....

I don't think we need to change the API very much. The only things I really need are: 1. The ability to attach and detach Quill from additional DOM containers....

Yep, that's what I'm suggesting! Maybe most users will typically include an editor selector in the constructor `let quill = new Quill("#editor", { toolbar : "#toolbar" });` but I think...

I totally understand, and I'm 100% open to other designs. The one I suggested just seems the most natural to me, as a user. But I'd love to see other...

Hey @vasiltabakov, I'd love to see your code. Could you post a gist or something?

Niiiiice. Thank you!!

Yeah, I'd love to see a blog post about the evolving philosophy behind the 2.0 design, and a rough timeline of the progress... My product is heavily dependent upon Quill,...

Yikes, I just spent a day and a half debugging this. I recently started using the `product_name` string in my package.json file, and didn't realize it was causing my app...

I make a cloud writing platform for fiction authors (https://shaxpir.com). I'm working on a new "read aloud" feature where authors can highlight a few paragraphs of text and hear it...