ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
174 stars 22 forks source link

Image saving path should support interpolation. #78

Open allenlsy opened 4 years ago

allenlsy commented 4 years ago

For example, the image saving path should support to be set as {{filename}}.media, and {{filename}} is extracted from the current file name.

This is a typical use case. If I have many md files in one folder, and I want to store their images in separate media folders.

kiyoka commented 2 years ago

I am also using Unotes for a similar use case. I'll try to figure out what way to specify.