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

It would be incredible if the front matter can be imported as notion database properties.

I am using a custom uploader for the blocks and I give a parent page after determining a collection view page is the object to add a task, event, or...

Hey 👋 Thank you first of all for the great work you've done with this tool! I managed to get it to work, but it lacked something which is quite...

```markdown ### Linear Models and Least Squares Given a vector of inputs $X^T=(X_1, X_2, \ldots, X_p)$, we predict output $Y$ via the model $$ \hat{Y} = \hat{\beta}_0 + \sum_{j=1}^p X_j...

upstream

![image](https://user-images.githubusercontent.com/22715126/186856000-8849664e-fb9d-4e95-a99a-8ddec60ddc81.png) For some reasons this library gets a full copy of html, not only markdown and don't formatting it in Notion I use this command: `python -m md2notion [my_token_v2_here] https://www.notion.so/onepix/Frontend-b989decf3ad846f5aaca6cb010441171...

Hi, I keep getting this error when running this program. even through i add `time.sleep(120)` .... ``` from notion.client import NotionClient from notion.block import PageBlock from md2notion.upload import upload from...

Any thoughts about porting the project to using `notion-sdk-py` (or `notion-client`, as can be found on PyPI)? https://github.com/ramnes/notion-sdk-py

Traceback (most recent call last): File "c:\Users\OD\3D Objects\Programas\Notion_Import\fromnotion.py", line 6, in client = NotionClient(token_v2="") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\OD\AppData\Local\Programs\Python\Python311\Lib\site-packages\notion\client.py", line 77, in __init__ self.session = create_session(client_specified_retry) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\OD\AppData\Local\Programs\Python\Python311\Lib\site-packages\notion\client.py", line 39, in...

Initializing Notion.so client... Getting target PageBlock... Traceback (most recent call last): File "/opt/anaconda3/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/opt/anaconda3/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File...