notion-to-md

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

MIT License

Downloads
177.3K
Stars
1K
Committers
24

Bot releases are hidden (Show)

notion-to-md - v3.1.1 Latest Release

Published by souvikinator over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v3.1.0...v3.1.1

notion-to-md - v3.1.0

Published by souvikinator over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v3.0.1...v3.1.0

notion-to-md - v3.0.1

Published by souvikinator over 1 year ago

What's changed

  • 'undefined' in the last line of table markdown string #86
  • Improvement: Use string union for Block Type instead of string #83

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v3.0.0...v3.0.1

notion-to-md - v3.0.0

Published by souvikinator over 1 year ago

What's Changed

  • Convert Notion's temporary s3 image URLs to base64 by @that-ambuj in #81
  • Improved file and image link display by using caption/filename/file type as the link title #61
  • Removed any existing try-catch block and let the user handle it. (Keep errors uncaught #79)
  • Fix: adding a custom transformer for synced blocks produces double output #62
  • Fix: duplicate blocks rendering in column format

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.7.0...v3.0.0

notion-to-md - V2.7.0

Published by souvikinator over 1 year ago

Breaking Changes

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.6.0...v2.7.0

notion-to-md - V2.6.0

Published by souvikinator over 1 year ago

What's Changed

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.5.6...v2.6.0

notion-to-md - v2.5.6

Published by souvikinator over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.5.5...v2.5.6

notion-to-md - v2.5.5

Published by souvikinator about 2 years ago

Changelog

  • Fix: callout block children not getting rendered properly. #48

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.5.4...v2.5.5

notion-to-md - v2.5.4

Published by souvikinator about 2 years ago

What's Changed

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v2.5.3...v2.5.4

notion-to-md - v2.5.3

Published by souvikinator about 2 years ago

What's Changed

New Contributors

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

notion-to-md - v2.5.2

Published by souvikinator over 2 years ago

What's Changed

before:

after:

New Contributors

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

notion-to-md - v2.5.1

Published by souvikinator over 2 years 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.

notion-to-md - v2.5.0

Published by souvikinator over 2 years ago

What's Changed

New Contributors

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

notion-to-md - v2.4.1

Published by souvikinator over 2 years ago

What's Changed

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

notion-to-md - v2.4.0

Published by souvikinator over 2 years ago

What's Changed

  • Fixes #33 Notion blocks like child_page, link_to_block, child_database will have block id as the URL parameter
  • 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

notion-to-md - v2.3.4

Published by souvikinator over 2 years ago

What's Changed

New Contributors

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

notion-to-md - v2.3.3

Published by souvikinator over 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

notion-to-md - v2.3.2

Published by souvikinator over 2 years ago

What's Changed

New Contributors

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

notion-to-md - v2.3.1

Published by souvikinator over 2 years ago

What's Changed

New Contributors

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

notion-to-md - v2.3.0

Published by souvikinator over 2 years ago

What's Changed

New Contributors

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