Major changes
Finally found some time to continue with this project. The major changes are:
1. From a web interface to a command line interface
The main reason to switch interfaces is that I create almost all of my digital content in a code editor. With a command line interface I do not have to copy / paste text, and switch between applications.
2. spaCy matcher instead of pure regular expressions
The spaCy matcher is perfect for this project, and significantly reduces complexity on developing, editing, and reading writing patterns.
3. write-tight is now available on PyPi which simplifies the installation