Auto tag Projects?

I have a folder in OF4. All Projects and Tasks in that folder need to be tagged with a specific tag. At present, I manually add the tag after creating a new Project in this folder or after dropping a Project into the folder. Tasks aren’t such a problem as they automatically inherit Project tags. Is there a way for OF to automatically tag all projects created in that folder, or dropped into the folder, with a specific tag?

No, but you could trigger a dedicated plugin from time to time via keyboard shortcuts (or triggered by time as an Automation from Apple Shortcuts).

Try this. It looks for a folder called „MyFolder“ and assigns an existing tag „MyTag“ to all projects / action groups / actions within that folder.
AssignMyTagToFolder.omnifocusjs (1.1 KB)

Thank you Logan. I’ll give it a try.