Summernote - Image url instead of Base64
Summernote wysiwyg editor encodes image files into Base64. Well, this seems handy but I expect the DB to be used quite heavily for a long term. This will cause some issues - searching slow, implementing image library, and etc... I wonder if it has a option to turn this encoding option off and use 'inserting url' method intead. I've been looking for it but no great success yet. For example, instead of storing images like... <img style="width: 640px;" src="data:image/jpeg;base64,/9j