This tool allows moderators to edit their AutoModerator configuration directly from the Reddit app on iOS or Android. It also adds a convenient desktop shortcut for quick edits. However, due to form size limitations, the Mod Tools page remains the best option for viewing larger portions of Automod code at once.
It respects existing moderator permissions, meaning only mods with explicit access to edit Automod can make changes.
It also includes a built-in Syntax Checker powered by a YAML parser, which identifies the exact line causing an error if the configuration fails to save.
That's it!
Note: Very large automod configs may break the app. This is a Devvit limitation; too much data sent over the app is rejected at the server level. It is quite rare for a subreddit to have a large enough config to break the app, but it may happen for Reddit's largest communities, or those that require a very large amount of automation.
Also, in some cases, you may see an inaccurate error message. The validation logic in this app is based on the official documentation for AutoModerator. Automod has some idiosyncrasies and quirks that are not thoroughly documented, so in some cases, the config may fail to save for a different reason than what the app says. If your YAML is 100% valid, the config should still save correctly.
Fixed an issue where author was only recognized as a sub-group and not a search field.
Fixed three issues relating to incorrectly displayed error messages by the syntax checker. The app now correctly recognizes:
comment and message.This update is a doozy! It features a brand new Syntax Checker powered by a YAML parser, which identifies the exact line causing an error if the configuration fails to save.
Additionally, you no longer have to start over from scratch in these cases. After errors, you can simply reload your unsaved changes and pick up right where you left off.
None yet (initial version). Please send a private message to the developer (u/Chosen1PR) to report bugs.