Skip to content

Network View

Alfred Holmes edited this page Jun 24, 2023 · 1 revision

Screenshot from 2023-06-24 13-56-37

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.

Clone this wiki locally