Notion To Md Versions Save

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)

v2.5.2

1 year ago

What's Changed

before:

image

after:

image

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.5.1...v2.5.2

v2.5.1

1 year ago

Changelogs:

  • Fix: #41 list related blocks (to_do, numbered_list_item, bulleted_list_item) were rendering with extra empty space.

  • Fix: In the toggle, the first child's indentation is incorrect.

  • Response markdown object from pageToMarkdown method now contains extra property called type. image

v2.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.4.1...v2.4.2

v2.4.1

1 year ago

What's Changed

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.4.0...v2.4.1

v2.4.0

1 year ago

What's Changed

  • Fixes #33 Notion blocks like child_page, link_to_block, child_database will have block id as the URL parameter
image
  • Fixes #36 support for toggle block is now live.

image

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.3.4...v2.4.0

v2.3.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.3.3...v2.3.4

v2.3.3

2 years ago

Fixed issue #29: Content in a second column is rendered as a code block.

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.3.2...v2.3.3

v2.3.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.3.1...v2.3.2

v2.3.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.3.0...v2.3.1

v2.3.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.2.1...v2.3.0