TaskNotes 3.16.2
New Features
Task Link Integration
- Markdown Link Support for Inline Task Widgets: Extended task link detection and rendering to support both wikilinks and markdown links. The plugin now properly renders
[text](path)markdown links as interactive inline task widgets in both live preview and reading modes [#312] - Thanks to @nightroman for noting the missing link overlays on markdown links
Improvements
Link Processing
- Link Detection: Improved TaskLinkDetectionService to detect both
[[wikilinks]]and[markdown](links)with proper URL decoding for paths containing spaces - Link Rendering: Updated both TaskLinkOverlay (live preview) and ReadingModeTaskLinkProcessor (reading mode) to handle both link types consistently
- API Integration: Uses proper Obsidian API functions (
parseLinktext()andgetFirstLinkpathDest()) for reliable link resolution