

GitHub - quilljs/quill: Quill is a modern WYSIWYG editor built for compatibility...
source link: https://github.com/quilljs/quill
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md
Note: This branch and README covers the upcoming 2.0 release. View 1.x docs here.
Quill Rich Text Editor
Quickstart • Documentation • Development • Contributing • Interactive Playground
Quill is a modern rich text editor built for compatibility and extensibility. It was created by Jason Chen and Byron Milligan and actively maintained by Slab.
To get started, check out https://quilljs.com/ for documentation, guides, and live demos!
Quickstart
Instantiate a new Quill object with a css selector for the div that should become the editor.
<!-- Include Quill stylesheet --> <link href="https://cdn.quilljs.com/1.0.0/quill.snow.css" rel="stylesheet"> <!-- Create the toolbar container --> <div id="toolbar"> <button class="ql-bold">Bold</button> <button class="ql-italic">Italic</button> </div> <!-- Create the editor container --> <div id="editor"> <p>Hello World!</p> </div> <!-- Include the Quill library --> <script src="https://cdn.quilljs.com/1.0.0/quill.js"></script> <!-- Initialize Quill editor --> <script> var editor = new Quill('#editor', { modules: { toolbar: '#toolbar' }, theme: 'snow' }); </script>
Take a look at the Quill website for more documentation, guides and live playground!
Download
- npm -
npm install quill
- tar - https://github.com/quilljs/quill/releases
CDN
<!-- Main Quill library --> <script src="//cdn.quilljs.com/1.0.0/quill.js"></script> <script src="//cdn.quilljs.com/1.0.0/quill.min.js"></script> <!-- Theme included stylesheets --> <link href="//cdn.quilljs.com/1.0.0/quill.snow.css" rel="stylesheet"> <link href="//cdn.quilljs.com/1.0.0/quill.bubble.css" rel="stylesheet"> <!-- Core build with no theme, formatting, non-essential modules --> <link href="//cdn.quilljs.com/1.0.0/quill.core.css" rel="stylesheet"> <script src="//cdn.quilljs.com/1.0.0/quill.core.js"></script>
Community
Get help or stay up to date.
- Contribute on Issues
- Follow @jhchen and @quilljs on Twitter
- Ask questions on Stack Overflow
- If privacy is required, email [email protected]
License
BSD 3-clause
Recommend
-
43
Quill is one of the best WYSIWYG editors today. By integrating it with Vue, we can make it even more powerful. Let’s take a look, how to wrap a Quill editor in a Vue component!
-
33
Slack Disable WYSIWYG Bookmarklet Disables the WYSIWYG editor in Slack. Motivation On 2019-11-20 Slack rolled out a new version of the editor. This editor features
-
14
富文本编辑器vue-quill-editor WEB前端 Vue.js 2020年7月10日 vue...
-
9
The headless editor framework for web artisans. tiptap gives you full control about every single aspect of your text editor experience. It’s customizable, comes with a ton of extensions, is ope...
-
6
Adding A Commenting System To A WYSIWYG Editor — Smashing MagazineMay 28, 20210 comments
-
6
My pain building a WYSIWYG editor with contenteditableWe are live! 🥳 - Try all of our features with a 14 day free trial!...
-
6
How to choose a WYSIWYG html editor for your content management system? Introducing collaborative tools that allow team members to work on the content simultaneously and share feedback is a great way to boost ef...
-
8
PHP Add WYSIWYG Html Editor To Textarea With Ckeditor Example ...
-
5
Site ColorhexText ColorAd ColorhexText Color
-
3
InnovaStudio WYSIWYG Editor 5.4 - Unrestricted File Upload / Directory Traversal...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK