TaskNotes

TaskNotes 4.3.25 (Fork)

This release is from the cybersader/tasknotes fork.

Added

  • PropertyPicker auto-discovery: Custom frontmatter properties in Edit Task, Task Creation, and Bulk modals without manual settings registration
    • Searchable PropertyPicker UI with type-ahead filtering
    • Type detection (text, number, date, boolean, list) from existing frontmatter values
    • Vault-wide scanning for property discovery across task files
    • Type conversion when adding properties to tasks
    • New utility: propertyDiscoveryUtils.ts for centralized property scanning
    • New component: PropertyPicker.ts with CSS in styles/property-picker.css