An open API service indexing awesome lists of open source software.

https://github.com/nucliweb/brackets.mdn-search-doc

Brackets Extension for consult the documentation in the Mozilla Developer Network
https://github.com/nucliweb/brackets.mdn-search-doc

Last synced: 10 months ago
JSON representation

Brackets Extension for consult the documentation in the Mozilla Developer Network

Awesome Lists containing this project

README

          

## MDN Search Doc

This is a [Brackets](http://brackets.io) extension for searching [MDN](http://developer.mozilla.org/en-US/search) documentation.

## Installation

* Select **File > Extension Manager...** (or click the "brick" icon in the toolbar)
* Click **Install from URL...**
* Enter the url of this repo
* For Brackets Sprint 40 (or later): https://github.com/nucliweb/Brackets.mdn-search-doc
* Click **Install**

## How to use

Click the "M" icon in the toolbar, select **Navigate > Lookup in MDN** or press "Shift-Ctrl-M" (Wind/Linux) | "Shift-Cmd-M" (Mac) to search the [Mozilla Developer Network](http://developer.mozilla.org/en-US/search) content using the current editor selection.

![](https://raw.github.com/nucliweb/Brackets.mdn-search-doc/master/images/screenshot-0.1.1.png)

## Credits

Thanks to [@mozilla](http://twitter.com/mozilla) for the [great content](http://developer.mozilla.org).

## Version History

- 27/07/2014 v0.1.0 - Initial release.
- 30/07/2014 v0.1.3 - Fix bug.
- 09/11/2014 v0.2.0 - Public release.
- 08/12/2014 v0.3.0 - Allow querying the word at current cursor position (thanks to [Danny Moerkerke](https://github.com/DannyMoerkerke)).

##ToDo

- Add settings for select language for queries.