Plan Panel
approvedby xuhuaya0
Show and classify Markdown plans by Eisenhower quadrants. - This plugin has not been manually reviewed by Obsidian staff.
Plan Panel
中文 | English
Plan Panel is an Obsidian plugin for turning Markdown task lists into a lightweight planning board.
It follows the active Markdown file and helps you decide what to do today, what belongs in each quadrant, and what has already been started or completed.
Features
- A Today list for tasks marked with
#today - Eisenhower-style quadrants
- Drag and drop ordering inside Today and quadrants
- Task completion tracking with
#done/YYYY-MM-DD - Start time tracking with
#started/YYYY-MM-DD-HHmm - Support for
- [ ],* [ ], and1. [ ]task formats
Install Manually
Copy these files into an Obsidian vault plugin folder:
.obsidian/plugins/plan-panel/
main.js
manifest.json
styles.css
Then enable Plan Panel from Obsidian's Community plugins settings.
Development
This repository currently uses a plain bundled main.js plugin structure.
During local development, copy the three plugin files into your vault's plugin folder and reload Obsidian.
Markdown Tags
The plugin writes metadata directly into task lines:
- [ ] Example task #today #started/2026-05-27-1432 #quadrant/Q1
- [x] Done task #started/2026-05-27-1432 #done/2026-05-27
License
MIT
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.