-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolbar new formatting buttons #106
Comments
Yes we definitely need more documentation in this area. Both these examples would require internal changes to support, since they introduce new tags. Lists and bullets are even tougher since it somewhat breaks some assumptions in Quill (for example require more than one tag to define a format). I was planning on adding this myself soon. |
Hello! Great project, thanks. I am also in the same boat, wanting to add new formats for things like headings. After looking through the docs and source, it seems the API doesn't currently support this, and we'd have to modify the underlying Quill code—is that correct? Happy to help do this, but I wanted to make sure I understood the current code first. |
Thanks for taking a look at this @vivekdurai. I'm working on lists/bullets at the moment but may be able to get to headers afterwards. |
Handle permission denied error for Firefox
Hi,
First of all I would like to say that I really like you project, very useful and easy to use/integrate.
How should I go about adding new formatting buttons to the toolbar. I am interested in adding headings (h1, h2 etc) and the ability to create unordered and ordered lists. I looked through the documentation and saw the
Quill.prototype.addFormat
call but I had a hard time figuring out how I can extend the editor with it.Any help would be appreciated. Thanks :)
The text was updated successfully, but these errors were encountered: