in reply to Listing PM nodes you've ++'d?

The Personal Nodelet is an easy way to collect and manage bookmarks to nodes you want to remember. It's not tied to the ++ mechanism in any way, but I think it may suit your needs. (It's much simpler than the Free Nodelet.)

A word spoken in Mind will reach its own level, in the objective world, by its own weight

Replies are listed 'Best First'.
Re^2: Listing PM nodes you've ++'d?
by cmv (Chaplain) on Nov 15, 2007 at 12:35 UTC
    Thanks for pointing me to About the Personal Nodelet. I now have mine setup and it is indeed useful.

    While setting this up at Personal Nodelet Settings it occurred to me that it would really be cool if there was an Autoadd ++ nodes button I could push. Once enabled, any node that I upvoted would be automatically added.

    This is different than my initial request, but might be very useful in a slightly different way.

    -Craig

      it would really be cool if there was an Autoadd ++ nodes button I could push.
      You can add Javascript code to your FreeNodelet, which will be run on each page view.

      Have it figure out that you're on a voting page (I guess by looking for the CSS class of the radio buttons).

      Add a hook into the "vote" button so that it collects all the "checked" radio buttons' corresponding nodeIDs into a list and do something useful with it (probably involving AJAX).

      I've done something similar recently (with bart's help) to enable selective "quoting" of the parent post when replying to a node.

      -David