The following placeholders can be used:
%count%: the amount of bookmarks in the post%<date-variable>%: any one of the PHP date() variables%nr%: the number of the current bookmark in the post (only in the bookmark format)%url%: the URL of the current bookmark in the post (only in the bookmark format)%title%: the title of the current bookmark in the post (only in the bookmark format)%extended%: the extended (description) of the current bookmark in the post (only in the bookmark format)%tags%: the tags of the current bookmark in the post (only in the bookmark format)%bookmarks%: the entire content of the post (only in the excerpt)%tag%: the name of the current tag of the current bookmark (only in the tag format)%tag-url%: the URL of the current tag of the current bookmark (only in the tag format)
right now it looks like :
after changing it to :
<li>%title% <a href=”%url%” title=”%title%” onmouseover=”Tip(‘tags: %tags%’)>#</a></li>
hrm. that’s not gonna work cause it puts “‘s in the onmouseover string.
<ul><li>%title% <a href=”http://www.ghacks.net/2007/12/16/a-windows-hosts-manager/” title=”A Windows Hosts Manager” onmouseover=”Tip(‘tags: <a href=”http://del.icio.us/flipp/winxp” title=”More from winxp on del.icio.us”>winxp</a><a href=”%url%” title=”%title%” #</a>%tags%’)>A Windows Hosts Manager</a> </li>
that was fun going back through and fixing the del.icio.us links by hand. atleast the wysiwyg editor made it a little faster. i wasn’t up to figuring out the correct :%s reg-exp for vi. right now i have the tags turned off, it makes the daily del.icio.us posts easier to read, but is going to kill any search functionality that having the tags would provide. boo.
