Hi Guys,
I have created a plugin and added it to Package Manager. I have seen that on food4rhino.com they have a Install button that will automatically open Rhino Package Manager and select the plugin. I’d like to add such a button on my webpage. How to do this?
Moved to food4Rhino
Please follow the steps in the FAQ: FAQ | Food4Rhino
I don’t want to publish my plugin on food4Rhino. I just want to add a link on MY webpage. The foot4Rhino is just an example of what I’m talking about.
Rhino registers protocol handlers when you install it. You can call rhino8://package/search?name=MyPackageName
There is also rhino7://...
and rhino://...
Be aware that different browsers deal with this in slightly different ways, like everything. Also, browsers might not support this feature forever.
1 Like
Thank you very much. That is exactly what I was looking for!
1 Like