Trying to figure out my problems of using DTTG

FYI - How to automate Drafts to DT.

There is an action in the drafts directory to send things to DT. Add that to drafts (I have my own version which adds creation date to the bottom of any note - You can go as mad as you like on ‘templating’ the note to send to DT).

  1. Create a workspace in drafts with the criteria to select the drafts you want in DT. For me, I want to keep certain ‘tags’ in drafts and only catch drafts that have been missed after three days.

  2. Create an apple shortcut (which you can automate) to fire the drafts into DT using the draft action:

You can also run this on MacOS with Keyboard Maestro or with a smart rule in DT via AppleScript:

tell application "Shortcuts Events"
	run the shortcut named "Send Drafts to DT"
end tell