Use the Atom Text Editor

Documentation

TOC

Atom Flight Manual

Press cmd-shift-P to show the Command Palette

Don't forget that atom is a desktop application built with HTML; JavaScript, CSS and Node.js

API Reference

Atom global for dealing with packages, themes, menus, and the window.

Using the API http://flight-manual.atom.io/upgrading-to-1-0-apis/

Packages

TOC

Atom Package Directory https://atom.io/packages

Howto install and configure packages

Atom has an integrated Package Manager http://flight-manual.atom.io/using-atom/sections/atom-packages/

  • Search the Package Directory within Atom
  • Install packages like browser add-ons
  • Configure packages like browser add-ons

There is also an option to install packages with the command line apm install <package_name>

Write your own package http://flight-manual.atom.io/hacking-atom/sections/package-word-count/