Skip to content

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:

  1. Download main.js, manifest.json, and styles.css from the latest GitHub Release.
  2. Create the plugin folder in your vault if it does not already exist: <your-vault>/.obsidian/plugins/tasks-map/
  3. Copy the three files into that folder.
  4. 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:

git clone https://github.com/NicoKNL/tasks-map.git
cd tasks-map
npm install

Build the plugin:

npm run build

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.