Questions tagged [summernote]

Super simple WYSIWYG Editor using Bootstrap.

Summernote is a / library that helps you create WYSIWYG editors online.

Features

Summernote has a few special features:

  • Paste images from clipboard
  • Saves images directly in the content of the field using base64 encoding, so you don't need to implement image handling at all
  • Simple UI
  • Interactive WYSIWYG editing
  • Handy integration with server

Example

$('.summernote').summernote({
    // Custom properties
    height: 100,
    toolbar: false,
    placeholder: '',
    hint: {}
});
<div class="summernote">summernote 1</div>

Resource

939 questions
254
votes
7 answers

How to disable a ts rule for a specific line?

Summernote is a jQuery plugin, and I don't need type definitions for it. I just want to modify the object, but TS keeps throwing errors. The line bellow still gives me: "Property 'summernote' does not exist on type 'jQueryStatic'." error. (function…
Amir
  • 4,211
  • 4
  • 23
  • 41
54
votes
6 answers

Summernote image upload

I have a problem with editor Summernote. I want to upload images into a catalog on the server. I have some script: