I’m using a simple AppleScript in Automator.
Unfortunately I only get 1 line of text when the selected text has multiple elements (like web paragraphs or multiple text messages on the message app). Is it not possible to get the whole selected text?
on run {input, parameters}
display dialog (input as text)
return input
end run
New contributor
StephSteph is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.