Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindroute/bootstrap-quill
Quill Rich Text Editor for Bootstrap 4
https://github.com/mindroute/bootstrap-quill
Last synced: about 1 month ago
JSON representation
Quill Rich Text Editor for Bootstrap 4
- Host: GitHub
- URL: https://github.com/mindroute/bootstrap-quill
- Owner: mindroute
- License: mit
- Created: 2018-09-27T13:14:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T08:56:21.000Z (about 6 years ago)
- Last Synced: 2024-05-21T15:17:54.841Z (7 months ago)
- Language: JavaScript
- Size: 364 KB
- Stars: 8
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quill - bootstrap-quill - Bootstrap 4 version of Quill (Uncategorized / Uncategorized)
README
# Bootstrap Quill Editor
A rich text editor based on [Quill](https://github.com/quilljs/quill) with custom Theme, Modules and Parchments. See [Adding Quill to Your Build Pipeline](https://quilljs.com/guides/adding-quill-to-your-build-pipeline) for a detailed guide.
Themes and UI are customized to use [Bootstrap](https://getbootstrap.com/docs/4.1/getting-started/introduction/) and [Material Design Icons (MDI)](https://materialdesignicons.com/).
Using [Yarn](https://yarnpkg.com/), [Webpack](https://webpack.js.org/) and [SCSS](https://sass-lang.com/)
*Note: Built on Quill 2.0*
## Usage
Install using yarn or npm and use it the same way as [Quill](https://github.com/quilljs/quill)```bash
yarn add bootstrap-quill
```See [demo](demo/index.html) for configuration example.
## Modules and extensions
The editor has extensions for @mentions, #hashtags and autolinks as well as integrated form support- [quill-form](https://github.com/weavy/quill-form)
- [quill-autoformat](https://github.com/weavy/quill-autoformat)## Build
```bash
yarn
yarn build
```### License
MIT