So I want to do the following:
Before a post is being posted (like before an "article" in the confluence is being published), I want to scan the post's actual text.
For example, to scan it and check if it contains certain words (i.e curse words and like so).
How should I approach the problem?
A confluence plugin?
How do I get it to get executed before the post is published?
BTW:
I am using Confluence 5.4.3
Thank you in advance!