1.0.6 • Published 2 years ago

notion-md v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

notion-md

Convert and download notion pages command tool.

Notion token

  • 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}"

Install

  • Use npm or yarn

    $ npm install -g notion-md

Usage

  • 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>
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago