Create named clipboard and content via KM Macro

OK, so how is this different from any macro run on a specific computer?

Short answer: Yes

You have at least two choices:

  1. Use the Set Named Clipboard to Styled Text action
  2. Create HTML code with the styling, and convert to rich text on the Clipboard. See
    MACRO: Apply Styling to Plain Text and Create Rich Text [Example]

Having said that, I try to avoid using Named Clipboards because of their size and lack of portability. So, I would probably go with option #2, creating rich text on the System Clipboard when I needed it.

Questions?