Hello, I am creating a movie database using the minimal theme guide provided on their site/forum.
What I would like to do is setting up quickadd so that, when executing a script, it prompts me to input a value manually and set it as a property in the yaml header.
The script fetches a movie’s metadata from OMDB, but I’d like to input my score when running the script through a prompt rather than having to open the note and edit the header every time.
Does anyone know if this is possible and, if so, how I could go about doing this? My programming skills are very limted so I’m at a loss on how to proceed.
I’m guessing I have to add an empty variable to the “QuickAdd.variables = { }” section on the script file and then recall that same variable on the template, but I’m not sure how to prompt a popup that asks me to input that value when I run the script.