mirror of
https://github.com/kepano/obsidian-permalink-opener.git
synced 2026-07-22 08:40:31 +00:00
No description
| .github/workflows | ||
| images | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| CONTRIBUTING.md | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Simple Obsidian plugin that opens URLs based on a permalink or slug in the note properties. This is useful if you use a static site generator or publishing platform such as Jekyll, Hugo, Eleventy, Astro, Obsidian Publish, etc.
Very simple plugin with three settings:
- Permalink property name, defines the frontmatter property that you use. Defaults to
permalinkbut you can set it toslugor 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.
