
A visual task management plugin for Obsidian based on the Eisenhower Matrix.
QuadTasks helps you prioritize your workload by categorizing tasks into four distinct quadrants based on urgency and importance. Unlike standard to-do lists, QuadTasks forces you to make decisions about what truly matters, helping you focus on execution rather than just collection.
[[wikilinks]], #tags, and formatting.To add a matrix to any note, insert a code block using the eisenhower, eisen, or todoeh alias:
```eisenhower
```
You can add tasks using the "Add task" button in the UI, or by manually typing them inside the code block.
Manual Syntax: The plugin uses a specific format to track quadrants. You generally don't need to type this manually, but it is useful for bulk editing:
- [ ] (urgent-important) Finish Report
- [ ] (not-urgent-important) Schedule dentist appointment
- [ ] (urgent-not-important) Reply to incidental emails
- [ ] (not-urgent-not-important) Scroll social media
- [ ] (buffer) Buy groceries
Note: QuadTasks is not yet listed in the Obsidian Community Plugins directory.
You will need to install it manually until it becomes available there.
main.js, manifest.json, styles.css) into your vault folder: .obsidian/plugins/quadtasks/.If you want to customize or contribute to QuadTasks:
npm install.npm run dev to start the compiler in watch mode.QuadTasks is built by Siran.
We create tools that support organization and focus, helping you manage your digital workflow more effectively.
Siran includes a growing set of open-source and premium tools designed to improve everyday productivity.
Learn more at siran.app.
License: MIT