So like I said, I would like to run some code to post-process files. Nothing super-concrete, but a bunch of small use cases I've run into such as
- Running tests on every tangle
- Executing a code block in the same document and running tests after all tangles
- Running a code-formatter such as prettierjs (or the python one which name escapes me - autopep?) and potentially de-tangling back
I realize some of these things I could do with a file watcher, but not really the ones that require modifying the document again