mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
docs: update changelog for link handling improvements
This commit is contained in:
parent
83dd2f0833
commit
44bc7471ce
1 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,13 @@ Example:
|
|||
|
||||
## Changed
|
||||
|
||||
- Improved link handling throughout the plugin using Obsidian's native APIs
|
||||
- Replaced manual wikilink generation with `FileManager.generateMarkdownLink()`
|
||||
- Now respects user's link format settings (wikilink vs markdown, relative paths)
|
||||
- Replaced manual link parsing with `parseLinktext()` for proper alias handling
|
||||
- Better compatibility with future Obsidian updates
|
||||
- Added centralized link utilities in `linkUtils.ts`
|
||||
|
||||
- Refactored widget cursor styles into reusable utility class
|
||||
- Consolidated shared CSS into .cm-widget-cursor-fix utility
|
||||
- Improved maintainability across widget components
|
||||
|
|
|
|||
Loading…
Reference in a new issue