Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
twkrol committed Jun 20, 2020
2 parents 5e82fa6 + 260b9d2 commit d68d578
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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*

0 comments on commit d68d578

Please sign in to comment.