← Back to Blog
Releases

[0.6.3] Development Release


Version 0.6.3 introduces a powerful new workflow for Project Planner: Daily Note Task Tagging. This release bridges the gap between your daily note-taking and project management by automatically importing tagged tasks from anywhere in your vault directly into your projects.

Simply tag any task in your daily notes, meeting logs, or journals with #planner, and it instantly appears in your project board — complete with auto-detected priorities, due dates, and tags. For teams juggling multiple projects, you can route tasks to specific projects using #planner/ProjectName. The feature includes real-time file watching, smart metadata parsing, and a one-click "Scan Now" button to catch up on existing notes.

This update makes it effortless to capture tasks wherever your thoughts flow, without breaking context to switch to a dedicated project view.

Changelog — 2026-01-14

Added

Daily Note Task Tagging

  • Automatic Task Import from Daily Notes: New feature to automatically scan any markdown note in your vault for tagged tasks and import them into projects
    • Tag tasks with #planner to add to default project
    • Tag tasks with #planner/ProjectName to add to specific project
    • Real-time file watching detects new tasks as you create them
    • Supports both direct project names with spaces and hyphenated format
  • Smart Task Parsing: Automatically extracts metadata from task text:
    • Priority indicators: !!! (Critical), !! (High), ! (Medium), or text like (high), (low)
    • Due dates: Multiple formats supported — 📅 2026-01-20, due: 2026-01-20, @2026-01-20
    • Additional tags automatically matched with configured tags in settings
    • Completion status: Imports [x] as completed, [ ] as not started
  • New Settings Panel: "Daily Note Task Tagging" section with:
    • Enable Daily Note Sync toggle
    • Tag Pattern customization (default: #planner)
    • Scan Folders — optional folder filtering
    • Default Project dropdown
    • Scan Now manual trigger button
  • Task Metadata: Imported tasks include:
    • Automatic link back to source note
    • Description showing "Imported from: [[Note Name]]"
    • Content-based unique IDs to prevent duplicates
    • Support for task updates (re-importing updates existing tasks)

Fixed

  • Improved project name matching to support both spaces and hyphens consistently
  • Added validation and error messages when default project is not configured

How to install

Download the new version: 0.6.3

View the full list of changes: Changelog