Skip to content

Commit 512214b

Browse files
committed
Lead with marketplace install, keep manual as fallback
1 parent 6e8c0f8 commit 512214b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ A minimal plugin that lets you work with .md AND .html docs inside Obsidian
1414

1515
![](demo.png)
1616

17-
## Install (manual)
17+
## Install
18+
19+
The easy path: [install from the Obsidian Community Plugins directory](https://community.obsidian.md/plugins/html-docs), or browse to **Settings → Community plugins → Browse**, search **HTML Docs**, and click Install.
20+
21+
After install, turn on **Settings → Files & Links → Detect all file extensions** so `.html` files appear in the file explorer. The plugin shows a one-time notice on load if it isn't already on.
22+
23+
### Install manually
1824

1925
1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/smcllns/obsidian-plugin-html-docs/releases/latest) and drop them into `<vault>/.obsidian/plugins/html-docs/`.
2026
2. Enable **HTML Docs** in Obsidian's Community Plugins settings.
21-
3. Turn on **Settings → Files & Links → Detect all file extensions** so `.html` files appear in the file explorer. The plugin shows a one-time notice on load if it isn't already on.
27+
3. Turn on the **Detect all file extensions** setting as above.
2228

2329
Releases are built and signed by GitHub Actions ([release.yml](.github/workflows/release.yml)) so the binaries carry a [build attestation](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds) you can verify against the source.
2430

0 commit comments

Comments
 (0)