This is the first of series of Blog posts on QuillJS and its data library Parchment. The following followup articles are planned and will be linked...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks a lot for this great article, Adam!
After reading the app's own docs and looking into the source code, I have been kind of hesitating what to think: Is the app's implementation well-designed or is it over-engineered? While I still haven't made up my mind about this, learning about the use of MutationObserver(s) (from your article) make me lean more toward it being perhaps over-engineered rather than smartly designed. After all, why would this kind of component have to be prepared to handling exogenous changes to the sub-tree which is supposed to be completely under its own control?
Hey man, very good article! You explain some things that aren't well explained on their documentation.
Looking forward for the next one about "Containers - Creating a Mutliline Block". I am having some trouble creating a container that can have containers inside, so I hope you can shed some light on that matter.
Cheers!
Do you have any idea how to implement the UL/OL lists with blots, I have used this but with no luck:
This is basically copied from github.com/quilljs/quill/blob/deve...
Hi Adam, Great Article! Thank you so much for taking the time to write it.
A quick question: I am trying to add two inline/block blots to a parent Blot but i can't really undersatnd how to achieve it. I am trying to augment the list so what i want to achieve is
but i'm a bit stuck, could you point me to a good direction to understand how quill's logic works? The project is cool but very undocumented
Hey @charrondev, when are we expecting the next articles on this topic
sorry!
Hi Adam, thanks for this super clear article. I was wondering if you've finished the editor? Was Quill able to meet all your requirements? Any plans on writing the follow up articles?
We just released the 1.0 version of our editor in Vanilla 2.8.
You can find the source code for the front end here it’s not fully decoupled from our product at the moment but we’ve put a ton of work into. Probably more LoC than quill itself so it could be a good reference for you.
I’d you want to see it in action you can head over to our open source forums. We’ve still got a few kinks to work out over there particularly on mobile so I’d recommend checking it out on a larger device.
I don’t intend to follow up with the other articles at the moment. The author has been less than receptive to me when I’ve reached out to make contributions to core and active development of quill seems to have moved to a closed source repo where the original author is building a closed source product on top of it, slab.com.
As such we’ll likely be forking quill in one of our open source repos adding documenting that. It will likely use the same underlying document format as quill though.
hey! any updates about fork ?
Awesome article! Thank you so much. This explanation is better than official docs. =)
Gday Adam,
This post is great... is there any chance parts 2,3 and 4 are on their way, or that you have a repo somewhere we can clone to play with?
Cheers,
Andy
Hey man, thanks so much! It's really helpful. Can't wait part 2!!
Hey Adam,
Thanks for this helpful article!
I wish I can read missing parts :)
Anyway, well done.
Hey, how can I *add * inline style to all p tags (current style + "padding:0px;margin:0px") ?
(I need to add all P tags padding:0px and margin:0px)
Code example will be most appreciated:)
Thank you for this super useful guide to Quill & Parchment!
This is awesome! Thank you! Looking forward to more.
So basically this post of yours is copy paste from QuillJS documentation ?