Currently the new-entry command opens the default editor based on the environment variable EDITOR. For a variety of reasons we should add the option to specify the editor used via both the command line (and yes, I know we can do EDITOR=<editor> render-engine new-entry in Nix OSes including Mac but I don't think that works for Windows) and via the pyproject.toml
Currently the
new-entrycommand opens the default editor based on the environment variableEDITOR. For a variety of reasons we should add the option to specify the editor used via both the command line (and yes, I know we can doEDITOR=<editor> render-engine new-entryin Nix OSes including Mac but I don't think that works for Windows) and via thepyproject.toml