Quickstart - Quill Rich Text Editor
Document Navigation
- Quickstart
- Why Quill
- Installation
- Upgrading to 2.0
- Configuration
- Formats
- API
- Content
- Formatting
- Selection
- Editor
- Events
- Model
- Extension
- Delta
- Modules
- Toolbar
- Keyboard
- History
- Clipboard
- Syntax
- Customization
- Themes
- Registries
- Guides
- Designing the Delta Format
- Building a Custom Module
- Cloning Medium with Parchment
The best way to get started is to try a simple example. Quill is initialized with a DOM element to contain the editor. The contents of that element will become the initial contents of Quill.
<!-- Include stylesheet --> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.snow.css" rel="stylesheet" /> <!-- Create the editor container --> <div id="editor"> <p>Hello World!</p> <p>Some initial <strong>bold</strong> text</p> <p><br /></p> </div> <!-- Include the Quill library --> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.js"></script> <!-- Initialize Quill editor --> <script> const quill = new Quill('#editor', { theme: 'snow' }); </script> Run CodeAnd that's all there is to it!
Next Steps
The real magic of Quill comes in its flexibility and extensibility. You can get an idea of what is possible by playing around with the demos throughout this site or head straight to the Interactive Playground. For an in-depth walkthrough, take a look at How to Customize Quill.
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!Star37,622Từ khóa » Ng Quill
-
Ng-quill - Npm
-
Ngx-quill - Npm
-
Ng-quill/ml At Master - GitHub
-
Ng-quill-example - CodePen
-
Ng-quill - UNPKG
-
Use Ng Quill In AngularJs Project - Text Editor - Stack Overflow
-
Ng-quill Vulnerabilities - Snyk
-
Ng-quill - Libraries - Cdnjs - The #1 Free And Open Source CDN Built ...
-
Ng Quill Editor (forked) Starter Project For Angular Apps ... - StackBlitz
-
NG-QUILL CDN Links - CDNPKG .com
-
Ngx-quill Examples - CodeSandbox
-
Ng-quill Doesn't Block Textarea Of Quill Editor When ReadOnly Flag ...
-
Ng-quill CDN By JsDelivr - A CDN For Npm And GitHub
-
Tích Hợp Trình Soạn Thảo Văn Bản Quill Trong Một ứng Dụng Angular