You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() and getFirstLinkpathDest()) for reliable link resolution