mProjectsCode / mProjectsCode/obsidian-meta-bind-plugin
Image Suggester, but with URLs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Image Suggester and its Suggester Modal, then trace how locally stored images are entered and previewed. Done means the modal accepts an image URL, displays its image preview, and confirms it alongside local image files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100