The KM Action Apply Style to Clipboard action (KM Wiki) works well if you want to apply the same styling to the entire string (clipboard), but not if you need to apply to parts.
I added Font CSS to override the Times 12px that is the default used by textutil
I’m sorry if this comes across rudely, but that introduction is nearly useless. For a standalone post, linking to the middle of another thread defeats the purpose of having a separate post. I think it’s reasonable to expect a post in the Macro Library forum to include introductory text explaining the ensuing macro. I can understand including a citation to the earlier thread—in fact I’d expect it, as I believe it’s correct to give proper credit—but requiring a visit to the prior thread in order to understand the current one just doesn’t make sense to me.
This is NOT a complicated macro. Just reading the custom names I have given each Action are a huge clue as to what they do. Did you read the Actions???
You might note that at least one other user "liked" the post.
But yes, I find your wording rude.
No doubt I could have provided more details, and maybe it is not up to my usual standards, but I didn't have time to embellish it more. I am NOT being paid to provide this macro, or any other help in this forum. Most people are willing to accept what they are given for FREE with some amount of gratitude.
If you think you can do a better job, then have at it. Feel free to show me up, show me and everyone how much better you can do.
If you have questions, feel free to ask.
If you want to complain about the lacking documentation, ask nicely.
If you really feel compelled to be so rude and critical, then do it in a PM. Let's not bore and sidetrack the other users.
It is not reasonable to expect someone doing something for others for free to do any more than they are willing to do.
Everyone on this forum is free to do as little or as much as they want in helping others - if they do less than sufficient to enable some people to understand the macro, then no one is worse off than if they had done nothing, which is as much as anyone here is obligated to do.
Feel free to add a comment with more information on the working of the macro (respectfully) if you think that would add value to the topic, or even respectfully ask for clarification if desired.
Just popping in in 2018 to say this is a gem of a little macro and idea! When I started with KM I would have had no idea what this meant, now it is goiing to make one of my most used macros more stable and faster by taking out the manual presses of Cmd + B to bold things!
@JMichaelTX There's one problem, it seems that <SPAN> will ignore return carriage, at this point, all paragraph will be collected into only one paragraph.
I tried to add "white-space:pre-wrap;" into <SPAN style>, doesn't work. How can I fix it?