actions-marketplace-validations/Notion Pages

Generate Markdown files in the Docusaurus blog folder from Notion pages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
notion-tokenNotion access tokenyes
root-page-idroot page idyes
md-dirDirectory for exported Markdown / MDX posts (e.g. Docusaurus blog folder).no./blog/
cleanup-beforeRemove all files in md-dir before exporting.nofalse
output-page-countlimit the number of pages exported (0 means no limit)no0
download-assetsWhen true, download images into assets-dir and rewrite markdown links to site paths (default /slug/file; see asset-link-base).nofalse
assets-dirRoot directory for downloaded images (each post uses a subfolder named YYYY-MM-DD-slug). When download-assets is true and this is empty, defaults to {md-dir}/images.no""
asset-link-baseWhen set with download-assets, public URL prefix before /YYYY-MM-DD-slug/filename. Typical with assets-dir ./static/: use /static/ so links look like /static/2026-01-01-post/hash.png. When empty, links are /YYYY-MM-DD-slug/filename from site root.no""
file-extensionExported post file extension: md or mdx.nomd

no outputs