Installation¶
From the Obsidian Plugin Manager¶
Install through the Obsidian plugin manager: https://obsidian.md/plugins?id=tasks-map
Manual Installation (from a Release)¶
If you want to install a specific version or cannot use the plugin manager:
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub Release. - Create the plugin folder in your vault if it does not already exist:
<your-vault>/.obsidian/plugins/tasks-map/ - Copy the three files into that folder.
- Open Obsidian Settings → Community plugins and enable Tasks Map.
Build from Source¶
If you want to build the plugin yourself from the repository source:
Clone the repository and install dependencies:
Build the plugin:
Copy main.js, manifest.json, and styles.css into your vault's plugin folder (<your-vault>/.obsidian/plugins/tasks-map/), then open Obsidian Settings → Community plugins and enable Tasks Map.