How do I deactivate URLs like web site and email addresses?
Use the built-in "Remove Hyperlinks from Text" cleaner.
I want to be able to preserve the underlying links from hyperlinked text.
Create a custom cleaner. Give it an appropriate name. Drag in the "Hyperlinks to Text" action. Change the text as desired. {link} references the underlying hyperlink. {text} references the display text.
How do I reformat the text to a specific font,size, with one click?
Create a custom cleaner. Give it an appropriate name. Drag in a Set Font action. Specify the font family, size and typeface. Then access this custom cleaner in the same way you would a built-in cleaner.
How do I remove a blank or empty line (or a line with all spaces, or just one return)?
For example
How would I make the lines of this example
That you see here look like this:
For example How would I make the lines of this example That you see here look like this:
To remove extra returns to where there is no spacing between paragraphs, use the built-in cleaner: Multiple Returns to 1 Return
To remove lines with spaces (or tabs), create a custom cleaner with these two actions:
Find & Replace Find: ^(\s+)$ Replace: Type: Regex Options: Multiline
Apply Cleaner: Multiple Returns to 1 Return