You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am *super grateful for the "place tasks under heading" setting in Dashboard, which correctly puts items under "Tasks" in my daily note after my template has set up that heading. Works great. The challenge is that when I move items to a future date (e.g. +1d), it creates that heading, which on the surface is fine, but actually I would prefer that the task live alongside all the other NotePlan tasks floating at the top of future notes so that when I get to that day and run my automated script which inserts a template and looks for orphan tasks, it moves the orphans under the heading in the template "Tasks".
So I'm thinking that there are two ways to approach this:
use the heading on today's date or previous, but any future calendar date, the bare task is just moved in noteplan-standard method.
insert under the heading only if that heading exists in the note. don't ever create the heading.
I think #2 is easiest and most clear to communicate in the settings, but I leave it to you.
The text was updated successfully, but these errors were encountered:
So ... you do want the heading ... just not yet.
Alternatively, then, let's not add yet more complexity to Dashboard, but fix things in Templating land.
And/or write a Tidy function to combine duplicate headings (perhaps with an option to combine a particular duplicate heading).
Pinging you on this one again, now that Mike is back on the team: as I think this would be good to deal with in Templating. (Which fixes similar future issues in other plugins.)
and use this to insert the content in the note if the heading exists.
I can't think of a situation where I would want Dashboard to create the heading for me if it does not exist. So for me, this should be the default behavior...if a heading exists, items are placed underneath that heading, and if not, they are placed at the top of note (the default NotePlan behavior).
I am *super grateful for the "place tasks under heading" setting in Dashboard, which correctly puts items under "Tasks" in my daily note after my template has set up that heading. Works great. The challenge is that when I move items to a future date (e.g. +1d), it creates that heading, which on the surface is fine, but actually I would prefer that the task live alongside all the other NotePlan tasks floating at the top of future notes so that when I get to that day and run my automated script which inserts a template and looks for orphan tasks, it moves the orphans under the heading in the template "Tasks".
So I'm thinking that there are two ways to approach this:
I think #2 is easiest and most clear to communicate in the settings, but I leave it to you.
The text was updated successfully, but these errors were encountered: