pulsar/docs
2014-11-17 16:46:56 -08:00
..
advanced Replaces usages of .mini selector with [mini] 2014-11-13 16:04:57 -08:00
build-instructions Update linux.md 2014-11-17 10:25:04 -06:00
upgrading Add .overlay to the list 2014-11-17 16:46:56 -08:00
apm-rest-api.md Wrap header name in backticks 2014-07-22 08:43:43 -07:00
contributing-to-packages.md update contributing to packages to not mention amp develop 2014-10-20 13:34:15 -07:00
contributing.md 📝 Unify the two contributing documents 2014-05-20 10:35:18 -07:00
converting-a-text-mate-bundle.md Fix link for TextMate's GitHub Organization 2014-05-12 15:56:06 -03:00
converting-a-text-mate-theme.md Fixed typos 2014-05-07 08:52:58 +01:00
creating-a-package.md Use ‘atom-workspace’ custom tag name for WorkspaceElement 2014-10-09 07:39:14 -07:00
creating-a-theme.md Update docs on window:reloading 2014-03-24 09:38:40 -07:00
customizing-atom.md Replaces usages of .mini selector with [mini] 2014-11-13 16:04:57 -08:00
debugging.md Add overview to debugging guide 2014-06-15 13:27:04 +02:00
getting-started.md use cmd instead of meta in docs 2014-04-01 18:11:23 +02:00
index.md Add theme guides to the index 2014-11-17 16:46:56 -08:00
publishing-a-package.md ⓒⓛⓐⓡⓘⓕⓘⓒⓐⓣⓘⓞⓝ 2014-05-23 19:12:12 -04:00
README.md Logo in the docs 2014-05-04 15:48:25 -07:00
theme-variables.md Address a few more typos 2013-10-30 15:21:51 -07:00
writing-specs.md Remove runs description 2014-07-01 14:26:44 -07:00
your-first-package.md Use ‘atom-text-editor’ custom tag name for TextEditorElement 2014-10-09 07:39:14 -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.