xolox / vim-notes

Easy note taking in Vim
http://peterodding.com/code/vim/notes/
1.6k stars 110 forks source link

Images #155

Open DavBE opened 7 years ago

DavBE commented 7 years ago

Hi,

Thanks for this great plugin.

Is there a syntax to include images in a note so that they will render when NoteToHtml is called ? I tried the following markdown syntax but it doesn't work : ![Alt text](/path/to/img.jpg)

Regards,

David