Skip to content

3.16.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 20:12
· 1840 commits to main since this release

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() and getFirstLinkpathDest()) for reliable link resolution