mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
Previously, entering text like "Task scheduled for tomorrow due next week" in the New Task dialog would only capture one of the dates. The parser correctly recognized both triggers but returned early after processing the first match. The fix removes the early return and continues processing all trigger patterns, allowing users to set both scheduled and due dates in a single natural language input. |
||
|---|---|---|
| .. | ||
| chrono-node.ts | ||
| date-fns.ts | ||
| fullcalendar.ts | ||
| ical.ts | ||
| markdown.ts | ||
| obsidian.ts | ||
| rrule.ts | ||
| utils.ts | ||
| yaml.ts | ||