onenote-dump
onenote-dump copied to clipboard
A utility for converting a Microsoft OneNote notebook to markdown.
updates: - [github.com/pycqa/isort: 5.10.0 → 5.10.1](https://github.com/pycqa/isort/compare/5.10.0...5.10.1)
when note include Ink, can't convert to image, and report `nkNode is not supported` in md those generated.
Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.1 to 3.2.2. Release notes Sourced from oauthlib's releases. 3.2.2 OAuth2.0 Provider: CVE-2022-36087 Changelog Sourced from oauthlib's changelog. 3.2.2 (2022-10-17) OAuth2.0 Provider: CVE-2022-36087 Commits e6c33e4 Add 3.2.2...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 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...
The current approach of using the HTML from the OneNote graph API is limited by the quality of the API's rendering, which isn't always that great. For example, using the...
This article lists best practices for using the OneNote API: https://docs.microsoft.com/en-us/graph/onenote-best-practices
The codes perform badly on converting formula in my notebook. Illustrate as following picture. The first picture is from my onenotebook. The second is from the converting code and preview....
For example, a note titled `"Test"` should have the quotes properly escaped. Notable escapes double quotes inside single quotes `'"Test"'` and single quotes with triple single quotes `'''Test'''`.
- Add support for both list and dictionary response formats from the API - Update type hint for _is_too_many_requests to use BaseException - Add return type hint for better type...