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
- Host: GitHub
- URL: https://github.com/nucliweb/atom-mdn-doc
- Owner: nucliweb
- License: mit
- Created: 2016-10-12T11:18:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T12:18:01.000Z (over 9 years ago)
- Last Synced: 2025-04-14T17:12:22.788Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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).