Plan Panel

by xuhuaya0
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Show and classify Markdown plans by Eisenhower quadrants.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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 - [ ], * [ ], and 1. [ ] 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