mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
.. | ||
internals | ||
proposals | ||
building-atom.md | ||
creating-a-package.md | ||
creating-a-theme.md | ||
customizing-atom.md | ||
getting-started.md | ||
index.md | ||
README.md | ||
setting-up-travis.md | ||
template.jst | ||
theme-variables.md | ||
your-first-package.md |
Welcome to the Atom API Documentation
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 packages via:
{EditorView} = require 'atom'