KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
notion-sync
★ 27
Open GitHub ↗
Sync notion to local markdown
Download README (.md)
Explore Similar Repositories
SDLBook
:
simple djvu/pdf ebook viewer based on djvulibre, libmupdf and SDL 1.2/2
humpback-whale-4th-place
:
No description available.
ml-retrospectives.github.io
:
No description available.
CCOnOff
:
Properly toggle Wi-Fi and Bluetooth from Control Center (iOS 11+).
selenium-openapi
:
The missing Selenium OpenAPI spec
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
notion-sync
?
Download (.md)
# notion-sync ``` pip install notion-sync ```   A tool to sync a notion collection to markdown files ## Setting up Notion - Create a collection table view - Add columns for - Publish Date (type date) - Status (type select, with Published as an option) - Tags (type multi_select) ## Setting up you syncing directory - copy `config-example.json` to `config.json` - set token_v2 to the value of your token_v2 token on a logged-in session of notion - set sync_root to the url of a collection view page (the database-as-rows page) In the same directory as your config file, run: ``` notion_sync ```