rendya2501/notion-to-markdown
Custom action to export Notion database to local markdown files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| notion_auth_token | Auth token of the notion. | yes | — |
| notion_database_id | ID of the notion database to be exported. | yes | — |
| output_directory_path_template | Directory path template to output files. | no | output/{{publish|date.to_string('%Y/%m')}}/{{slug}} |
Outputs
| name | description |
|---|---|
| exported_count | Number of exported files. |