GitHub | |
---|---|
Docs | |
Obsidian URL | 🔗 |
This plugin is designed for people who are publishing their Obsidian vault to a public website (using a tool like Hugo, Jekyll, or perhaps Obsidian Publish). It allows you to define a Permalink for each note in the properties of each note. Simply define a permalink
property:
---
permalink: permalink-opener
---
and now you should be able to access that note at https://www.mysite.com/permalink-opener
.