GUIDRedirect is a Quartz v5 emitter plugin that generates redirect pages
for content files that include an id field in frontmatter.
Made to use with Obsidian GUID plugin.
100% vibecoded with Copilot, because I am not a programmer. Use it at your own risk, as I do.
- Reads the
idfield from page frontmatter. - Creates a static redirect page at
/ID. - Redirects visitors to the canonical Quartz page for that note.
- Integrates with Quartz v5 emitters.
If a page has this frontmatter:
id: 01KXRMR0QKED5D8QT54FK7CVKXThe plugin emits a redirect page at /01KXRMR0QKED5D8QT54FK7CVKX.
npx quartz plugin add github:omega9/GUIDRedirectThen add the plugin under plugins.emitters in quartz.config.yaml:
plugins:
emitters:
- github:omega9/GUIDRedirectnpm install
npm run buildMIT