Skip to content

v1.1.0

Choose a tag to compare

@max-fluff max-fluff released this 15 Jul 20:37
· 48 commits to main since this release

Added

  • 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).