Almeida178 downloadsConverts pasted or selected URLs into markdown rich links with favicon and title.
Rich Link Resolver is an Obsidian plugin that turns a pasted or selected URL into a markdown rich link using the page title and favicon.
Example output:
[ Example Domain](<https://example.com>)
Loading URL... placeholder while metadata is being fetched.16x16.npm install
npm run build
npm run install:local -- "/absolute/path/to/Your Vault"
You can also use:
OBSIDIAN_VAULT_PATH="/absolute/path/to/Your Vault" npm run install:local
Settings -> Community plugins, reload plugins, and enable Rich Link Resolver.Watch mode:
npm run dev
After each rebuild, copy the latest plugin files again:
npm run install:local -- "/absolute/path/to/Your Vault"
This repository is set up for GitHub-based releases.
manifest.json, versions.json, and package.json to the new version.X.Y.Z.git tag 0.1.0
git push origin 0.1.0
main.jsmanifest.jsonstyles.cssAfter the repository has at least one public GitHub release with the files above:
https://community.obsidian.md and sign in with your Obsidian account.Plugins in the sidebar and choose New plugin.https://github.com/almeidazs/rich-link-obsidian.