Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Releases: narkdown/narkdown-py

v1.0.0

23 Sep 08:53
Compare
Choose a tag to compare

Feature

  • Sync with notion-py update.

  • Auto synchronization of Notion2Github by using Github Actions and crontab.

  • Format documents by using Prettier.

v0.1.2

19 Sep 15:28
Compare
Choose a tag to compare
  • Fix broken images in pypi.org.

  • Add pypi package badge.

v0.1.1

19 Sep 15:07
Compare
Choose a tag to compare
  • Add project long description to pypi.org

v0.1

19 Sep 14:41
eb60805
Compare
Choose a tag to compare

Features

  • Import a Notion page and save it to the desired path.
    Useful for simple markdown exporter.

  • Import Notion pages from database to the desired path.
    Useful for CMS(Contents Manage System) of static pages such as blog or docs page.

    • Support import by status of content.

    • Support filter contents.

  • Import "Child page" in Notion page recursively. And import "Linked page" as a Notion page link.

  • Support nested block. (e.g. bulleted, numbered, to-do, toggle)

  • Support syntax highlighting in code block.