Skip to main content

Export notion page to jekyll post

Project description

Notion2Jekyll

PyPI version

Jekyll Exporter makes your notion page to Jekyll Post Markdown file. This is using notion-py to export notion page to markdown.

Notion2Jekyll provides these features.

  1. Exports your notion page to the markdown file named as the jekyll-post title: yyyy-m-dd-<your page's title>

  2. Puts front matters to the markdown file.

  • tags

  • layout: post

  1. Download images in your notion page, and automatically set the image path in the md file

    You need to rename the path when you upload in your blog

Installation

Use the package manager pip to install notion2jekyll.

$pip install notion2jekyll

Usage_Command Line

$python -m notion2jekyll
#Markdown file name: <output file name(without .md)>
#Token_v2: <your token_v2 on notion.so>
#Notion Page Url: <your notion page to export>

Usage in Python

I changed the way to use the jekyll exporter. Please follow these examples.

With nothing

from notion2jekyll import *

export_cli()

With token_v2 & url

from notion2jekyll import *
token_v2 = #<your notion token_v2>
url = #<your notion page url>

export_out(url,token_v2)

With token_v2 & url & Notion-py Block

from notion2jekyll import *

token_v2 = #<your notion token_v2>
url = #<your notion page url>

client = NotionClient(token_v2=token_v2)
block = client.get_block(url)

export_in(block,client)

Aditional Info

  • Exporter will make the md file and images in the folder named posts and posts/<your block title>

  • The url should be the page that you want to export.

  • The front matter in the markdown will be different based on your jekyll blog variables. So, change the front matters when you finish the export, or change the code in this project.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

notion2jekyll-0.1.6-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file notion2jekyll-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: notion2jekyll-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for notion2jekyll-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 1aa63edb96c98f25080348b46f4d30a6c6c5540f394add52a38cfc633af64c51
MD5 cb6025dc32e15c75b4ebce1ea784e9d2
BLAKE2b-256 8bf1561aa2daf9c82ac459e3c1fe2be88c8dc164c76038108df0fa4044eb12af

See more details on using hashes here.

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