Untitled RSS

Archive

Apr
6th
Fri
permalink
# %URL% - the URL of the current document # %TITLE% - the Title of the current document # %SEL% - the current selection (empty string if nothing is selected) # %RLINK% - the URL of the link you right-clicked on. This might be a little confusing, as URL, TITLE, SEL are still properties of the current document, but you’ll find this useful when copying text from blogs or news sites (which usually have a witty summary and a link to the remote site). # %EOL% - End Of Line character and it’s dependent on platform (\n for Linux, \r\n for Windows, \r for Macs). # %UTC_TIME% - the time in UTC format # %LOCAL_TIME% - the time in your local format (depending on browser and OS settings) # %SEL_HTMLIFIED% - the current selection transformed to HTML. Useful for inclusion as HTML text. For example, the following text: Both you & me are “quoted”. would be transformed to: <span class=”foobar”>Both you & me are “quoted”.</span> # %TITLE_HTMLIFIED% - the title of the document, proper HTML format. (FWIW, no HTML tags should appear in the title of a document, but still…) # %URL_HTMLIFIED% - the URL of the current document, in proper HTML format. # %RLINK_HTMLIFIED% - the right-clicked link transformed to HTML.