baudren / NoteOrganiser

Scientific Note Taking
MIT License
13 stars 6 forks source link

Button/Function to insert a picture #92

Closed egolus closed 7 years ago

egolus commented 7 years ago

in general we sometimes want to have a picture in the rendered html, for example a screenshot

to achieve this, we need some steps:

as a simple approach we could just implement the last step and do the others outside of noteorganiser

baudren commented 7 years ago

I could see this as a first, simple step:

Once this is in, we could try to detect a drag-and-drop of a picture on top of the text area, and open the same dialog with pre-filled path?

egolus commented 7 years ago

done in #95