This should be a quick 2-second patch to add a bit of functionality to the Writeups page on each user's nodes.

Basically when you view a user's writeups, you see a linkable anchor to their particular writeup, and then within that, you have the option to see the '..in reply to' and '..in thread' links to go up one or to the top node in the thread.

If the 'Node ID' was linkable on the actual Writeups page, a user could enter the thread from the top and begin reading down, without having to click on the particular reply in question (i.e. it would go to the root node). Sometimes I'd like to see the whole thread, outside my own reply, but having to click on my own reply, then on '..in thread' from there is one extra click I'd rather not have to do (not to mention the load on the server for the useless click and query to bring up my reply, which I use to bounce to the top of the thread anyway, and the network delay associated with that query; 21 seconds between pages now).

It currently looks like this:

Node ID Writeup Rep Created
190426 Re: owner of a file 6 2002-08-15 11:05:16
190417 Re: Showing â, ô etc in HTML 2 2002-08-15 10:48:52
What I'm suggesting would look like this (i.e. the Node ID would link to the root node of that reply):
Node ID Writeup Rep Created
190426 Re: owner of a file 6 2002-08-15 11:05:16
190417 Re: Showing â, ô etc in HTML 2 2002-08-15 10:48:52

The query to return the Node ID is already being done, why not just wrap it in [id://node_id|node_id] tags.. seems simple and non-destructive to the rest of the site integrity.


In reply to Linkable Node ID in Writeups by hacker

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.