Quill – An Open Source Rich Text Editor with an API
41–50 of 66 posts
Re: Quill – An Open Source Rich Text Editor with an API
#42Earlier quoted context omitted.
Thank you for the high praise. We definitely view the API as our main differentiator vs other editors. Hope you will not be disappointed!
Oh is this the one from the Guardian? Great to see a release, I've been meaning to have a proper look since the announcement.
Stypi was acquired by Salesforce in 2012 but we continued to work on Quill because we felt it was a missing piece of the web. We're now working for GoInstant (also acquired by Salesforce in 2012), who are also working on some very cool stuff.
Quill was originally called Scribe but then another editor released a bit ago with the same name so we changed it to Quill.
Re: Quill – An Open Source Rich Text Editor with an API
#43Is there really no way to write a modern rich text editor that remains compatible (and/or degrades gracefully) with slightly older browsers?
Re: Quill – An Open Source Rich Text Editor with an API
#44Re: Quill – An Open Source Rich Text Editor with an API
#45this looks cool and super easy to add bidirectional HTML markdown support similar to the demo i did for redactor-js here: http://leeoniya.github.io/redactor-js/ using https://github.com/leeoniya/reMarked.js and https://github.com/chjj/marked may just have to do this after work today if no one gets to it first.
Re: Quill – An Open Source Rich Text Editor with an API
#46Forgive the TL;DR; - the examples on the site don't include any image inserting. How would I go about adding image insertion capability? Would the idea be that I build/find an image handler plugin module and add it in?
We realize and apologies for the lack of documentation for modules. One reason is the module interface is not finalized because we're not sure what the community will dream up and wanted to get feedback before making a decision that might unintentionally exclude certain use cases or encourage unsustainable designs. Depending on what's decided we will probably add functionality to the existing image tooltip. We'd love for you to be involved in the discussion if this is an area of interest.
Re: Quill – An Open Source Rich Text Editor with an API
#47Doesn't work great on Firefox for Android, despite claims to the contrary. It looks great for desktop, though.
Quill developer here. I'll look into the issue for Firefox for Android. It appears to be doing something different than its desktop counterpart. Feel free to submit an issue on Github for tracking though. It will be tough to officially support Firefox on Android though as we use Sauce for automation and it does not appear to be supported there.
If I only select a few words it seems to work though.
Re: Quill – An Open Source Rich Text Editor with an API
#48Re: Quill – An Open Source Rich Text Editor with an API
#49Quill looks promising,but pasting from word doesn't seem to work.Most editors built today focus a lot on semantic tags generated for bold( ) and not much on paste from word.Would love to see an editor that implements proper paste from ms word
Re: Quill – An Open Source Rich Text Editor with an API
#50Congrats on releasing Quill! I've been following the development since it was called "Scribe" and I'm excited it's released. I noticed there seems to be support for block level formatting (e.g. "h1"), but it doesn't look like it's been implemented yet. What's your plan for handling bullets, headings, block quotes, and other block level formatting options?