All of the words on the website have been turned into links. This only needs to be done once, in advance of launching the application.
In order to regenerate the links, you must run these two commands in the following order:
python3 textedit.py
python3 generate_links.py
The first script gathers all the files ending in .html, puts them in one single document, and creates wordlist.json, a dictionary that saves the sentences in which every single word appears. The second script goes over the same original files and replaces every word with an appropriate html tag.
Once these two steps have been made, the application can be run using the following command: