mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
Fixed bug where @context syntax wasn't being detected during instant task conversion. The NaturalLanguageParser was correctly parsing contexts, but they were being lost during conversion to TasksPlugin format. Changes: - Added contexts field to TasksPluginParser.ParsedTaskData interface - Updated InstantTaskConvertService to preserve contexts from NLP parsing - Enhanced context processing logic to handle both parsed and default contexts - Ensures contexts are properly extracted and stored in task metadata Now "Convert task to TaskNote" properly detects @context syntax and populates the contexts field in the created task note. Fixes #320 |
||
|---|---|---|
| .. | ||
| components | ||
| editor | ||
| modals | ||
| services | ||
| settings | ||
| types | ||
| ui | ||
| utils | ||
| views | ||
| main.ts | ||
| types.ts | ||