in reply to How to bookmarks Perlmonk nodes

Go to your home node (in user settings) and turn on your 'personal nodelet' node. It will allow you to add different nodes - AKA 'bookmark.' The only part that I find a bit frustrating is that you can not organize (re-order) them. They are in the order that you add them.

- Mission
"Heck I don't know how to do it either, but do you think that's going to stop me?!!"

Replies are listed 'Best First'.
Re:x2 How to bookmarks Perlmonk nodes
by grinder (Bishop) on Aug 03, 2001 at 17:36 UTC
    jeffa wrote the Personal Nodelet Extractor to address this very problem.

    Otherwise, if you examine a link on the page in question, you find they are all of the nature:

    http://www.perlmonks.org/index.pl?node=29008&lastnode_id=101961

    If you have to create the URL manually, you just set the node_id parameter to that of lastnode:

    http://www.perlmonks.org/index.pl?node_id=101961

    This is easier than having to type impossibly long node names.

    update: tye's corrections taken into consideration.

    --
    g r i n d e r

      s/node=/node_id=/. Using node= will usually work but node_id= will be faster and is immune to being "tricked" by nodes having a title that is equal to some other node's number.

              - tye (but my friends call me "Tye")