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.05k stars 88 forks source link

not support notion database #22

Open nonacosa opened 2 years ago

nonacosa commented 2 years ago

I wanna convert the database to markdown [table] but is an empty result.

image

image

can you fix it? 🤓

souvikinator commented 2 years ago

yes at the moment database to markdown is not supported as a database can have multiple views. I can view the same database table as a list, board, gallery, and so on.

If your requirement is to use tables, you can go with notion's simple table which is supported by notion-to-md.

nonacosa commented 2 years ago

@souvikinator Ok, I understand, I am looking for a notion database to MD method. Because many people don't use a simple table, thank you,Thank you for your reply !

souvikinator commented 1 year ago

@kryp2z right now it's not supported but we can figure out how to render it and we can make this live in the next release

kmlbgn commented 7 months ago

@souvikinator

yes at the moment database to markdown is not supported as a database can have multiple views. I can view the same database table as a list, board, gallery, and so on.

If your requirement is to use tables, you can go with notion's simple table which is supported by notion-to-md.

Would it be possible to support database in table view in that sense ?