For tiddlers that match a set of rules (like having or not having a certain field, value of title/text field matching a certain regexp string provided via variable/config tiddler etc), is it possible to hook into the saving mechanism and display some messages or even modify tiddlers in batch mode just before saving them? Is it also possible to cancel the save if certain conditions are not met? If all of this is possible, which docs can I read to learn about it and is it possible to be done in wikitext or is it necessary to write JavaScript modules?
An analogy would be commit hooks in Git for example.