Nova

Extensions


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

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