fangbinwei/Inkpress Renderer
Render Obsidian markdown vault folders into a static HTML site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 19, 2026
- License
- MIT
Pinned Snippet
uses: fangbinwei/inkpress-render-action@e80fb2d854358e06f902162f36f25f4e78ea90c8 # v0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vault-path | Path to Obsidian vault root | yes | . |
| publish-dirs | Comma-separated directories to publish (relative to vault root) | yes | — |
| output-dir | Output directory for rendered HTML | yes | .site-output |
| upload-mode | "html" or "html+md" | no | html |
| dead-link-policy | "silent" or "marked" | no | silent |
Outputs
| name | description |
|---|---|
| rendered-count | Number of files rendered |
| dead-link-count | Number of dead links found |
| report-path | Path to the JSON publish report file |