notion2md

Notion Markdown Exporter with Python Cli

MIT License

Downloads
16K
Stars
674
Committers
15

Bot releases are visible (Hide)

notion2md - v2.9.0 Latest Release

Published by github-actions[bot] 9 months ago

2.9.0 (2024-01-10)

Features

  • add notion token parameter to Exporter (#60) (a93cf51)

Bug Fixes

  • fix encoded filename is too long case (#59) (073994a)
notion2md - v2.8.4

Published by github-actions[bot] 10 months ago

2.8.4 (2023-12-28)

Bug Fixes

  • fix numbered list format according to commonmark format (#58) (305ec68)
notion2md - v2.8.3

Published by github-actions[bot] over 1 year ago

2.8.3 (2023-06-29)

Bug Fixes

  • constructor in README.md (03e42c4)
notion2md - v2.8.2

Published by github-actions[bot] over 1 year ago

2.8.2 (2023-02-26)

Bug Fixes

notion2md - v2.8.1

Published by github-actions[bot] almost 2 years ago

2.8.1 (2022-11-07)

Bug Fixes

  • pyproject: fix dependencies' version requirement (a7f2b04), closes #44
notion2md - v2.8.0

Published by github-actions[bot] about 2 years ago

2.8.0 (2022-10-14)

Features

  • Make downloaded filenames consistent between runs (#38) (30e8f0b)

Bug Fixes

notion2md - v2.7.6

Published by github-actions[bot] over 2 years ago

2.7.6 (2022-03-22)

Features

  • Replace methods to Exporter Classes (2b35818)

Bug Fixes

  • Change the way of calling get_children function (4563790)
  • Implemented Singletone pattern in NotionClient class (b8443ba)
notion2md - v2.7.5

Published by github-actions[bot] over 2 years ago

2.7.5 (2022-03-01)

Bug Fixes

  • Remove Singleton pattern in Config class (#31) (2de75e3)
notion2md - v2.7.4

Published by echo724 over 2 years ago

notion2md - Notion2Md v2.6.3

Published by echo724 over 2 years ago

notion2md - Notion2md Stable v2.2.0

Published by echo724 almost 3 years ago

Full Changelog: https://github.com/echo724/notion2md/compare/v2.0...v2.2.0

Features:

  • Exporting speed increased
  • Stylized terminal output
notion2md - Notion2md Stable v2.0

Published by echo724 almost 3 years ago

Full Changelog: https://github.com/echo724/notion2md/commits/v2.0

Features:

  • Change backend notion api to notion-sdk-py(official)
  • Optimize exporter codes