Obsidian Permalink Opener

2023

A simple Obsidian plugin that opens URLs based on a permalink or slug defined in the note properties. For use with Jekyll, Hugo, Eleventy, Astro, Obsidian Publish, and other publishing tools.

Usage

The plugin has three settings:

  • Permalink property name, defines the frontmatter property that you use. Defaults to permalink but you can set it to slug or something else.
  • Live site base URL, e.g. https://yourdomain.com
  • Development site base URL, for Jekyll you might use http://127.0.0.1:4000

Use the command palette or hotkeys to open the current page. If no permalink is set the title is slugified using kebab case.