From f8dc8de287c8d0ec9c36ed46a91fdaf2e64e0d4e Mon Sep 17 00:00:00 2001 From: blamouche Date: Mon, 18 May 2026 10:23:14 +0200 Subject: [PATCH] docs(README): drop "coming soon" placeholder, add BRAT install instructions The Obsidian plugin reviewer flags "(coming soon)" as unfilled placeholder text. Remove the Community Plugins subsection until the plugin is accepted, and document BRAT as the supported beta install path in the meantime. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 84046ef..8c551db 100644 --- a/README.md +++ b/README.md @@ -147,12 +147,6 @@ Each exported entry carries the note's title, coordinates and resolved address; ## Installation -### From Obsidian Community Plugins (coming soon) - -1. Open **Settings** > **Community plugins** > **Browse** -2. Search for **"Geocode Note"** -3. Click **Install**, then **Enable** - ### Manual installation 1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/blamouche/obsidian-geocode-note/releases/latest) @@ -160,6 +154,10 @@ Each exported entry carries the note's title, coordinates and resolved address; 3. Copy the three files into that folder 4. Open Obsidian > **Settings** > **Community plugins** > Enable **"Geocode Note"** +### With BRAT (Beta Reviewer's Auto-update Tool) + +If you use the [BRAT plugin](https://github.com/TfTHacker/obsidian42-brat), add this repository (`blamouche/obsidian-geocode-note`) as a beta plugin to get automatic updates on every release. + ## Development ```bash