Skip to content

Files

This branch is 21638 commits behind atom/atom:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 25, 2014
Jun 23, 2014
May 4, 2014
Jul 11, 2014
May 21, 2014
May 20, 2014
May 12, 2014
May 7, 2014
Jun 3, 2014
Mar 24, 2014
Jul 6, 2014
Jun 15, 2014
Apr 1, 2014
Jun 7, 2014
May 23, 2014
Nov 5, 2013
Oct 30, 2013
Jul 1, 2014
May 21, 2014

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.