Sure. here’s the omm action where I’ve changed the actions and the ones that are failing are the day one and the goodtask actions - the script for which are
goodtask3://x-callback-url/add?title=[[draft]] in the template section as the Callback URL in the script for the action and
dayone://post?entry=[[draft]] in the template section as URL steps
And yes, the processing on the iphone opens the app that I selected for action with the first chunk, posts the first chunk to that app and keeps the app open. No problem with obsidian (but i suspect its because I am posting file directly to the file system)
// process chunks in On My Mind
let actionArray = [
// [‘
Todoist inbox’, ‘INBOX line’s’],
// [‘
Task & Description’,‘create tasks with description from Draft’],
// [‘
Bookmark to DEVONthink’, ‘bookmark to DEVONthink’],
// [‘
Day One’, ‘Save in Obsidian Vault’],
// [‘
Create Event’, ‘Event in Fantastical’],
[‘1. Obsidian’, ‘Send to Obsidian’],
[‘2. GoodTask’, ‘Smart Add GoodTask’],
[‘3. Day One’, ‘Send to Day One’],
// [‘
add to list’, ‘Add to list’],
// [‘4. DayOne Draft’,‘Append DayOne draft’],
[‘’, ‘’],
[‘
trash’, ‘trashChunk’],
[‘
skip’, ‘skipChunk’]
// [‘’, ‘’],
];
// END OF USER DEFINITIONS
// ----------------------------------------------------