Updated README.md

This commit is contained in:
2025-12-17 21:39:34 +01:00
parent 7bcaf0c681
commit e7557af55a

View File

@@ -22,6 +22,15 @@ A simple and elegant task timer plugin for Obsidian with category support and da
## Installation
### Install from Release
1. Download the latest release zip from the GitHub releases page
2. Extract the zip file
3. Copy the `taskweaver` folder to your vault's plugins directory:
- `<your-vault>/.obsidian/plugins/`
4. Reload Obsidian
5. Enable the plugin in Settings → Community Plugins
### Manual Installation
1. Build the plugin:
@@ -34,7 +43,7 @@ A simple and elegant task timer plugin for Obsidian with category support and da
- Copy `main.js`, `manifest.json`, and `styles.css` to:
- `<your-vault>/.obsidian/plugins/taskweaver/`
3. Reload Obsidian and enable the plugin in Settings <20> Community Plugins
3. Reload Obsidian and enable the plugin in Settings <20> Community Plugins
### Quick Package Script