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

https://github.com/nucliweb/atom-mdn-doc

Atom MDN Doc is a package allows you to consult the documentation in the Mozilla Developer Network
https://github.com/nucliweb/atom-mdn-doc

Last synced: 15 days ago
JSON representation

Atom MDN Doc is a package allows you to consult the documentation in the Mozilla Developer Network

Awesome Lists containing this project

README

          

# Atom MDN Doc

Atom MDN Doc is a package allows you to consult the documentation in the **Mozilla Developer Network** [MDN](https://developer.mozilla.org/)

## Installing
#### On the command line:
```ssh
apm install mdn-doc
```
#### On Atom
Go to `Preferences > Install`, search for `mdn-doc` and install it.

## Usage

Mark or place your cursor over a word or property and use:
- The shortcut `ctrl+alt+m`
- Right click for context menu and select **MDN Doc**
- `Cmd + Shift + P` to open command palette and choose **MDN Doc**

---

## Changelog
See [CHANGELOG.md](CHANGELOG.md).

## License
See [LICENSE.md](LICENSE.md).