DocumentationFormats

Formats

Quill supports a number of formats, both in UI controls and API calls.

By default, all formats are enabled and allowed in a Quill editor. They can be configured with the formats option. This is separate from adding a control in the Toolbar. For example, you can configure Quill to allow bolded content to be pasted into an editor that has no bold button in the toolbar.

Standalone

Inline

  • Background Color - background
  • Bold - bold
  • Color - color
  • Font - font
  • Inline Code - code
  • Italic - italic
  • Link - link
  • Size - size
  • Strikethrough - strike
  • Superscript/Subscript - script
  • Underline - underline

Block

  • Blockquote - blockquote
  • Header - header
  • Indent - indent
  • List - list
  • Text Alignment - align
  • Text Direction - direction
  • Code Block - code-block

Embeds

  • Formula - formula (requires KaTeX)
  • Image - image
  • Video - video

An Open Source Project

Quill is developed and maintained by Slab. It is permissively licensed under BSD. Use it freely in personal or commercial projects!