- Run Live
- Run snippets of JavaScript in the Nova extension runtime.
- 1195 Installs
-
This extension is allowed to:
- Read & Write Files
- Launch Subprocesses
- Send Network Requests
Readme
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.
Entitlements
Run Live requests all available entitlements:
- Access Clipboard
- Read & Write Files
- Send Network Requests
- Launch Subprocesses
so it can execute snippets that use those portions of the Nova extension API.
Notes
Selections which call require()
are not supported.
Changelog
Version 1.3.1
Changed
- Moved extension to GitHub
Version 1.3
Added
- Support for the
clipboard
entitlement added in Nova 1.2
Version 1.2.1
Changed
- Improved error handling in case of unwritable temporary file
Fixed
- Fixed rare error caused by missing temporary folder
Version 1.2
Added
requests
entitlement- Extension icon
- Extension metadata
- In-extension README and CHANGELOG
Changed
- Extension identifier
Version 1.1.1
Changed
- Moved Nova extension bundle to subfolder in project repository
Version 1.1
Changed
- Consolidate to a single command, Run Nova Snippet
Version 1.0
Initial release