You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-29Lines changed: 7 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,10 @@ A demo page (`test/fixture.html`) demonstrates all the passing HTML features.
15
15
16
16

17
17
18
-
## Installation
18
+
## Install Obsidian Plugin
19
19
20
-
### Install from Obsidian directly
21
-
22
-
* Go to Obsidian Community Plugins: [community.obsidian.md/plugins/html-docs](https://community.obsidian.md/plugins/html-docs)
23
-
* Click Install
24
-
25
-
### Install manually
26
-
27
-
1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/smcllns/obsidian-plugin-html-docs/releases/latest)
28
-
2. Place those files into `<vault>/.obsidian/plugins/html-docs/`.
29
-
3. Enable **HTML Docs** in Obsidian's Community Plugins settings.
30
-
31
-
Releases are built and signed by GitHub Actions ([.github/workflows/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.
32
-
33
-
### Optional Agent Skill
34
-
35
-
There is an optional agent skill so your agent can author HTML that fits this plugin's sandbox, theme tokens, assets, and embeds.
@@ -79,17 +62,12 @@ Embed HTML docs like other Obsidian embeds. Embeds default to about 600px tall;
79
62
![[doc.html|600x400]]
80
63
```
81
64
82
-
Each iframe receives a one-way snapshot of Obsidian theme styles. HTML docs can use these CSS variables to match light/dark mode, theme colors, and fonts without giving the iframe permission to read Obsidian or the vault. Use fallbacks so files still work outside Obsidian:
0 commit comments