Files
atom/docs
Lee Dohm 1211680998 📝 Unify the two contributing documents
Both documents had some really great stuff to them, but there was too much
overlap. I did my best to unify them into one document, taking the best
features of each.
2014-05-20 10:35:18 -07:00
..
2014-05-16 11:45:43 +04:00
2014-05-07 08:52:58 +01:00
2014-03-11 12:29:23 -07:00
2014-05-07 08:52:58 +01:00
2014-05-07 08:52:58 +01:00
2014-05-04 15:48:25 -07:00
2013-10-30 15:21:51 -07: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 package via:

{EditorView} = require 'atom'

The classes available from require 'atom' are:

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.