README file from
GithubFrontmatter Markdown Links
Obsidian makes [[wikilinks]] in frontmatter clickable, but a markdown link
written in a property is just text: it does not resolve, it does not open, and it does not register as
a backlink. So a vault that uses markdown links everywhere else has to switch styles the moment a link
moves into a property.
This plugin makes markdown links in frontmatter real links — clickable in Source mode, Live Preview and Reading, resolvable, and counted as backlinks on their targets.
Long-requested on the Obsidian forum, for both internal and external links.
Demo vault
The documentation is a demo vault. Every feature has a note that explains what it does and why you would want it — and whose own properties are the demonstration.
Start reading here — it is plain markdown, so it works on GitHub with nothing installed.
A copy of the vault ships with every release. You can access it via any of the following:
- Running the Frontmatter Markdown Links: Open demo vault command.
- Downloading
frontmatter-markdown-links-demo-vault-<version>.zip(<version>is the release version) from the Releases. - Browsing its source in
demo-vault/in this repository.
What it does
- Markdown links in properties become real links — clickable in every mode, with paths that contain spaces working either percent-encoded or in angle brackets, and embeds supported too. Several links can live in one property. 01 Frontmatter markdown links
- They count as backlinks, so a note linked only from a property still shows up on its target. 02 Backlinks
- Settings, including how much of this you want. 03 Settings
Installation
The plugin is available in the official Community Plugins repository.
Beta versions
To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:
- Ensure you have the BRAT plugin installed and enabled.
- Click Install via BRAT.
- An Obsidian pop-up window should appear. In the window, click the
Add pluginbutton once and wait a few seconds for the plugin to install.
Debugging
By default, debug messages for this plugin are hidden.
To show them, run the following command:
window.DEBUG.enable('frontmatter-markdown-links');
For more details, refer to the documentation.
Changelog
All notable changes to this project will be documented in the CHANGELOG.
Contributing
Contributions are welcome — see CONTRIBUTING to get set up.
Support
My other Obsidian resources
See my other Obsidian resources.