-
Supports Inline Math Code in the
text block
,bulleted list
, andnumbered list
. It will Be denoted as$$<math code>$$
-
Supports Call
export_cli()
withtoken_v2
,url
, andbmode
-
Now Supports Exporting the inline table block
- Even the block that has its own page in the table will be exported as subpage
-
You can choose wheather you will export notion page as
a blog post
or not- Blog post format includes frontmatter and Date in Post's name.
-
Change the output folder name
Notion_Exporter_Output/
tonotion_output/
-
Save token_v2 in
notion_output/notion_token.json
and read it when you use the exporter again. -
Fix the error that
block.icon
is not defined if the block has no icon in the title.
-
Changed the structure of the exporter to support exporting sub pages and sub files.
-
Used Object named '
PageBlockExporter
' to connect supporting functions and attributes. -
Each Exporter has its client(
NotionClient
), page(notion.Block
), and sub pages' exporter list ([PageBlockExporter]
)