notion-to-md icon indicating copy to clipboard operation
notion-to-md copied to clipboard

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

Results 20 notion-to-md issues
Sort by recently updated
recently updated
newest added

Hi Souvik Kar Mahapatra and contributors, Firstly, I'd like to thank you for your work on the notion-to-md library. It's been incredibly useful for personal and professional projects. While using...

Hi is it possible to prevent loading of all nested child pages completely? We would like to retrieve only the top level page without loading all of its children at...

It's quite easy to implement caption for images: ```ts n2m.setCustomTransformer('image', async (block) => { const { image } = block as ImageBlockObjectResponse; const src = image.type === 'external' ? image.external.url...

Hello, I currently have a problem because I don't know how to put blocks like "video" into nice html. Even after following your wiki you provided. Here is my current...

question

Hey, I love your work! Is there any way we could add a parent for a specific block? My use case is I want to add a wrapper div to...

I'm interested in migrating from Notion to Logseq. For that I don't just want to have [each page as a separate Markdown document](https://github.com/souvikinator/notion-to-md/issues/71) , but also to use the following...

Hi. It would be really useful to be able to add markup before and after children blocks. It would allow us to inject html tags more easily. The "outline structure"...

Hey! Just started using this library and loving it so far! I am running into an issue and was wondering if this was intentional or not. When converting a Page...

blocksToMarkdown fails for unsupported block types. For example: `Block type ai_block is not supported via the API for your bot type.`