Using NotePlan with DEVONthink?

That sounds interesting – would it be possible to share it, please?

Thanks!

Here’s an example of the applescript code for retrieving reminders

tell application "Reminders"
		set notCompleted to reminders whose completed is false
		repeat with theReminder in notCompleted
			set theName to name of theReminder as string
			set theDate to due date of theReminder
			...

Thanks!

I’ll have a play with that later…