All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.5 - 2023-10-15
- Fix the "short links to files" description in the settings
1.1.4 - 2023-08-11
- Revert changes from 1.1.3.
1.1.3 - 2023-06-23
- Add test cases for the Dataview plugin.
- Add test cases for tables which contain aliased links.
- Fix aliased link detection for the Dataview plugin. #9.
1.1.2 - 2023-05-07
- Add test cases for footnotes to the Obsidian vault.
- Do not show icons for footnotes. #8.
1.1.1 - 2023-04-18
- Update many notes in the Obsidian vault.
- Update the NPM dependencies.
- Rename the symbolic link to this plugin in the Obsidian vault.
- Major update to the internal link parser. #6.
- Modified the behaviour of the markdown post processor. #6.
1.1.0 - 2023-04-10
- A settings tab to configure the plugin.
- Shorten internal links to blocks, headings, notes and files.
- Show icons next to internal links to indicate their types.
- Replace external link icons with the icons provided by this plugin.
- Reload the editing and preview view when settings are changed.
- Refactor the structure of the plugin.
- Rewrite the internal system to be more generic and robust.
- Update the
README.md
with new documentation. - Change the plugin name to be less specific.
- Update GitHub workflow to include
styles.css
.
1.0.2 - 2023-01-15
- Show decorations when the rightmost character is selected.
- Don't update decorations when mouse is down in an attempt to mimic Obsidian's behaviour.
1.0.1 - 2023-01-15
- An Obsidian vault to document edge cases.
- A
CHANGELOG.md
.
- Fixed links which contain Markdown formatting. #2.