You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heading aliases — give a heading extra wordings (abbreviations, synonyms) in an Obsidian comment right under it: %% alias: CNS, brain and spinal cord %%. Those words then link to that heading too, in any inflected form, and show up in the autocomplete. Comments are invisible in Reading view, so the note stays clean; use alias: or aliases:, comma-separated. New Heading aliases setting (on by default; turn it off to skip reading file bodies in very large vaults).
Internal
Aliases are cached per file and re-read only when a file changes, so rebuilding the index never reads file bodies.
Removed two dead code paths (unused token field and link-change list).