refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

Allow drag and drop Images and embed as data-uri #247

Closed jacargentina closed 8 years ago

jacargentina commented 8 years ago

This adds the feature for enabling drag and drop of images, and put them as simple html, with data-uris.

As markdown itself allows HTML, this makes easy to have the content all together on the same document: in my use case my documents get completely (with images too) saved on the mongodb, and later my backups are easy to restore (no external image files for each document)

@toopay hope you see this as a nice addition? Cheers!

toopay commented 8 years ago

Nice. Thanks.