super-productivity/packages/plugin-dev/sync-md/src/background
Johannes Millan 5166a022cf fix(sync-md): fix TypeScript typing issues in parent-child-duplication test
- Add proper type assertions for BatchTaskCreate and BatchTaskUpdate
- Include required Task properties (timeEstimate, timeSpent, tagIds, created)
- Use 'as unknown as Task' pattern to satisfy TypeScript strict type checking
2025-07-11 16:43:01 +02:00
..
__tests__ fix(sync-md): fix TypeScript typing issues in parent-child-duplication test 2025-07-11 16:43:01 +02:00
helper feat(syncMd): update build configuration and archive old implementation 2025-07-10 14:57:08 +02:00
old feat(syncMd): update build configuration and archive old implementation 2025-07-10 14:57:08 +02:00
sync fix(sync-md): prevent parent-child relationship duplication in task sync 2025-07-11 16:38:19 +02:00
background.ts feat(syncMd): implement core markdown sync plugin with bidirectional synchronization 2025-07-10 14:55:44 +02:00
config.const.ts feat(syncMd): implement 10-second debounce for MD to SP sync with focus-aware triggering 2025-07-10 15:24:40 +02:00
local-config.ts feat(syncMd): implement core markdown sync plugin with bidirectional synchronization 2025-07-10 14:55:44 +02:00
ui-bridge.ts feat(syncMd): implement core markdown sync plugin with bidirectional synchronization 2025-07-10 14:55:44 +02:00