TaskNotes

TaskNotes 4.0.3

Fixed

  • (#1157) Fixed task embeds appearing on new line instead of inline with bullets in lists
    • Changed inline task cards to use span elements instead of divs for proper inline flow
    • Added max-width constraint to prevent wrapping when tasks are wider than editor
    • Task embeds now display correctly inline with bullet points during live preview
    • Thanks to @3zra47 for reporting
  • (#1168) Fixed mini calendar stealing focus every few seconds when pinned to sidebar
    • Thanks to @DearHaruHaru for reporting
  • (#1161, #1162) Fixed "unexpected scalar" YAML parsing error in generated tasks-default.base template
    • Changed nested quotes in "Not Blocked" filter from double to single quotes
    • Thanks to @benschifman and @InterstellarRaccoon for reporting, @GarrettKaupp for identifying the fix

Changed

  • Updated task modal UI to use native Obsidian patterns for better theme compatibility
    • Thanks to @kepano for feedback