Switch to title-based wiki-links #91

Merged
eblume merged 2 commits from feature/title-based-links into main 2026-02-03 15:55:32 -08:00

2 commits

Author SHA1 Message Date
ed7ad44d77 Add doc-links pre-commit hook to validate wiki-links
- Add mise-tasks/doc-links script to check all wiki-links point to valid titles
- Add doc-links pre-commit hook
- Add frontmatter title to README.md for wiki-link resolution
- Filter out wiki-links inside backticks (code examples)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:53:33 -08:00
278f231563 Switch to title-based wiki-links (Quartz resolves via frontmatter title and aliases)
- Remove aliases from all zk cards to prevent them from capturing wiki-links
- Convert all wiki-links from [[filename|Title]] to [[Title]] format
- Replace doc-filenames task with doc-titles for duplicate detection
- Update pre-commit hook to use doc-titles

Wiki-links now resolve to reference docs by their frontmatter title,
which is more readable and maintainable than filename-based links.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 15:48:15 -08:00