A VSCode extension that helps manage frontmatter links in Markdown files. It provides automatic link completion and document indexing based on frontmatter metadata.
Features
Automatically indexes all Markdown files in your workspace
Provides intelligent link completion when typing [
Supports frontmatter metadata for document titles and URLs
Real-time updates when files are created, modified, or deleted
Usage
Open a Markdown file
Type [ to trigger the link completion
Select a document from the completion list
The extension will automatically insert the link with the document's title and URL
Commands
Front Matter Link Helper: Rebuild Index - Manually rebuild the document index
Requirements
VSCode 1.85.0 or higher
Extension Settings
This extension contributes the following settings:
frontMatterLinkHelper.ignorePatterns: Glob patterns for files to ignore during indexing