I just wonder is there any way to add hooks for default wiki editing actions in Trac.
For simplicity, let’s imagine I want to have something like pre-commit hook for editing pages.
I just wonder is there any way to add hooks for default wiki editing
Share
The Trac wiki documentation as an exhaustive list of ExtensionPoint interfaces. An enabled Trac Component implementing the respective interface may to all sorts of things.
Regarding your request IWikiPageManipulator should be the one to use: