From d0b1a45c61761c7ab3dcad535b4e63d8c740079b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 16 Apr 2017 02:40:20 -0400 Subject: [PATCH] Restore ability to paste images in notes, for now Allow this to continue working until we have a better solution that keeps data URIs out of note markup and is counted against file quota. Syncing most notes with embedded images will still result in a note-too-long error. Closes #1209 --- resource/tinymce/note.html | 1 + 1 file changed, 1 insertion(+) diff --git a/resource/tinymce/note.html b/resource/tinymce/note.html index a9555573d..35941ab55 100644 --- a/resource/tinymce/note.html +++ b/resource/tinymce/note.html @@ -15,6 +15,7 @@ entity_encoding: 'raw', fix_list_elements: true, paste_retain_style_properties: 'all', + paste_data_images: true, plugins: "autolink,code,contextmenu,directionality,link,lists,paste,searchreplace,textcolor",