Is there a way I can add a Return key step after the paste text action in the iOS app? When text is pasted into a note, the pasted text stays selected. I want the next step to de-select the pasted text and hit Return key.
I would consider using a scripted action step instead.
Get the current cursor position, then insert the text plus a newline character at that position in the editor and finally, set the cursor position to the original position plus the length of the clipboard with the newline character.
I had a few minutes to spare so I’ve put this together as an action for you.
Give it a try and check it does what you want.
Nice! Imported. I don’t usually require a new line after pasting, but this is definitely helpful and would have taken me a long time to do on my own.
Thank you.