Now That leoJS is getting into pretty good shape - and Felix must need a month's vacation! - I am thinking about plugins and scripts that can do things that are easy to do from within Leo. Specifically, scripts that can read and write files from the file system, and files that do the equivalent of subprocess.run() or subprocess.Popen(). In addition (or maybe it's in the same group), scripts that launch a web browser on a specified file.
Is there somewhere we can read up on these things, that is, how a leoJS script can do them in javascript/typescript?