Evernote checkbox

Derek​1

I have installed the Evernote todos to checkbox.

Sorry getting no check boxes. I would like to create checkboxes with the date each one is created.

Seems to work for me.

For the dates, you’ll need to amend the script to insert the date you want as part of the regular expression based replacement steps.

I’d recommend taking a look at:

  1. The date tags info on the [template tags documentation page](Redirecting… . html). See what date you want to use assuming you are automating the date specification. Don’t forget to review the available date formatting options.
  2. The processTemplate function described on the Draft Object documentation page.

Together that info with a bit of knowledge about JavaScript should give you enough detail to amend the script step.

Hope that helps.