octalmage / Marknote

Markdown Note Taking.
36 stars 13 forks source link

Support local images #7

Closed octalmage closed 10 years ago

octalmage commented 10 years ago

Allow users to drop images onto the window to embed. Possibly use file:// or copy the images locally.

https://github.com/rogerwang/node-webkit/wiki/Dragging-files-into-page

octalmage commented 10 years ago

Currently dragging an image into the editor will automatically create the embed code at the caret position, for example:

![](file:///Users/octalmage/Desktop/test.png)

This doesn't feel very clean but I'm not sure what our options are.

octalmage commented 10 years ago

I guess this is fine for now! If anyone has an issue with it they can open a new ticket.