Good Evening, I pretty much have this working but struggling to get a link to a new note back into my Daily.
What i want is that my Daily Template (which works fine) is to have a button on to create a specific task note in my Tasks folder (I will be using Tasks plugin for Simple 1 time Tasks but will use this note/tasks setup for more complex multitask/project situations and will prefill some fields Yaml /Inline to filter tasks)
So Button is defined in the Daily note as below and templator is set to run to Task templator for that folder. Trouble is Link is going into New Note rather than the Daily Note.
Not sure if this is possible or not ?? Totally new to Buttons, templator less so, but still class myself a newbie/amateur level (lol).
Thanks in advance for any advice
name New Tasks
type note(Tasks/New Note) template
action Task
My Task template
<%*
let strtitle = await tp.system.prompt(βTask Line Summary:β)
let actualDate = await tp.date.now(βYYYY-MM-DDβ);
await tp.file.rename(actualdate+β-β+strtitle);
tR += β[β + β[β + strtitle + β]]β;
%>