taskgenius_taskgenius-plugin/src/parsers
Quorafind 1cec2cce41 feat(tasks): add task deletion with cascade support
- Add delete task option to right-click context menu in TaskView
- Support cascade deletion for tasks with subtasks
- Show confirmation dialog with options when deleting parent tasks
- Emit TASK_DELETED event for dataflow synchronization
- Update Repository and TaskIndexer to handle task removal
- Extend WriteAPI and CanvasTaskUpdater for child task deletion
- Add i18n translations for delete-related messages

Implements complete task deletion workflow with parent-child relationship
handling, allowing users to delete individual tasks or entire task trees.
2025-09-03 22:16:52 +08:00
..
canvas-task-updater.ts feat(tasks): add task deletion with cascade support 2025-09-03 22:16:52 +08:00
context-detector.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
file-metadata-parser.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
file-metadata-updater.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
holiday-detector.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
ics-parser.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
ics-status-mapper.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00
webcal-converter.ts refactor(repo)!: restructure directories for maintainability and update import paths 2025-08-19 10:37:07 +08:00