quilljs

Use Quill Rich Text Editor in ASP.NET Core Web Application

Quill npm install quill Include stylesheet <link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet" /> Quill is initialized with a DOM element to contain the editor. The contents of that element will become the initial contents of Quill. Does not work with a <textarea> Create the editor container <div id="editor"><p>Hello World!</p> </div>. Can either be a CSS selector or a DOM object. Include the Quill library <script src="https://cdn.