akkuman/Notion To Github Blog
Convert notion page to markdown for github blog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| notion_token | Notion Token | yes | — |
| notion_database_id | Notion Database ID | yes | — |
| img_store_type | Where to store image. Optional: local, github, Default: local | no | — |
| img_store_path_prefix | the dir where the image saved in, Default: static/notionimg | no | — |
| img_store_url_path_prefix | the prefix for image url in markdown (required when img_store_type=local), Default: /notionimg/ | no | — |
| img_store_github_token | The github token to store image in repo (required when img_store_type=github) | no | — |
| img_store_github_repo | The github repo which you want to store image (required when img_store_type=github) | no | — |
| img_store_github_branch | The repo branch which you want to store image (required when img_store_type=github) | no | — |
| md_store_path_prefix | the dir where the markdown will save in, Default: content/posts | no | — |
Outputs
no outputs