Harada Method Goals
approvedby gordon-deng
Forked from Draw Harada Method
Build a Harada Method chart from a vault folder: one main goal, eight Key Plan folders, and sixty-four action notes. - This plugin has not been manually reviewed by Obsidian staff.
Harada Method Goals
An Obsidian plugin that visualizes your goals using the Harada Method (also known as a Mandal-art or 64-chart matrix): 1 main goal, 8 Key Plans, and 64 Action items.
Your vault folders and notes are the source of truth. The 9×9 matrix generates directly from your files with interactive task checklists, progress tracking, and drag-and-drop reordering.
Quick Start
1. Create a New Goal Chart
- Press
Cmd+P(macOS) orCtrl+P(Windows/Linux) to open the Command Palette. - Type and select Harada Method Goals: Create Harada goal.
- Enter your goal name (for example,
Marathon) and pressEnter(or click Create). - Obsidian creates the goal folder, master
goals.mdnote, and opens the Harada chart view beside it.
2. View and Open the Chart
You can display the 9×9 interactive chart in two ways:
- Dedicated View Pane: Press
Cmd+P/Ctrl+P, select Harada Method Goals: Open Harada chart, or click the grid icon on the left ribbon. - In the Note: Open your
goals.mdnote and switch to Reading view (Cmd+E/Ctrl+E).
How It Maps to Your Vault
The 9×9 chart corresponds directly to your vault's folders and markdown files:
Goal Folder (e.g. Marathon)/
goals.md ← Master note (Center goal + description + goals block)
Strength/ ← Key Plan folder (surrounding 3×3 center)
Gym 3x week.md ← Action note
Mobility.md
Nutrition/ ← Key Plan folder
Meal prep.md
| Chart Cell | Vault Item | Interaction |
|---|---|---|
| Center Goal (Yellow) | First # heading in goals.md | Main goal title. Note body serves as description. |
| Key Plans (Green) | Immediate child folders | Click to view actions or rename/delete the plan. Drag to reorder. |
| Actions (White) | Markdown notes inside Key Plan folders | Click to open popup (tasks, notes, rename). Click title to open note. Drag to reorder or move between plans. |
Features
- Add Plans & Actions Directly: Click any empty cell (
Add planor-) to create a folder or action note without leaving the chart. - Task & Notes Popup: Click any filled action cell to manage
- [ ]checklist items, edit notes, or rename the action. - Visual Progress & Completion: Action cells fill upward as tasks are completed. When all tasks in a note are done, an X is drawn across the cell.
- Drag-and-Drop Reordering: Drag Key Plans or actions to rearrange them. Dragging an action to another Key Plan moves the note to that folder.
- Live Outline Sync: Custom chart order is maintained in the
goalscode block withingoals.md.
Settings
Go to Settings → Harada Method Goals to configure:
- Master note filename: Default is
goals.md. - Parent folder: Vault-relative folder where new goals are created (leave empty for vault root).
- Colors: Customize background and text colors for Goal, Key Plan, and Action cells.
Installation
Manual Installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create a folder named
harada-method-goalsin your vault plugins directory:<vault>/.obsidian/plugins/harada-method-goals/ - Copy
main.js,manifest.json, andstyles.cssinto that directory. - In Obsidian, go to Settings → Community plugins, turn off Restricted mode if enabled, and toggle on Harada Method Goals.
License
MIT License. Forked and expanded from Draw Harada Method by yildbs.
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.