souvikinator / notion-to-md

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)
https://www.npmjs.com/package/notion-to-md
MIT License
1.08k stars 89 forks source link

Improving the complexity and flow of the package #73

Closed souvikinator closed 1 year ago

souvikinator commented 1 year ago

After working on a few issues I realized that there is a need to work on the whole flow of notion-to-md and how it handles different blocks. Also, I'm not sure but it feels like the complexity of the whole package can be improved however we have to figure that out.

Here you can track the progress of the refactoring and any contribution is appreciated.