Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```