Skip to content

mindroute/bootstrap-quill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Quill Editor

A rich text editor based on Quill with custom Theme, Modules and Parchments. See Adding Quill to Your Build Pipeline for a detailed guide.

Themes and UI are customized to use Bootstrap and Material Design Icons (MDI).

Using Yarn, Webpack and SCSS

Note: Built on Quill 2.0

Usage

Install using yarn or npm and use it the same way as Quill

yarn add bootstrap-quill

See demo for configuration example.

Modules and extensions

The editor has extensions for @mentions, #hashtags and autolinks as well as integrated form support

Build

yarn
yarn build

License

MIT