mirror of
https://github.com/blamouche/obsidian-geocode-note.git
synced 2026-07-22 14:00:27 +00:00
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) <noreply@anthropic.com>
This commit is contained in:
parent
1d8446b044
commit
f8dc8de287
1 changed files with 4 additions and 6 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue