notion-sync icon indicating copy to clipboard operation
notion-sync copied to clipboard

Sync notion to local markdown

Results 15 notion-sync issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.3.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Can someone tell me if this still works? I see no activity here since 2 years! EDIT: I tried and it says done but nothing happens.

It seems like the script in general is broken - all of the write APIs are not working, probably due to notion-py not keeping up with Notion API changes (something...

Feature request: Would it be possible to add options to `notion_sync` to allow either a push/pull in order to send updated markdown files back to Notion?

Hi, it would be awesome to add support for the [XDG Basse Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) for configuration file. This would make configuration management way easier.

It shouldn't take that long to traverse the document and generate markdown. I'm not sure if we're doing network transactions under the hood or what. We are also re-traversing the...

From out of band conversation with @speculative 4. When you create a database it initially gives you a bunch of empty rows and if you leave those in, notion-md-sync will...

From out of band conversation with @speculative 1. Took me a few tries to understand that sync_root should be the whole URL, example would be good Maybe I should make...