https://github.com/chovanecm/obsidian-open-link
Plugin for Obsidian that lets you open URL linked to Markdown files in YAML frontmatter
https://github.com/chovanecm/obsidian-open-link
obsidian obsidian-md obsidian-plugin
Last synced: 28 days ago
JSON representation
Plugin for Obsidian that lets you open URL linked to Markdown files in YAML frontmatter
- Host: GitHub
- URL: https://github.com/chovanecm/obsidian-open-link
- Owner: chovanecm
- Created: 2021-08-12T20:46:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T20:47:13.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T04:31:46.175Z (about 2 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Obsidian Open Link Plugin
This is very simple plugin for [Obsidian](https://obsidian.md).
It adds a new command *Open Related Link* which opens whatever url is specified as `link` in the frontmatter YAML
Example:
```
---
link: https://github.com/chovanecm
---The content of your Markdown file
```