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 - v2.2.1

Published by souvikinator over 2 years ago

What's changed?

  • Fix: table as the first block being ignored.

table in notion:

notion-to-md output:

table-md

notion-to-md - v2.2.0

Published by souvikinator over 2 years ago

What's Changed

Breaking Changes

  • All provided methods now depend on the notion client (because of notion simple table support)

New

table in notion:

notion-to-md output:

table-md

New Contributors

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

notion-to-md - v2.1.0

Published by souvikinator almost 3 years ago

What's Changed (Breaking Changes)

  • Converted to TypeScript @dharshatharan in https://github.com/souvikinator/notion-to-md/pull/8
  • Renamed class from notion2md to NotionToMarkdown.
  • Change in import style: named import (ref. readme for more info)
  • Change in position of totalPage argument in method
    blocksToMarkdown(blocks,mdBlocks,totalPage) ==> blocksToMarkdown(blocks,totalPage,mdBlocks)
  • Removed self dependency from v2.0.0

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

notion-to-md - v2.0.0

Published by souvikinator almost 3 years ago

What's Changed

New Contributors

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

notion-to-md - v1.0.7

Published by souvikinator almost 3 years ago

What's Changed

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v1.0.6...v1.0.7

notion-to-md - v1.0.6

Published by souvikinator almost 3 years ago

Changelogs

  • blockToMarkdown() is independent of notion client. Usage details here

Full Changelog: https://github.com/souvikinator/notion-to-md/compare/v1.0.5...v1.0.6

notion-to-md - v1.0.5

Published by souvikinator almost 3 years ago

notion-to-md - v1.0.4

Published by souvikinator almost 3 years ago

Changelogs:

  • Support for embeds, videos, bookmarks, files (converted to markdown links)
  • Support for equation block (converted to markdown code blocks)
  • Support for page divider
notion-to-md - v1.0.3

Published by souvikinator almost 3 years ago

Changelogs:

Breaking Changes

  • changes toString (in v1.0.2) method to toMarkdownString
notion-to-md - v1.0.2

Published by souvikinator almost 3 years ago

Changelogs:

  • Markdown object returned by pageToMarkdown and blocksToMarkdow can be converted to markdown string using toString
  • fixed codeblock new line issue
notion-to-md - v1.0.1

Published by souvikinator almost 3 years ago

Changelogs:

  • Block -> Markdown
  • Blocks -> Markdown (nested)
  • Page -> Markdown (nested)