Auto Headers
pendingby ardo
Suggest and insert heading links while typing normal text.
Auto Headers
Obsidian plugin that suggests note headings while typing normal text and inserts links like:
[[File#Heading]][[File#Heading|Heading]](when alias setting is enabled)
What it does
- Indexes headings from all markdown files via
metadataCache - Shows heading suggestions without typing
[[ - Inserts heading links from the suggestion dropdown
- Supports partial + optional fuzzy matching
Build
npm install
npm run build
Install
- Build the plugin.
- Copy
main.js,manifest.json,versions.jsonto:<vault>/.obsidian/plugins/auto-headers/
- Enable the plugin in Settings -> Community plugins.
Main settings
Minimum characters before suggestionsEnable fuzzy matchingMinimum fuzzy score(controls fuzzy sensitivity)Case-sensitive matchingInsert link aliasCompatibility with other suggestersDebug logging
With Various Complements (VC)
- Turn on
Compatibility with other suggesters. - Assign a hotkey to command:
Heading Autolink Suggestions: Trigger heading autolink suggestions
- Behavior:
- If VC popup is open, this plugin waits.
- If no other popup is open, this plugin auto-suggests normally.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.