notes2notion icon indicating copy to clipboard operation
notes2notion copied to clipboard

Import content from Apple Notes into Notion.

Results 8 notes2notion issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [notional](https://togithub.com/jheddings/notional) | dependencies | patch | `^0.8.1` -> `^0.8.2` | --- ### Release...

dependencies
renovate
dep:python

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pydantic](https://togithub.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `^1.10.12` -> `^2.1.1` |...

dependencies
renovate
dep:python

### Expected Behavior Run `poetry run python main.py notes2notion.yaml` successfully. ### Current Behavior The above command is returning an SSL error: ``` ➜ poetry run python ./main.py ./notes2notion.yaml Traceback (most...

Due to the way Apple exposes note information, the title of the note is being duplicated as an H1 tag in the note body. It would be nice to skip...

bug

If a note is too large for the API, the following error occurs: ``` Request to Notion API failed with status: 413 ``` It is not clear to me what...

bug

All links, whether they are URL's or linked text, are discarded when importing.

bug

Notes containing images are empty or skipped when importing.

bug

Monospaced note text is split into multiple blocks in Notion.

bug