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
- Host: GitHub
- URL: https://github.com/nucliweb/brackets.mdn-search-doc
- Owner: nucliweb
- License: mit
- Created: 2014-07-24T18:54:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T15:54:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T17:11:56.756Z (10 months ago)
- Language: JavaScript
- Size: 290 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.