in reply to Re: PerlMonks Shortcuts in Other ChatterBox Clients
in thread PerlMonks Shortcuts in Other ChatterBox Clients

That's exactly what I would need! Being a pmdev member, I should even be able to provide it to myself... if I can get some pointers on where to start :-)

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^3: PerlMonks Shortcuts in Other ChatterBox Clients
by LanX (Saint) on Sep 04, 2021 at 21:26 UTC
    I would look for the code of the various XML tickers - you are already using one - trying to adapt it to your needs.

    IIRC are the link-types defined in a table like structure. The same structure is used to display the help page , so finding the help page and activating code view from the dev nodelet should do.°

    No idea how to create a new ticker, the gods should know.

    HTH :)

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

    update

    °) here you go handlelinks settings .

      Thanks, it seems the table is here: handlelinks settings. Now I need to know how to create a ticker.

      map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]