One of the things that I enjoy about the Perlmonks website is how easy it can be to create links to both internal and external content. Using features such as
[id://XXXXX] [cpan://XXXXX] [google://XXXX]
and the list goes on (at What shortcuts can I use for linking to other information?). After watching some monks have a heated discussion in the CB involving some acronyms, one of the monks asked what some of the acronyms were. It was easy enough for someone to explain them, but it gave me an idea for one new link, which then spawned into three ideas. I'd figure that naturally, all links of this nature would be able to use the pipe syntax to change the name of the resulting link, but leaving the content of the link the same. Seeing as this sort of linking is already implemented with things like Google, it seems to me that these new links would be fairly easy to implement. I could be dead wrong though, I don't know what Everything looks like under the hood (yet).

I'd really like some feedback, if anyone wants to take the time. I figure that these ideas are fun and some may not consider them worth implementing, but I wanted to share.

~Brian

In reply to New types of links by brianarn

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.