Schedule workflow to trigger every nth wednesday of the month

The idea is:

Add functionality to the schedule trigger to allow users to activate a workflow on the third wednesday of the month. Or the first monday of the month.

My use case:

I have a number of weekly blog posts that go out on Wednesdays. Using a cron, I can kind of get this to happen, but it isnt perfect. I used to use a google calendar trigger, but that was not always reliable. Being able to use the schedule trigger as described above would be lovely!

I think it would be beneficial to add this because:

It would give users additional flexibility for scheduling workflows

Any resources to support this?

Not sure what to put here

Are you willing to work on this?

Sure?

Indeed, being able to natively select the nth weekday of the month would be a real improvement and would greatly simplify integration. At the moment, the custom cron does not support this directly. It is still possible to work around the issue using a Code node (for example, with JavaScript) to check the date before continuing the workflow, but this is clearly less straightforward and less clean than having a dedicated trigger.