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

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. ![image](https://user-images.githubusercontent.com/47358078/205430384-910c5bb7-d74b-472f-9b14-1544c61a5e9a.png) But when I import this to notion, it is a Inline Equation. ![image](https://user-images.githubusercontent.com/47358078/205430522-18a55424-00e6-4647-bfa8-b5ab0966ece0.png)...

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...

dependencies

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...

dependencies

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...

dependencies

This is an example of a markdown collapsible section: ``` Title body ``` Which should turn into this in notion: ![image](https://user-images.githubusercontent.com/20076677/203621240-39d3b73d-2ba9-4379-99b5-c94368f8f96c.png) Instead it's turning into this: ![image](https://user-images.githubusercontent.com/20076677/203621360-7db6fb6c-0891-4534-aab9-8dfb0658653b.png)