baudren / NoteOrganiser

Scientific Note Taking
MIT License
13 stars 6 forks source link

[WIP] add a button to insert an image (#92) #93

Closed egolus closed 7 years ago

egolus commented 7 years ago

this button opens a file dialog to ask for an image filename and inserts this filename in an markdown image string so the image is presented in the html

this is a first draft for the simple approach of #92

the path is inserted as an absolute path. We could check if it is inside of the users notebook-path and use relative paths there.

egolus commented 7 years ago

Moved to #95