No description
Find a file
2026-07-21 16:07:36 +08:00
docs Docs & Release: Add 3 demo GIFs to README, bump version to 1.0.7 2026-07-21 10:29:22 +08:00
src Revert: remove custom hotkey setting, bump version to 1.0.5 2026-07-20 13:55:45 +08:00
.gitignore Docs: reorganize documentation to separate private development notes from public product README 2026-07-17 15:48:58 +08:00
data.json Docs & Release: Add 3 demo GIFs to README, bump version to 1.0.7 2026-07-21 10:29:22 +08:00
esbuild.config.mjs Initial commit of A1MSTODO plugin 2026-07-16 17:23:22 +08:00
LICENSE Chore: add MIT License 2026-07-17 18:59:55 +08:00
main.css Fix: resolve all Obsidian automated review errors (minAppVersion, dynamic style injection, settings heading, direct style mutations, onunload detach) 2026-07-17 19:08:39 +08:00
main.js Feature: revert custom hotkey setting helper, bump version to 1.0.5 2026-07-20 13:54:29 +08:00
manifest.json Fix: remove top duplicate hero GIF in README for clean unique section media, bump version to 1.0.10 2026-07-21 16:05:58 +08:00
MStodo.md Initial commit of A1MSTODO plugin 2026-07-16 17:23:22 +08:00
package-lock.json Initial commit of A1MSTODO plugin 2026-07-16 17:23:22 +08:00
package.json Fix: remove top duplicate hero GIF in README for clean unique section media, bump version to 1.0.10 2026-07-21 16:05:58 +08:00
README.md Fix: layout GIF alignment - remove top banner GIF and place task_features.gif under section 2 2026-07-21 16:07:36 +08:00
styles.css Fix: resolve all Obsidian automated review errors (minAppVersion, dynamic style injection, settings heading, direct style mutations, onunload detach) 2026-07-17 19:08:39 +08:00
tsconfig.json Initial commit of A1MSTODO plugin 2026-07-16 17:23:22 +08:00
versions.json Fix: remove top duplicate hero GIF in README for clean unique section media, bump version to 1.0.10 2026-07-21 16:05:58 +08:00

Fluent Tasks

A beautiful, drag-and-drop task manager for Obsidian, inspired by Microsoft To-Do and Microsoft's Fluent Design principles.

Note

If you are looking for a local alternative to Microsoft To-Do, Todoist, TickTick (滴答清单), Things 3, or Google Tasks directly inside your Obsidian vault, Fluent Tasks provides a beautiful drag-and-drop workflow that stores all your lists and tasks in standard Markdown files.

Features

1. Hierarchical Lists & Group Management

Organize your task lists into drag-and-drop groups. Easily reorder lists, create groups, or drag lists out of groups in the sidebar.

Lists and Groups Demo

2. Task Details, Subtasks & Starring

Add multi-step checklist subtasks, star/pin priority items, write notes, and mark tasks as complete with real-time UI updates.

Task Details Demo

3. Custom Accent Colors

Customize the primary accent color to match your personal theme preference.

Custom Accent Color Demo


How to Use

  1. Install & Enable: Install Fluent Tasks from the Obsidian Community Store and enable it.
  2. Open Sidebar: The task sidebar is opened automatically on startup. You can also open it via the Command Palette (Ctrl+P -> Fluent Tasks: Open Sidebar).
  3. Create Lists & Groups: Create a new task list or group from the bottom of the sidebar.
  4. Manage Tasks: Click a list to view its tasks, drag them to reorder, or click a task to view and edit its details.

Markdown Data Storage

Fluent Tasks respects your data ownership. All lists are stored as .md files inside the TodoData/ folder in your vault. Tasks are saved in standard checklist formatting, with metadata stored inside discrete HTML/Markdown comments:

- [ ] Buy groceries %%{"id":"t-1234","starred":false,"steps":[],"note":"","createdAt":"2026-07-17T08:00:00Z"}%%
- [x] Walk the dog %%{"id":"t-5678","starred":true,"steps":[{"text":"Grab leash","done":true}],"note":"Likes the park.","createdAt":"2026-07-16T09:00:00Z"}%%

License

This project is licensed under the MIT License.


Keywords

microsoft todo todoist alternative ticktick 滴答清单 things3 google tasks task manager checklist task planner todo list kanban fluent design glassmorphism