Re: [Jprogramming] jreference addon request for comments

2022-05-17 Thread Raul Miller
On Tue, May 17, 2022 at 9:23 PM Aaron Ash wrote: > Ctrl-F1 works for me and opens up the relevant wiki page for the > primitive next to the cursor. It's good to know that it still works. I'll have to figure out what has gone wrong on my system. Thanks, -- Raul

Re: [Jprogramming] jreference addon request for comments

2022-05-17 Thread Aaron Ash
Hi Viktor, Great idea, an updated J RefCard would also be nice to have. I don't know TeX or LaTeX but I do use orgmode in emacs which has some nice export to html/pdf/latex integrations. Maybe we could collaborate on something like this in an orgmode document on github? Cheers, Aaron. On Tue, Ma

Re: [Jprogramming] jreference addon request for comments

2022-05-17 Thread Aaron Ash
Thanks Raul, Ctrl-F1 works for me and opens up the relevant wiki page for the primitive next to the cursor. I definitely wouldn't want to try to replace that functionality, I think this is intended to be in addition to the current existing documentation functionality. Maybe it's just a personal pre

Re: [Jprogramming] jreference addon request for comments

2022-05-17 Thread Raul Miller
Well.. I've installed it. I won't know how useful it is to me until after I have had some opportunities to forget about things (hopefully, not including the H names provided by this addon). Currently, J's package manager does not support version tracking for adhoc addons. Maybe that's something on

Re: [Jprogramming] jreference addon request for comments

2022-05-17 Thread Danil Osipchuk
For what it's worth I'm quite happy with the following verb pair ( dyadic x man y, adds text y under topic x, monad man y searches and lists man pages), striving to have a simple description and a simple example to fit in one line - by default iman lists only the first one. === mantopics =:'' ma

Re: [Jprogramming] jreference addon request for comments

2022-05-17 Thread 'Viktor Grigorov' via Programming
Hey, Swell idea and implementation. I want to make a new or myown j90x reference sheet, and have on using TeX in the works. But I also wanted to do a html version, an ascii version, an ANSI C escape codes version, and possibly and md version. I also wanted to do a J verb that would spit out eit

[Jprogramming] jreference addon request for comments

2022-05-17 Thread Aaron Ash
Hi Everyone, NuVoc and the j wiki are fantastic resources but I often find myself wanting a quick reference directly in the repl. So, to scratch my own itch, I've put together a simple reference addon inspired by the ngn/k built in reference docs. The repo is on github here: https://github.com/As