Nova URL schemes allow websites or other applications to send commands to Nova.
Commands
All Nova URL schemes use the following format:
nova://<command>
Parameters can be passed using this syntax:
nova://<command>?parameter1=value1
Some websites and applications don’t allow URLs that use protocols other than http
or https
. For these cases, this alternate URL scheme may be used:
https://panic.com/open-in-nova/<command>?parameter1=value
Examples
- A deep link to an extension in the Extensions Library:
- Check out this Prettier extension for Nova!
nova://extension?id=<identifier>
- Clone a Git repository in Nova
- Clone this Eleventy starter project in Nova!
nova://clone?url=<url>