Skip to main content

A package for notion2md

Project description

notion2md

use offical notion api with notion_client

Convert multiple notion pages to markdown files and try to keep the formatting usable.

Usage

don't need download repo, get your Token and export your page:

  1. get Internal Integration Token
    In https://www.notion.so/my-integrations, create your workspace integration and get token, like secret_...

  2. download package with pip3

pip3 install notion-md
  1. set env variable or input in your terminal:
export NOTION_TOKEN=your token
export NOTION_PAGES=your main page link

you can select a seperate open page for downloading, and put others page links in this page(use Notion: /Link command). Then get this page link, make sure you add the integration to your workspace and all your pages your would export.

  1. download files use notion_md command:
notion-md

pages are saved to notion2md_files dir, default only download files storaged in notion.

surpported

export markdown files for Gridea-like blog side, supporting properties of notion database pages eg. Tags, Cover.

  • normal block(header,list,code,quote,...)
  • link page/sub page
  • table
  • callout
  • inline_database(pages)
  • image/youtube video/file
  • file download(files in notion)

notes

  • multi-level list items, bookmarks, etc. make synchronous network requests, which take longer than other blocks.
  • only download files in notion, external links will be ignored.
  • for database, only download pages in the database.
  • children blocks in callouts will be ignored, simple style is better.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notion-md-0.0.2.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

notion_md-0.0.2-py3-none-any.whl (24.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page