quartz/quartz/plugins
Amir Pourmand 198f9e79a7 feat(contentPage): add dead link detection for missing pages
This update introduces functionality to identify and mark links to non-existent pages as "dead links" within the content page emitter. The implementation utilizes the `unist-util-visit` library to traverse the document tree and modify link elements accordingly. Links that do not correspond to existing slugs are converted to spans with a "dead-link" class for better user feedback.
2025-09-10 00:30:57 +03:30
..
emitters feat(contentPage): add dead link detection for missing pages 2025-09-10 00:30:57 +03:30
filters Feat(filters): Support "true" as valid for draft and publish frontmatter values (b3a02909ba) 2024-10-22 20:33:54 +00:00
transformers fix: tz-less date parse in local tz instead of utc (closes #1615) 2025-06-01 22:42:37 -07:00
index.ts feat: support emitters defining external resources, emit link from contentindex directly 2025-03-05 18:16:24 -08:00
types.ts perf: incremental rebuild (--fastRebuild v2 but default) (#1841) 2025-03-16 14:17:31 -07:00
vfile.ts chore(build): separate markdown and html handling into two separate stages (#1675) 2025-01-07 15:33:34 -05:00