You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is related to feature allowing to convert local image to remote one.
Create a note with the following content:
![[example-local-image.png]]
some plain text
![[example-local-image.png]]
example-local-image.png should exist in vault
Put a cursor on first embedded local image and invoke an action to upload it to Imgur. When finished, the plugin will ask if user would like to replace all local references with remote one. If user agrees, the content of current note will be messed up.
The text was updated successfully, but these errors were encountered:
This issue is related to the fact that metadataCache doesn't instantly get updated after image upload. The mechanism proposing to perform references updates uses outdated metadataCache and messes up the note on attempt to replace 2nd local reference to image, because offsets from stale cache are no longer valid for just edited note:
Unfortunately, in practices it takes more than a second, based on my perception. I'd be happy to apply this solution if there was a way to trigger cache metadata update for given file faster.
This bug is related to feature allowing to convert local image to remote one.
Create a note with the following content:
example-local-image.png
should exist in vaultPut a cursor on first embedded local image and invoke an action to upload it to Imgur. When finished, the plugin will ask if user would like to replace all local references with remote one. If user agrees, the content of current note will be messed up.
The text was updated successfully, but these errors were encountered: