All Projects → blakeembrey → Atom Dash

blakeembrey / Atom Dash

Licence: mit
Dash documentation integration with Atom

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Atom Dash

Dash Docset Builder
Dash Docset Builder in PHP.
Stars: ✭ 54 (-86.43%)
Mutual labels:  documentation, dash
Flight Manual.atom.io
📖 Documentation for Atom, generated by nanoc, hosted by GitHub Pages
Stars: ✭ 435 (+9.3%)
Mutual labels:  documentation, atom
Zeal
Offline documentation browser inspired by Dash
Stars: ✭ 9,164 (+2202.51%)
Mutual labels:  documentation, dash
Helm Dash
Browse Dash docsets inside emacs
Stars: ✭ 455 (+14.32%)
Mutual labels:  documentation, dash
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (-15.08%)
Mutual labels:  documentation, dash
Shellspec
A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
Stars: ✭ 375 (-5.78%)
Mutual labels:  dash
Istio
Istio官方文档中文版
Stars: ✭ 389 (-2.26%)
Mutual labels:  documentation
Slackapidoc
Documentation of undocumented Slack API methods
Stars: ✭ 380 (-4.52%)
Mutual labels:  documentation
Hydrogen
Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
Stars: ✭ 3,763 (+845.48%)
Mutual labels:  atom
Dash.js
A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
Stars: ✭ 4,160 (+945.23%)
Mutual labels:  dash
Bad Data Guide
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
Stars: ✭ 3,862 (+870.35%)
Mutual labels:  documentation
Atom Languageclient
Language Server Protocol support for Atom (the basis of Atom-IDE)
Stars: ✭ 385 (-3.27%)
Mutual labels:  atom
Dotfiles
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.
Stars: ✭ 382 (-4.02%)
Mutual labels:  atom
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (-2.26%)
Mutual labels:  dash
Doc2dash
Create docsets for Dash.app-compatible API browser.
Stars: ✭ 380 (-4.52%)
Mutual labels:  documentation
Lein template descjop
A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
Stars: ✭ 394 (-1.01%)
Mutual labels:  atom
Readme
👋 - The documentation for being an Artsy Engineer
Stars: ✭ 380 (-4.52%)
Mutual labels:  documentation
Effective go ru
Перевод - Эффективный Go
Stars: ✭ 384 (-3.52%)
Mutual labels:  documentation
Tensorflow Docs
TensorFlow 最新官方文档中文版
Stars: ✭ 3,782 (+850.25%)
Mutual labels:  documentation
Explainerdashboard
Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.
Stars: ✭ 378 (-5.03%)
Mutual labels:  dash

Atom Dash

Build status

Simple Dash documentation integration for Atom.

Please note: This plugin also works with Velocity or Zeal on Windows, and Zeal on Linux.

Installation

apm install dash

Alternatively, open Settings/Preferences -> Install and search for dash.

Usage

Look up the word under your cursor or selected text by pressing ctrl-h. This uses a scoped search and searches based on the current file name and selected syntax. If you want to search all documentation, press ctrl-alt-h.

Hint: To look up a word without bringing Dash to the front, add shift to the command. E.g. ctrl-shift-h. This is useful when Dash is already visible - such as on a dual monitor setup.

Adding Docsets

Open the Atom config file Atom -> Config... and add the docsets under the dash object in the following form:

'dash':
  'grammars':
    'JavaScript': [
      'nodejs'
    ]
  'filenames':
    'gruntfile.js': [
      'grunt'
    ]

Please note: File names must be lower case.

Docsets defined in your local configuration will override the default settings. Take a look at the built-in grammar map and built-in filename map for the default configurations.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].