typora-issues icon indicating copy to clipboard operation
typora-issues copied to clipboard

copy image use relative path add "./"

Open gerryge opened this issue 2 years ago • 1 comments

This is my setting: image

When I copy an image and paste to md file, it will generate the code like this:

![avatar](typora.assets/avatar.png)

image

My feature request is add ./ at the begin of the relative path

![avatar](./typora.assets/avatar.png)

In some Static Site Generator it need ./ at the beginning. For example. VuePress image

gerryge avatar Jul 16 '21 11:07 gerryge

I have the same requirement. ![image](./xxx/image.png) is a more general way of expressing relative paths.

mapxn avatar Sep 03 '21 02:09 mapxn

supported in 1.4.4

abnerlee avatar Sep 06 '22 03:09 abnerlee