Convert and download notion pages command tool.
-
Create a notion token
-
Share your page to the integration
-
Then save token as your os environment variable
export NOTION_TOKEN="{your integration token key}"
-
Use npm or yarn
$ npm install -g notion-md
-
Download pages
notion-md download <your notion page url> notion-md download <database id> notion-md download <page id>
-
Specify the output directory
notion-md download <your notion page url> --path <output directory> notion-md download <database id> --path <output directory> notion-md download <page id> --path <output directory>