Documents, Text Editing Correct Spelling Autocorrects the spelling of text passed into the action. Show More
Documents, Rich Text Make Rich Text from Markdown Takes the inputted Markdown and turns it into rich text, which can then be converted to other formats. Show More
Documents, Rich Text Make Markdown from Rich Text Converts the rich text passed as input to Markdown text (comparable to Aaron Swartz’s html2text script). Show More
Documents, Text Get Text from Input Returns text from the previous action’s output. For example, this action can get the name of a photo or song, or the text of a web page. Show More
Documents, Text Dictate Text Transcribes what you say aloud into text and passes the result to the next action. Show More
Documents, Text Editing Match Text Searches text passed into the action for matches to a regular expression. Show More
Documents, Text Editing Replace Text Replaces some text passed into the action with other text. Show More
Documents, Text Editing Get Group from Matched Text Gets the text that matched a particular capture group or all of the capture groups from the output of a Match Text action. Show More