Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid deleting images referenced in html format #40

Closed
Azona77 opened this issue Aug 24, 2024 · 1 comment
Closed

Avoid deleting images referenced in html format #40

Azona77 opened this issue Aug 24, 2024 · 1 comment

Comments

@Azona77
Copy link

Azona77 commented Aug 24, 2024

The plugin deletes these images in the vault if they are only referenced in html format.

<img src="Media/aaa.png">

I wonder if it's possible to leave these images untouched?


I found the bug when using html format to create image URLs like this:

<a href="https://www.google.com/" class="ImageURL">
<img src="Media/aaa.png">
</a>

it would be much more convenient if I don't need to create a copy elsewhere.

@bloominburges
Copy link

is this intended behavior of the plugin? this is alarming to me as a user...

@Azona77 Azona77 closed this as completed Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants