taskgenius_taskgenius-plugin/src/types
Quorafind 5550cb0f38 fix(habit): use boolean values for daily habit completion tracking
- Change daily habit completion from numeric (0/1) to boolean (true/false) for simple habits
- Keep numeric value (1) only for habits with completionText to indicate match
- Update type definitions to support boolean | string | number | null
- Fix completion checking to use strict equality (=== true) instead of truthy values
2025-09-06 10:34:06 +08:00
..
bases.d.ts merge: apply critical fixes from master branch to refactored structure 2025-08-19 22:40:20 +08:00
canvas.ts feat: support canvas indexer 2025-06-18 10:12:55 +08:00
file-source.d.ts feat(filesource): enhance FileSource task handling and WriteAPI support 2025-08-23 11:25:59 +08:00
file-task.d.ts fix: cannot trigger oncompletion correctly 2025-07-02 14:56:17 +08:00
habit-card.d.ts fix(habit): use boolean values for daily habit completion tracking 2025-09-06 10:34:06 +08:00
ics.ts feat: support webcal 2025-07-04 00:07:38 +08:00
obsidian-ex.d.ts perf: optimize view settings updates to avoid full refresh 2025-09-04 12:59:45 +08:00
onCompletion.ts feat: support onCompletion features 2025-06-27 00:28:53 +08:00
SettingsSearch.ts feat(settings): add search functionality with fuzzy matching 2025-07-28 10:00:18 +08:00
task.d.ts refactor(canvas): consolidate Canvas parsing into core CanvasParser 2025-08-24 22:46:16 +08:00
TaskParserConfig.ts refactor(date-parsing): migrate to date-fns and add custom date format support 2025-08-16 14:16:38 +08:00
time-parsing.ts refactor(dataflow): consolidate time parsing types and remove debug files 2025-08-24 21:04:28 +08:00
tree.d.ts feat(projects): add hierarchical tree view for nested projects 2025-08-12 12:58:58 +08:00