Skip to content

Releases: basham/obsidian-alias-from-heading

1.1.2

18 Jul 19:27

Choose a tag to compare

Fix: Plugin should not error when getCache() returns null (#14, #15).

1.1.1

20 Jun 22:04

Choose a tag to compare

Fix: Commas in headings should not split the implicit alias into multiple implicit aliases.

1.1.0

20 Jun 21:46
9444cc0

Choose a tag to compare

  • Feature: Heading aliases now are included wherever YAML aliases are used (#5, #12).
  • Feature: Links formatted as Markdown links now update when their heading aliases change (#11).
  • Fix: Links should update even when there are anchor links (#10)
  • Fix: Update notes with vault.process() to avoid unintentional loss of data.

1.0.14

27 May 03:48
98bfe76

Choose a tag to compare

  • Fix: Update links regardless of link format (shortest, absolute, relative) (#8, #9).
  • Update dev dependencies.

1.0.13

14 Jan 15:02

Choose a tag to compare

  • Fix: Plugin should load even if there are no notes in the vault (#7).

1.0.12

20 Jul 21:06

Choose a tag to compare

  • Fix: Use the standard way of unregistering events on plugin unload.
  • Fix: Extend the standard way of adding link suggestions, rather than modifying Obsidian cache internals.
  • Broken: In making the previous fix, heading aliases are no longer included in the Quick Switcher.

1.0.11

01 Jul 20:29

Choose a tag to compare

  • Fix: Remove potential conflict with other plugins or Obsidian, due to extending cached metadata.

1.0.10

01 Jul 18:18

Choose a tag to compare

  • Fix: Load heading aliases on plugin load, not just when the vault opens.
  • Fix: Restore any modified Obsidian caches to their original state when the plugin unloads.
  • Fix: Stop the plugin from working when the plugin unloads.
  • Fix: Be more compatible with different ways aliases can be defined in YAML.
  • Fix: Clarified plugin behavior in the readme.
  • Should resolve issues identified in #2.

1.0.9

28 Jun 21:36

Choose a tag to compare

  • Fix: Update metadata cache on load, so link suggestions are accurate.

1.0.8

23 Jun 04:33

Choose a tag to compare

  • Fix: Ensure the workspace is ready before prepping the plugin.
  • Fix: Accurately update links when the heading ends with ].
  • Fix: Accurately update links when the heading includes string replacement patterns, such as $$ and $&.