Souvik Kar Mahapatra
Souvik Kar Mahapatra
Alright! Any suggestions on how loading multiple so files can be achieved
It's a simple javascript module that lets you convert notion pages/blocks/block to markdown programmatically. Why programatically? There are many use cases one being people using Notion as their CMS and...
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...
@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
Hi Andrew. I tried replicating the issue. Considering `bulleted_list_items` 1. One i sub one and following a custom transformer. ```js n2m.setCustomTransformer("numbered_list_item", async (block) => { // deal with the block...
Not at the moment but I can add it to the next release. At the moment if you allow child page processing the child page content is not included in...
The feature is now in the codebase. It should be live along with other bug fixes in a day or two.
That sure will take a lot of time to load something like that. So having a page level option makes sense. I suggest creating a new issue for that. Ability...
@that-ambuj made valid points. Including HTML tags in content can be tricky due to rendering variations in different markdown parsers. I believe it's time to work on feature allowing people...
Btw just came across this, it's worth checking out: ``` |  | |:--:| | *caption here* | ``` and here is the result |  | |:--:| | *caption...