Show/Hide focus/non-focus 上的所见即所得(summernote)工具栏

Show/Hide WYSIWYG (summernote) toolbar on focus/non-focus

我正在使用 summernote 所见即所得编辑器,在我的页面上可能有几个字段可以使用所见即所得格式进行编辑,尽管我想隐藏所有文本字段上的工具栏并且只在用户有在所见即所得字段之一的文本字段中按下。

嗯,用airmode就好了!

airMode: true

您可以将工具栏作为 false 传递

$('#summernote').summernote({
      toolbar: false,
      .....
});