pulsar/docs
2014-01-21 09:26:38 -08:00
..
internals Update docs 2014-01-03 15:26:56 -08:00
proposals Fix spelling 2013-10-11 11:06:04 -07:00
building-atom.md Remove cmake dependency 2013-12-04 08:48:45 -08:00
creating-a-package.md Use consistent coffeescript fence name 2014-01-20 16:00:02 -08:00
creating-a-theme.md Update cmd-shift-P references and getting started doc 2013-12-04 14:07:43 -08:00
customizing-atom.md Remove unused core.hideGitIgnoredFiles config setting 2013-12-10 11:07:05 -08:00
getting-started.md Update cmd-shift-P references and getting started doc 2013-12-04 14:07:43 -08:00
index.md Fix the panel code to use the tool-panel component 2013-10-30 14:22:12 -07:00
README.md Link to node docs 2014-01-21 09:26:38 -08:00
setting-up-travis.md 📝 Mention build-package script and atom-master-builds 2013-12-10 17:37:32 -08:00
template.jst copy docs into atom.io project, don't build guides as they are in the DB 2013-11-04 16:47:12 -08:00
theme-variables.md Address a few more typos 2013-10-30 15:21:51 -07:00
your-first-package.md Update docs 2014-01-03 15:26:56 -08:00

Welcome to the Atom API Documentation

Atom

FAQ

Where do I start?

Check out EditorView and Editor classes for a good overview of the main editor API.

How do I access these classes?

Check out the Atom class docs to see what globals are available and what they provide.

You can also require many of these classes in your packages via:

{EditorView} = require 'atom'

How do I create a package?

You probably want to read the creating a package doc first and come back here when you are done.

Where are the node docs?

Atom ships with node 0.11.10 and the comprehensive node API docs are available here.