in reply to Re: Sort of personal nodelet
in thread Sort of personal nodelet

You can use regular <a href="...">'s in the Personal Nodelet if you add them via User Settings, and using arbitrary link names for [node]-style links is as simple as appending a |my link name in the same User Settings nodelet manager.

The latter isn't perfect, though ... it effectively does [n|foo] rather than [id://n|foo], but for all the nodes I've tried, it's still taken me to the correct node.

    --k.


Replies are listed 'Best First'.
(tye)Re: Sort of personal nodelet
by tye (Sage) on Apr 03, 2002 at 19:49 UTC

    Actually, using <a href="..."> in the Personal Nodelet generates nested <a ...> tags. It happens that Netscape and IE ignore the outer <a ...> tag so that these links work. Other browsers ignore the inner tag which means that such links don't work. Other browser may do other things with this invalid HTML.

    I'd like to fix these problems and support [...] linking, but haven't yet.

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