Files
atom/docs
Kevin Sawicki df8e0a8464 📝 Add is-focused class to cursor example
This is required to take effect for the default Atom light syntax
theme.

Closes #2834
2014-07-06 10:08:24 -07:00
..
2014-06-25 08:11:30 -07:00
2014-07-01 16:08:18 -07:00
2014-05-07 08:52:58 +01:00
2014-06-03 10:25:12 -07: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-07-01 14:26:44 -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.