From 4759ffa55ef893274cdf71bd934346e55cd6d274 Mon Sep 17 00:00:00 2001 From: rordaz Date: Mon, 15 Jun 2026 13:04:11 -0500 Subject: [PATCH] docs: update install instructions and improve plugin description --- README.md | 26 +++++++++++++++++--------- manifest.json | 6 +++--- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 17e029e..a17fdc7 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,31 @@ When working with several notes simultaneously — researching, cross-referencin Examples of how people use it: -- 🔴 **Red** – notes that still need work or are blocking something -- 🟡 **Yellow** – reference material you keep coming back to -- 🟢 **Green** – notes that are done / reviewed -- 🔵 **Blue** – the note you are actively writing -- 🟣 **Lavender** – meeting notes or daily logs +- 🔴 **Red** – Note you are actively writing +- 🟢 **Green** – Reference material you keep coming back to +- 🟡 **Yellow** – Diagrams supporting my writing +- 🔵 **Blue** – Other useful reference notes +- 🟣 **Lavender** – Meeting notes or daily logs --- ## How to install -1. Copy `main.js`, `manifest.json`, and `styles.css` into your vault at: +### From the Community Plugins directory (recommended) + +1. Open Obsidian → **Settings → Community Plugins**. +2. Disable **Safe Mode** if prompted, then select **Browse**. +3. Search for **Color Tab** and click **Install**. +4. Once installed, toggle it **on**. + +### Manual installation + +1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/rordaz/ColorTab/releases/latest). +2. Copy them into your vault at: ``` /.obsidian/plugins/color-tab/ ``` -2. Open Obsidian → **Settings → Community Plugins**. -3. Disable **Safe Mode** if prompted. -4. Find **Color Tab** in the list and toggle it **on**. +3. Open Obsidian → **Settings → Community Plugins** and toggle **Color Tab** on. ## How to use diff --git a/manifest.json b/manifest.json index 6e90ba3..4023cc3 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Color Tab", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Change the background color of open tabs via right-click context menu.", + "description": "Colorize open tabs to visually distinguish notes at a glance, using a right-click context menu.", "author": "Rafael Ordaz", - "authorUrl": "", - "isDesktopOnly": false + "authorUrl": "https://github.com/rordaz", + "isDesktopOnly": true }