rot1024/notiondown
Convert Notion databases to markdown/HTML using the notiondown CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auth | Notion API key | yes | — |
| data-source | Notion data source ID (database ID) | yes | — |
| args | Additional CLI arguments passed directly to notiondown. Example: '--output dist --format md --frontmatter --only-published' | no | "" |
| version | notiondown version to install (e.g., "0.4.0", "latest") | no | "" |
| node-version | Node.js version to use | no | 20 |
| cache | Enable caching of Notion API responses across runs using actions/cache | no | true |
| cache-dir | Cache directory path (must match --cache-dir in args if specified) | no | cache |
Outputs
| name | description |
|---|---|
| output-dir | Path to the output directory containing generated files |
| meta-json | Path to the generated meta.json file |