All Projects → atom → Atom

atom / Atom

Licence: mit
The hackable text editor

Programming Languages

javascript
184084 projects - #8 most used programming language
Less
1899 projects
coffeescript
4710 projects
shell
77523 projects
Batchfile
5799 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Atom

Retro
[Work in Progress] Minimalist Vim Based Editor for the 30th Century
Stars: ✭ 103 (-99.82%)
Mutual labels:  atom, editor
Remote Ftp
FTP/FTPS/SFTP client for Atom.io
Stars: ✭ 549 (-99.03%)
Mutual labels:  atom, editor
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (-99.71%)
Mutual labels:  atom, editor
Atom Modular Snippets
:atom: A modular solution to snippets in @Atom.
Stars: ✭ 8 (-99.99%)
Mutual labels:  atom, editor
Atom Narrow
narrow something
Stars: ✭ 111 (-99.8%)
Mutual labels:  atom, editor
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (-97.31%)
Mutual labels:  atom, editor
Vuerd
ERD Editor
Stars: ✭ 208 (-99.63%)
Mutual labels:  atom, editor
Jpexs Decompiler
JPEXS Free Flash Decompiler
Stars: ✭ 2,939 (-94.8%)
Mutual labels:  editor
Yii2 Imperavi Widget
Imperavi Redactor widget for Yii 2
Stars: ✭ 250 (-99.56%)
Mutual labels:  editor
Toast Ui.vue Editor
This repository is DEPRECATED! GO TO 👉 https://github.com/nhn/tui.editor/tree/master/apps/vue-editor
Stars: ✭ 235 (-99.58%)
Mutual labels:  editor
Composer
Visual and code editor for Common Workflow Language
Stars: ✭ 232 (-99.59%)
Mutual labels:  editor
Json Apis With Github
🔨 Tool to make Simple and Quick JSON APIs with GitHub.
Stars: ✭ 240 (-99.57%)
Mutual labels:  editor
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (-94.4%)
Mutual labels:  editor
Ide Haskell
Haskell IDE plugin for Atom editor
Stars: ✭ 236 (-99.58%)
Mutual labels:  atom
Editor.js
A block-styled editor with clean JSON output
Stars: ✭ 17,061 (-69.78%)
Mutual labels:  editor
Kkfileviewofficeedit
文件在线预览及OFFICE(word,excel,ppt)的在线编辑
Stars: ✭ 234 (-99.59%)
Mutual labels:  editor
Medium Editor
Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
Stars: ✭ 15,421 (-72.69%)
Mutual labels:  editor
V2
Minimalist and opinionated feed reader
Stars: ✭ 3,239 (-94.26%)
Mutual labels:  atom
Panwriter
Markdown editor with pandoc integration and paginated preview.
Stars: ✭ 242 (-99.57%)
Mutual labels:  editor
Highlight Selected
Highlights the current word selected when double clicking
Stars: ✭ 244 (-99.57%)
Mutual labels:  atom

Atom

Build status

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.

Atom

Atom Screenshot

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 [email protected].

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 libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotify4 libnss3 libglib2.0-bin xdg-utils libx11-xcb1 libxcb-dri3-0 libxss1 libxtst6 libxkbfile1
  1. Download atom-amd64.tar.gz from the Atom releases page.
  2. Run tar xf atom-amd64.tar.gz in the directory where you want to extract the Atom folder.
  3. 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

Discussion

License

MIT

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].