SiteTagger lets you copy information from the currently selected bookmark directly onto the clipboard. You can modify how this information is copied in the Preferences window. Simply click on the “Copying” tab and change the information in the text box. There are certain keys that SiteTagger looks for and swaps in bookmark attributes.
%%title%% - This is replaced by the title of the bookmark.%%uri%% - This is replaced by the URL of the bookmark.%%favicondata%% - If the bookmark has a favicon, it uses that image. Otherwise, it uses the generic bookmark “globe” that SiteTagger shows for bookmarks without a favicon. The image is converted into a base64-encoded string before being swapped.Here are a few suggestions for possible copying formats.
%%title%% <%%url%%><%%url%%>;
%%url%% (%%title%%)<a href="%%url%%"><img src="data:image/x-icon;base64,%%favicondata%%" /> %%title%%</a><a href="%%url%%">%%title%%</a>[%%title%%](%%url%%)