Go to file
Antonio Scandurra e68a2b1eb9 Replace import and export keywords with `require` and `module.exports` 2018-01-19 09:43:55 +01:00
.github Add indentation to force YAML to leave certain lines the way they are 2017-10-07 12:59:59 -07:00
apm ⬆️ apm@1.19.0 2018-01-03 11:30:13 -08:00
benchmarks Make assignLanguageMode take a language id instead of a language name 2017-11-28 11:14:29 -08:00
docs Update /docs/README.md to direct people to the new locations of the documentation 2018-01-01 10:13:18 -08:00
dot-atom Fixed links in keymap.cson 2017-08-07 09:46:34 +03:00
exports Replace import and export keywords with `require` and `module.exports` 2018-01-19 09:43:55 +01:00
keymaps Tweak syntax selection key bindings 2017-12-27 12:37:50 -08:00
menus Add `Paste without reformatting` command 2017-10-23 17:14:41 -06:00
resources 🍎 Fix faded app icons on macOS 10.13 2017-09-27 23:51:08 +02:00
script Don't transpile JS files found in benchmarks, exports and src folders 2018-01-19 09:43:55 +01:00
spec Fix foldBufferRow regression 2018-01-18 09:38:30 -08:00
src Replace import and export keywords with `require` and `module.exports` 2018-01-19 09:43:55 +01:00
static Programmatically detect when mouse approaches the edge of a dock 2018-01-12 17:12:55 +01:00
vendor Allow elements to be passed to toContain matcher 2015-09-18 20:48:52 -06:00
.coffeelintignore Remove mentions of benchmarks from the build, command palette 2015-09-18 20:48:50 -06:00
.gitattributes Optimize bash Windows, force LF line endings 2016-05-16 13:01:10 -07:00
.gitignore Rename cachePath to electronDownloadPath 2016-08-11 12:18:33 +02:00
.python-version ⬆️ python 2017-02-22 09:15:43 +01:00
.travis.yml Try alternate way of getting right python 2017-12-13 12:52:32 -08:00
CHANGELOG.md 🔥 CHANGELOG.md 2016-01-11 12:17:08 -05:00
CODE_OF_CONDUCT.md Docs: Update HTTP -> HTTPS 2017-12-25 22:55:44 -08:00
CONTRIBUTING.md 📝 `[ci skip]` must be in the title for Appveyor 2018-01-17 23:17:16 -05:00
Dockerfile Update builds to include libsecret 2017-04-20 09:37:21 -07:00
ISSUE_TEMPLATE.md Docs: Update HTTP -> HTTPS 2017-12-25 22:55:44 -08:00
LICENSE.md Update license year 2018-01-01 00:52:24 +01:00
PULL_REQUEST_TEMPLATE.md Add "Verification Process" section to pull request template 2018-01-03 10:45:50 -05:00
README.md Fix filename backtick inconsistency and fix wording in README 2018-01-18 00:27:06 -05:00
SUPPORT.md Change HTTP Links to HTTPS in SUPPORT.md 2017-11-13 13:13:28 -08:00
appveyor.yml Be kind to build queue: Skip installer for non-release/non-master branch 2018-01-11 09:01:59 -05:00
atom.sh Add dev channel atom.sh 2017-08-30 05:56:51 +02:00
circle.yml Use TEST_JUNIT_XML_ROOT instead of the CircleCI-specific root 2017-08-01 11:27:15 -04:00
coffeelint.json 🔥 Remove newlines_after_classes rule 2015-05-22 20:08:29 -04:00
package.json ⬆️ find-and-replace@v0.215.5 2018-01-19 16:10:20 +09:00

README.md

Atom

macOS Build Status Linux Build Status Windows Build Status Dependency Status Join the Atom Community on Slack

Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.

Visit atom.io to learn more or visit the Atom forum.

Follow @AtomEditor on Twitter for important announcements.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to atom@github.com.

Documentation

If you want to read about using Atom or developing packages in Atom, the Atom Flight Manual is free and available online. You can find the source to the manual in atom/flight-manual.atom.io.

The API reference for developing packages is also documented on Atom.io.

Installing

Prerequisites

macOS

Download the latest Atom release.

Atom will automatically update when a new release is available.

Windows

Download the latest Atom installer. AtomSetup.exe is 32-bit. For 64-bit systems, download AtomSetup-x64.exe.

Atom will automatically update when a new release is available.

You can also download atom-windows.zip (32-bit) or atom-x64-windows.zip (64-bit) from the releases page. The .zip version will not automatically update.

Using Chocolatey? Run cinst Atom to install the latest version of Atom.

Linux

Atom is only available for 64-bit Linux systems.

Configure your distribution's package manager to install and update Atom by following the Linux installation instructions in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.

Archive extraction

An archive is available for people who don't want to install atom as root.

This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit, but should be compatible with other Linux distributions.

  1. Install dependencies (on Ubuntu): sudo apt install git gconf2 gconf-service libgtk2.0-0 libudev1 libgcrypt20 libnotify4 libxtst6 libnss3 python gvfs-bin xdg-utils libcap2
  2. Download atom-amd64.tar.gz from the Atom releases page.
  3. Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.
  4. Launch Atom using the installed atom command from the newly extracted directory.

The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.

Building

License

MIT

When using the Atom or other GitHub logos, be sure to follow the GitHub logo guidelines.