nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

js plugin to evaluate javascript snippets on the fly #334

Closed mmarcon closed 9 years ago

mmarcon commented 9 years ago

Evaluates JS snippets and shows the result in the spotlight preview. Syntax highlighting is done with highlight.js and the theme is configurable via settings.

Hitting enter copies the snippet in the clipboard for later use.

nate-parrott commented 9 years ago

Sweet! this is a really great idea, and it looks really well-executed.