It was recently mentioned in the zotero-dev list that the -jsdebugger flag can be passed when starting Zotero 7 to open the built-in developer tools, eliminating the need to have to connect from Firefox.
This PR updates the start script to use this -jsdebugger flag when starting Zotero 7 while maintaining the -jsconsole and -debugger flags for Zotero 6.
The start script also now provides a ZOTERO_PID environment variable to the poststart script which can be used for more effectively bringing Zotero to the foreground on macOS. zotero.config.example.json is updated to show how to use this.
It was recently mentioned in the zotero-dev list that the
-jsdebugger
flag can be passed when starting Zotero 7 to open the built-in developer tools, eliminating the need to have to connect from Firefox.This PR updates the
start
script to use this-jsdebugger
flag when starting Zotero 7 while maintaining the-jsconsole
and-debugger
flags for Zotero 6.The
start
script also now provides aZOTERO_PID
environment variable to thepoststart
script which can be used for more effectively bringing Zotero to the foreground on macOS.zotero.config.example.json
is updated to show how to use this.