auto_backlink_vault
Automatically convert note names into wikilinks across your Obsidian vault. Configure settings like case sensitivity, batch size, and exclusions to streamline backlink creation. Preview changes before applying to ensure accuracy.
Instructions
Automatically add backlinks throughout the entire vault by detecting note names in content and converting them to wikilinks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
batchSize | No | Number of notes to process in each batch (default: 50) | |
caseSensitive | No | Whether matching should be case sensitive (default: false) | |
dryRun | No | Preview changes without applying them (default: true) | |
excludePatterns | No | Array of glob patterns to exclude from processing (e.g., ["template/*", "archive/*"]) | |
minLength | No | Minimum note name length to consider for linking (default: 3) | |
wholeWords | No | Whether to match only whole words (default: true) |