callumalpass_tasknotes/src
Callum Alpass 334ae6ac9e fix: Context detection in instant task conversion (Issue #320)
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
2025-07-29 07:14:02 +10:00
..
components feat: Add titles to date context menus for better clarity (#253) 2025-07-27 13:02:28 +10:00
editor feat: Add markdown link support for inline task widgets (Issue #312) 2025-07-29 06:07:30 +10:00
modals fix: Add proper error handling for createDailyNote failures 2025-07-28 22:20:29 +10:00
services fix: Context detection in instant task conversion (Issue #320) 2025-07-29 07:14:02 +10:00
settings fix: Replace innerHTML with textContent for security compliance 2025-07-27 17:47:33 +10:00
types Refactor and consolidate modal implementation, update naming and imports, and adjust styles and tests 2025-06-27 21:45:08 +10:00
ui feat: Add visual state indicators for active saved views in FilterBar 2025-07-28 22:20:29 +10:00
utils fix: Context detection in instant task conversion (Issue #320) 2025-07-29 07:14:02 +10:00
views fix: Resolve timezone bug in recurring task completion (Issue #314) 2025-07-28 22:20:29 +10:00
main.ts fix: Use Obsidian's generateMarkdownLink for consistent link formatting (Issue #312) 2025-07-28 22:20:29 +10:00
types.ts feat: Add view options support to saved views 2025-07-27 12:00:11 +10:00