We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
is this intended behavior of the plugin? this is alarming to me as a user...
Sorry, something went wrong.
No branches or pull requests
The plugin deletes these images in the vault if they are only referenced in html format.
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:
it would be much more convenient if I don't need to create a copy elsewhere.
The text was updated successfully, but these errors were encountered: