mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
No description
Implemented smart persistence batching in Repository to fix data loss issue that occurred when Obsidian restarted. The Repository.updateFile() method now schedules persistence operations with intelligent debouncing (1s delay, max 10 files, max 5s interval). - Added persistence queue management with schedulePersist() and executePersist() methods - Integrated FileSource into DataflowOrchestrator with conditional initialization - Added FILE_TASK_UPDATED and FILE_TASK_REMOVED events to event system - Extended Repository to support three data sources (regular tasks, ICS events, file tasks) - Ensured cleanup properly persists pending data before shutdown - Updated dataflow architecture documentation with FileSource details - Added comprehensive FileSource architecture review document The persistence fix ensures all task updates are properly saved to storage while balancing performance through batching. FileSource integration allows files to be recognized as tasks based on configurable strategies. |
||
|---|---|---|
| .husky | ||
| docs | ||
| media | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierignore | ||
| .release-it.cjs | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| jest.config.js | ||
| manifest-beta.json | ||
| manifest.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Overview
Task Genius transforms Obsidian into a powerful task management system with advanced features, beautiful visualizations, and seamless workflow integration - all while preserving Obsidian's philosophy of plain-text, future-proof note-taking.
Core Features
| Feature | Description |
|---|---|
| Task Management | Visual progress bars, status cycling, bulk operations, and smart task hierarchies |
| Date & Priority | Calendar integration, recurring tasks, multiple date types, and visual priority indicators |
| View Modes | Inbox, Forecast, Projects, Tags, Calendar, Gantt charts, Kanban boards |
| Workflows | Multi-stage workflows with automatic timestamping, templates, and process tracking |
| Habit Tracking | Daily habits, streak tracking, visual calendar, and progress analytics |
| Quick Capture | global commands, templates, and automated task creation |
| Filtering & Search | Advanced in-editor filtering, vault-wide search, saved queries, and custom perspectives |
| Gamification | Achievement rewards, custom milestones, and motivational feedback |
For detailed feature documentation, visit taskgenius.md.
Installation
Community Plugin (Recommended)
- Open Obsidian Settings
- Navigate to Community Plugins
- Search for "Task Genius"
- Click Install, then Enable
Manual Installation
- Download the latest release from GitHub Releases
- Extract files to
.obsidian/plugins/Obsidian-Task-Genius/ - Enable the plugin in Obsidian settings
Quick Start
- Enable Plugin: Activate Task Genius in your plugin settings
- Open Task View: Click the ribbon icon or use Command Palette
- Create First Task: Type
- [ ] My first taskin any note - Explore Views: Switch between different view modes to find your preferred workflow
Community & Support
Discord Community
Join our active community for help, tips, and feature discussions: Task Genius Discord
Resources
Support the Project
Task Genius is developed with passion and dedication. If you find it valuable, consider supporting its continued development:
Your support enables faster development, better documentation, and priority feature implementation.