Closed
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.4.1
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.8.10
Installer version: v1.8.4
Operating system: Windows 11 Home 10.0.26100
Login status: logged in
Language: en
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 1
Plugins enabled: 1
1: Meta Bind v1.4.1
RECOMMENDATIONS:
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Describe the Issue
After select a image with image suggester the selected image seems like to be loaded on memory or something like that, so after close Obsidian or open the input field as plain text the image vanish.
Steps to Reproduce
- Create a simple imageSuggester input
INPUT[imageSuggester(optionQuery(""))]
- Click on the element to add a image and select any image
- The image will be added on the page
- Restart obsidian
- The Note will not have any image selected displaying "No image selected".
Its also reproductible in another way, following the step 2
- With your cursos go to the place where the imageSuggester is
- It will disply as plain text code for Meta Bind
- Leave the cursor, it will again display as a "No image selected".
Expected Behavior
The image should be there even thought we close the app or if we open it as plain text. Maybe it should add the path for the selected image on the input after a selection.