Browse by type
This plugin allows you to convert URLs in your notes into embedded previews.
This is how it looks.

Note Starting from 2.0.0, embeds are rendered with MarkdownCodeBlockProcessor, which avoids expanding the HTML block. You can convert your old embeds to new code blocks with the Convert button in the setting.
PS: If you happen to know any other website that provides free API for users to grab metadata from URLs, please let me know. This plugin can be more robust with your help.
The easiest way to use is by pasting your link and then creating an embed preview.
When pasting a URL, a popup suggestion menu will appear (if enabled) with options to:
[title](url)Additionally, there are three ways to pass the URL to this plugin.
If nothing is selected
Or
Then
Link Embed: Embed linkIn case some parsers are not working, you can also use the Link Embed: Embed link with ... to specify one parser.
If you enable Auto Embed in the setting, the plugin will automatically replace the link with an embed preview when you paste the link into an empty line. Although this option is quite convenient, I set the default setting to false in case someone doesn't know what happened.
You can change the default parser in the plugin settings. The plugin supports a primary and secondary parser configuration with fallback mechanism - if the primary parser fails, the plugin will try the secondary parser.
In Place means the selection in the editor will be removed and replaced with the embed.
By default, the embedded preview will be inserted into the next line, but this can be changed with the In Place option.
{{parser}} for parser type, {{date}} for date. For custom date format use {{#formatDate}}YYYY-MM-DD HH:mm:ss{{/formatDate}}.Similar to the Link Favicons plugin, this plugin can display favicons next to regular markdown links:
[Obsidian](https://obsidian.md/)).https://obsidian.md/).To disable favicon on a specific link, add |nofavicon to the link alias:
[Display text|nofavicon](https://example.org)
The plugin supports the following parsers:
Starting from version 2.0.0, embeds are stored in code blocks:
title: "Example Title"
image: "https://example.com/image.jpg"
description: "This is an example description"
url: "https://example.com"
favicon: "https://example.com/favicon.ico"
aspectRatio: "1.5"
metadata: "Additional custom metadata can be included here"
parser: "local"
date: "2023-04-01"
custom_date: "2023-04-01 13:45:22"
The aspectRatio parameter is optional and helps maintain the proper image dimensions.
The favicon parameter is optional and displays the website's favicon icon.
The metadata field is also optional and can be used to include any additional information you want to associate with the link.
The current plugin version is 2.8.4. Check the GitHub repository for the latest updates and changes.
$ claude mcp add obsidian-link-embed \
-- python -m otcore.mcp_server <graph>