commit d0b1a45c61761c7ab3dcad535b4e63d8c740079b
parent b3277de5aef7b637eb189f43caab70542ef22be8
Author: Dan Stillman <dstillman@zotero.org>
Date: Sun, 16 Apr 2017 02:40:20 -0400
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
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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",