-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/twkrol/notion-backlinks-c…
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# notion-backlinks-creator | ||
Automates creating backlinks to pages within collections. Helps maintain zettelkasten references. | ||
|
||
# When would you like to use this tool | ||
In case you have a collection of pages in Notion and you use the 'Link to page' feature to link one page to another, you may want to automatically backlink the latter page to the referencing one. This is usefull if you maintain a zettelkasten store where linking forward and backward is essential. | ||
|
||
# Getting started | ||
Follow these steps for pipenv: | ||
1. Download this python app | ||
2. Open virtualenv: <code>pipenv shell</code> | ||
3. Install referenced libraries: <code>pipenv install</code> | ||
4. Copy <code>config.ini.example</code> to <code>config.ini</code> | ||
5. Edit config.ini (your api_token and collection_page_url are mandatory) | ||
6. Run application: <code>python app.py</code> | ||
|
||
# Disclaimer | ||
This tool can, and probably will modify your Notion data! It was not extensivelly tested, so any errors may occur and you may lost your data. | ||
For the first time run it on a simple demo collection to avoid any unwanted data modifications. | ||
I'm not responsible for any damages it may cause. | ||
*You have been warned* |