Releases: basham/obsidian-alias-from-heading
Releases · basham/obsidian-alias-from-heading
1.1.2
1.1.1
1.1.0
- 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
1.0.13
1.0.12
- 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
1.0.10
- 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
1.0.8
- 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$&.