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
I'm always frustrated when I want to use this plugin to view a mix of locally stored images and image URLs.
Describe the Feature you'd Like
I would love to be able to use the Image Suggester to add a URL instead of an image file. Maybe there could be a text field in the Suggester Modal to paste an URL in, which could then display the image before confirming it.
Additional Context
Right now I'm using a meta-bind-js-view monster that checks if the image field in frontmatter contains "http". If true, it then creates a dataviewjs code block that embeds the image. If false, it uses the meta-bind image suggester. It... sort of works, but it's not elegant.
The text was updated successfully, but these errors were encountered:
What exactly are you requesting? The ability to paste an HTTP(S) link in the image suggester modal, or allow HTTP(S) links as values for the option argument for image suggesters?
I would like to paste an HTTP(S) link in the modal. I was thinking of something like this modal from the RPG Manager plugin, which presents an extra way to add an image using an url.
Is your Feature Request Related to a Problem?
I'm always frustrated when I want to use this plugin to view a mix of locally stored images and image URLs.
Describe the Feature you'd Like
I would love to be able to use the Image Suggester to add a URL instead of an image file. Maybe there could be a text field in the Suggester Modal to paste an URL in, which could then display the image before confirming it.
Additional Context
Right now I'm using a meta-bind-js-view monster that checks if the image field in frontmatter contains "http". If true, it then creates a dataviewjs code block that embeds the image. If false, it uses the meta-bind image suggester. It... sort of works, but it's not elegant.
The text was updated successfully, but these errors were encountered: