The plan is to copy the URL from Firefox (which cannot be scripted), and then to copy the BODYtext (which is just some additional text).
Is it possible to bring the content of the %SystemClipboard% (now used for the URL) to some other clipboard or variable, because if in the next step, the %SystemClipboard% is used again for the BODYtext.
NB: this macro does work, but maybe smoother with variable?
The URL is only plain text -- may as well put it into a variable which you can refer to later. If you then "Delete Current System Clipboard" (which is "Delete Past Clipboard" with the number set to 0) your previously-copied "body" will now be back on the System Clipboard. Here's an example using the KM home page and a new TextEdit document as the receiver:
may as well put it into a variable which you can refer to later. If you then "Delete Current System Clipboard" (which is "Delete Past Clipboard" with the number set to 0 ) your previously-copied "body" will now be back on the System Clipboard.