-
Notifications
You must be signed in to change notification settings - Fork 8
Network View
Alfred Holmes edited this page Jun 24, 2023
·
1 revision

There is currently a basic network view implementation. The script uses python's tk library. To see a network of your notes, first run
python manage.py synchronize
This parses all the note files in the /notes/slipbox folder and records all the links between them, and saves this to the /slipbox.db file.
To view the network, run
python network.py
If you change your notes then to update the network rerun synchronize and python network.py.