md2notion icon indicating copy to clipboard operation
md2notion copied to clipboard

A better Notion.so Markdown importer

Results 29 md2notion issues
Sort by recently updated
recently updated
newest added

"message", "There was an error (400) submitting the request." When I want to import pictures(md file local path) by using this package, it reported me this error

Hi, I keep getting this error when running this program. Through a Python file and the cli. ``` noah@Noahs-MBP ~ % python3 -m md2notion "***" "https://www.notion.so/***/Test-***" "/Users/noah/Documents/test.md" Initializing Notion.so client......

when the document contains latex, i find some errors: ![image](https://user-images.githubusercontent.com/32816780/169225174-288c5d5c-d87c-4904-aa31-366ad461b024.png) ![image](https://user-images.githubusercontent.com/32816780/169226072-ab5fea18-c8ff-4e4e-8b4e-32bcf781d6dd.png)

By fixing the white space of the condition, it will apply to the case where a custom imagePathFunc was provided and where the default function is used.

It would be nice to use [notion-sdk-py](https://ramnes.github.io/notion-sdk-py/reference/api_endpoints/) to rewrite this to target the official API. Notion API needs to support: * Creating new pages * [ ] Creating new pages...

Right now, MD files including images are nicely uploaded as Image blocks. However, any references to local files such as PDF's or other files are not uploaded as file. They...

It seems to insert "invisible" subpages under the page that can only be retrieved by search. I'm not seeing a way to insert page into the database instead.

Hey!! Is there any way we can get all the content of a page in markdown using this

I'm using Obsidian and the images referenced tend to be of the format `![[47B4F8ED-06FC-4F17-8B47-85A95082B1A9.png]]` Right now they don't work with the --html-img option :(