You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 moving things from notion to other place like Blogs / Exports / Websites. They can use this package in their workflow (one time setup) and use their notion content directly on the above mentioned sites.
One of the distinct feature is that it allows you to add custom markdown syntax for a specific block.
Also since notion API doesn't provide any way to do so, this is more like an addon to notion sdk.
I personally built it to streamline the workflow of my blog, I just need to write the content and I have a script running this package that check everyday for new content and converts it to MD and sends it to my HUGO site.
@kmlbgn The v4 alpha version does handle this, but you need to add a custom transformer. I will release v4-alpha.5 in a day or so, which will automatically fetch the database details and display them as a markdown table by default. If you prefer a different format, you can still achieve that by using a custom transformer.
I'll notify after release and create a quick guide on how to do that.
No description provided.
The text was updated successfully, but these errors were encountered: