Each of my projects live on a page by itself and I have things like start date, due date, completed date, and status in the YAML header.
I want to create a button that would update the status, and the completed date.
Preferably if it could move my note into another folder as well that would be even better, but I don’t think that’s possible (I’m more than happy to be proven wrong)
Can you share the status change button? I have also been looking to do similar things to your request. I’m interested to see if anything comes of this.
I’ve had some issues with the Templater plugin lately, but one idea springs to the mind when you request this, and that is to trigger a template doing the updating.
That is, let the button trigger a javascript template, <%* ... >, which does the actual update of the various field. This will kill two birds with one stone; first of all, it’ll allow you to change however many fields you want, and secondly it’ll shorten your code as the script is included in another file.