md2notion
md2notion copied to clipboard
A better Notion.so Markdown importer
I'm getting the following error on both mac and windows trying to run this thing `Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88,...
I just started using this. However, I keep getting the message "401 Client Error: Unauthorized for url: https://www.notion.so/api/v3/loadUserContent." I have tried logging in and out to get new v2_token or...
requests.exceptions.ConnectionError: SOCKSHTTPSConnectionPool(host='www.notion.so', port=443): Max retries exceeded with url: /api/v3/loadUserContent (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
The latex equation in mardown file is $$, which should be a block equation in notion.  But when I import this to notion, it is a Inline Equation. ...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Hi, newbie here When I run the command I get this error: RuntimeError: No file found for glob C:\Users\user\Desktop\folder I'm structuring the path like this: C:\Users\user\Desktop\folder\*.md Inside the folder are...
Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
This is an example of a markdown collapsible section: ``` Title body ``` Which should turn into this in notion:  Instead it's turning into this: 