ryanmcalister / unotes

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

Feature Implemented (Prevent image duplication when dragging and dropping image files in the media folder. #133) #135

Closed kiyoka closed 1 year ago

kiyoka commented 1 year ago

Feature Implemented. This makes local file handling more convenient.

Unotes version: 1.4.3

Description

Tested

Not tested

If you have one of these unix path style environments, please check that it works.

ryanmcalister commented 1 year ago

Looks good. Just ran into one issue testing on Linux.

kiyoka commented 1 year ago

What kind of issue is it? Let me know and I will fix it. I will also be installing an Ubuntu 22 environment.

ryanmcalister commented 1 year ago

What kind of issue is it? Let me know and I will fix it. I will also be installing an Ubuntu 22 environment.

Sorry, I forgot to finish submitting the review. See the comments in the code review.

kiyoka commented 1 year ago

@ryanmcalister Fixed path handling bug. Please review again.