Select a snippet of text in a JavaScript document, then press Command-Shift-.
to execute it in the Nova extension runtime.
💡 If no text is selected, the contents of the entire document will be run.
Run Live requests all available entitlements:
- Read & Write Files
- Send Network Requests
- Launch Subprocesses
so it can execute snippets that use those portions of the Nova extension API.
Selections which call require()
are not supported.