xuhuaya0102 downloadsShow and classify Markdown plans by Eisenhower quadrants.
中文 | 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.
#today#done/YYYY-MM-DD#started/YYYY-MM-DD-HHmm- [ ], * [ ], and 1. [ ] task formatsCopy 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.
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.
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
MIT