nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

Enables attaching base64 images from device photo library #44 #129

Closed ebetabox closed 8 years ago

ebetabox commented 8 years ago

This patch adds the possibility to add images from the phone library as base64 encoded. Inserting works flawlessly, let's the user decide an alt text and a to scale the image.

But selecting and updating the image once inserted still has some problems, it seems that it's an overall problem with the javascript part of the app as it is happening as well in the current image update feature. Requires further investigation.

Image Insertion from phone(UIImage Picker) #44