One thing I've come across is that there's a lot of editing required to
bring external links into a tiddler, with all the brackets and
copy/paste and such. The following bookmarklet takes all the links on
a webpage and formats them into tiddler links that you can more easily
copy and paste into a tiddler. Saves a few steps.
Here goes:
javascript:var%20lk=document.links,s="";for(var%20i=0;i<lk.length;i++)s+="[["+lk[i].innerText+"|"+lk[i].href+"]]<br>";document.write(s)
(I'm a google groups newbie-- i hope this shows up as a draggable link)
Rich