slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.18k stars 3.35k forks source link

Where to find documentation for toolbar button options? #3559

Closed logany-hi closed 7 months ago

logany-hi commented 2 years ago

The documentation over at https://quilljs.com/docs/modules/toolbar/ shows some but, funny enough, not the ones I want and I can't seem to find any sort of listing that shows me how to place the buttons.

I've got it worked out for image, italic and underline, but lists? Tables? Links?

Where do I find these?

thekrotek commented 2 years ago

I didn't find any myself, but there's a "formats" folder in distribution package which may help you. There's also a list of formats on this page.

benbro commented 7 months ago

The toolbar module page does explain how to add lists and links. Tables are still not supported.