Nova

Extensions


Readme

The Search Docs Nova extension allows you to quickly search your favourite language's documentation by right-clicking on a term.

Usage

Use the Search Docs... (⌘@) right-click command to look up a selected term using the default web browser, or for shell scripts, the Terminal.

Appropriate docs for the current language are automatically selected based on the editor's syntax mode. Languages with multiple commonly-used docs can be changed using the Syntax mode preferences item.

Supported sources

*Support includes CSS preprocessors. Also supports TypeScript and Vue when separate extensions are installed.


Changelog

  • Version 0.1: Initial release
  • Version 0.2: Added support for the Vue and TypeScript extensions.
  • Version 0.2.1: Add repo details
  • Version 0.3: Disable command for invalid file types

License

© Copyright 2020-2024 novov.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.