-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Totally loving this script - thanks so much for your hard work
The Problem(?) I Found
While I am able to include variables and plain text in the note fields of Tasks within a Project, I am unable to use declared variables in the notes field of the Project itself.
I can see that if my Project note contains something like this:
$ticketName $ticketURL
start: today
due: ask
>>>WORK > Tickets
REFERENCE:
$ticketName ($ticketURL)
The script will ask me to assign a value to "ticketName(" and likewise it will next ask for a value for "ticketURL)". This seems to indicate that when identical variable names exist the script will assign a value to the one that comes last in the inputs?
A Potential Solution (concept only)
Perhaps an escape mechanism like "----" or "//" that can be typed into the note field of the Project that instructs the script to skip over the subsequent text or just pass it through as text to the note before processing through the variables or logic that may be contained in the Tasks within the Project?