Open kecnry opened 7 years ago
so a website could host links to mplshow: or .mpl and the locally installed mplshow launcher would know to launch and open the file.
Within an electron app this isn't necessary, as the app itself can just spawn a local child process.
helpful links: https://stackoverflow.com/questions/15603334/register-a-python-script-as-default-for-file-type https://stackoverflow.com/questions/30931/register-file-extensions-mime-types-in-linux/31836#31836
so a website could host links to mplshow: or .mpl and the locally installed mplshow launcher would know to launch and open the file.
Within an electron app this isn't necessary, as the app itself can just spawn a local child process.