Installing Project Planner
Project Planner is available for Obsidian Desktop. There are two ways to install the plugin: manual installation from GitHub, or automatic installation via BRAT.
Method 1: Manual Installation
-
Download
main.js,manifest.json, andstyles.cssfrom the GitHub Releases page . -
Open your vault's root folder and navigate to
.obsidian/plugins/. -
Create a new folder called
obsidian-project-planner. -
Copy the three downloaded files (
main.js,manifest.json,styles.css) into theobsidian-project-plannerfolder. - Restart Obsidian.
- Go to Settings → Community plugins and enable Project Planner.
Note: If you don't see the
.obsidian folder, make sure hidden files are
visible in your file explorer. On macOS press Cmd+Shift+., on Windows enable
"Show hidden files" in File Explorer options.
Method 2: Using BRAT
BRAT (Beta Reviewers Auto-update Tester) is a community plugin that makes it easy to install and automatically update beta plugins.
- Install the BRAT plugin from Obsidian's built-in Community Plugins browser (Settings → Community plugins → Browse).
- Enable BRAT, then open BRAT Settings.
-
Click Add Beta plugin and enter the repository URL:
ArctykDev/obsidian-project-planner - BRAT will automatically download and install the latest release.
- Go to Settings → Community plugins and enable Project Planner.
Tip: BRAT automatically checks for updates and keeps the plugin current.
You don't need to re-download files when a new version is released.
Next Steps
Now that Project Planner is installed, head over to First Steps to learn how to open the plugin, create your first project, and start managing tasks.