Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T20:47:13.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:58:12.107Z (3 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- 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
```