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
This commit is contained in:
parent
b3277de5ae
commit
d0b1a45c61
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user