From 0c6f98070eb175352eff862676e241fe3b9063cf Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 15 Feb 2022 00:15:42 +0300 Subject: [PATCH] notes editor - add separator --- modules/ui/notes-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/notes-editor.js b/modules/ui/notes-editor.js index b6dd712c..872437fa 100644 --- a/modules/ui/notes-editor.js +++ b/modules/ui/notes-editor.js @@ -87,7 +87,7 @@ function editNotes(id, name) { height: "90%", menubar: false, plugins: `autolink lists link charmap print formatpainter casechange code fullscreen image link media table paste hr checklist wordcount`, - toolbar: `code | undo redo | bold italic strikethrough forecolor backcolor | formatpainter removeformat | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image media table | fontselect fontsizeselect | blockquote hr casechange checklist charmap | print fullscreen`, + toolbar: `code | undo redo | bold italic strikethrough | forecolor backcolor | formatpainter removeformat | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image media table | fontselect fontsizeselect | blockquote hr casechange checklist charmap | print fullscreen`, media_alt_source: false, media_poster: false, setup: editor => {