Files
atom/docs
Rob Thijssen 07577ff944 Added a hint about the required Python path.
In order to alert users that the Atom build scripts expect to find Python in the default installation folder.
2014-06-20 15:19:55 +01:00
..
2014-06-05 16:23:40 -07:00
2014-05-07 08:52:58 +01:00
2014-06-03 10:25:12 -07:00
2014-05-07 08:52:58 +01:00
2014-06-15 13:27:04 +02:00
2014-06-07 11:45:25 +02:00
2014-05-04 15:48:25 -07:00
2013-10-30 15:21:51 -07:00
2014-05-29 15:16:43 -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.