Very often, people will include some very good bookmarks to outside resources (or sometimes even inside resources) within their posts. I have a couple of comments about these links:

1) It would be beneficial to some users if the domain was automatically listed next to the link. At a glance, without a hover of the mouse, I could know where that link was heading to.

2) An option to determine the default destination for the link. For me, i prefer to have my links open in new browsers. If I could have a link popup into a new window (<a href="link" target="_new">), that would be cool. I assume other users might want to override this. Obviously, it would make sense to not allow users to use the target sub-function of the <a...> HTML command.

3) It might be cool and beneficial to have a "Link Harvester" to harvest all the links from within the body of the current page and have them as part of a Link Harvester Nodelet. Then, it would be cool if you could select some of these links, and be able to add them to a Link Catalogue of your own. This would be intended for links that lead to places outside the site (I found a good link to more info about HTML::TagFilter tonight, for example). Therefore, this would be above and beyond that of the personal nodelet.

--Coplan

Edit by tye


In reply to Bookmark Thoughts by Coplan

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.