• Stars
    star
    1,896
  • Rank 23,583 (Top 0.5 %)
  • Language
  • License
    Creative Commons ...
  • Created about 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of delightful Atom packages and resources.

Awesome Atom Awesome

A curated list of delightful Atom packages and resources. For more awesomeness, check out awesome.

Table of Content

Syntax

Language packages extend the editor with syntax highlighting and/or snippets for a specific language or file format.

Lint

In case the awesome nirvana that is linting has not yet been unleashed upon you:

lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language.

To enable linting, you'll need the general linter which provides the interface for the provider plugins for specific languages. The full list of current plugins can be found at atomlinter.github.io, a few examples being:

atom-linter

Build

To enable building, you'll need the general build which provides the interface for the provider plugins for specific languages and adds integrates with lint. The full list of current plugins can be found at atombuild.github.io, a few examples being:

atom-build

Extensions

Nuclide

An open IDE for web and native mobile development, built on top of Atom maintained by Facebook.

Collaboration

CodeSideStory

An Atom/Slack integration to start conversations about code right from the editor. Record screens and archive it right next to the line number to provide more context to your code.

Uncategorized

Advanced Open File

Helps Atom users to open files and folders easily. It can also creates new files and folders if they don't currently exist.

Atom Reverser

Reverses your current selections; e.g. false to true

Atom Reverser in action

Atom Terminal

Launch terminal app on current file's directory with "Ctrl-Shift-T" in Atom.

Autocomplete module import

Search & install npm packages from import/require statements by Algolia

Beautify

Beautify HTML (including Handlebars), CSS (including Sass and LESS), JavaScript, and much more in Atom.

Code Peek

Quickly peek and edit functions in separate files from the context of your current editor.

Code Peek Demo

Color Picker

Color picker that supports HEX, HEXa, RGB, RGBa, HSL, HSLa, HSV, HSVa, VEC3, VEC4 – and is able to convert between the formats. It also inspects Sass and LESS color variables.

Color Picker in action

Copy Paste

Types in your code for your from the clipboard/buffer. Simply copy the code and hit the shortcut to watch your code being typed. Copy paste is ideal for screencasts and online courses.

CSS Declaration Sorter

Sorts your CSS, Less or Sass declarations in Atom, never gets tired. You can choose from various ready-made orders to keep your CSS tidy.

CSS Declaration Sorter Demo

Duplicate Selection

Duplicates the selection if there is one, otherwise, duplicates the line.

Editor Config

EditorConfig helps developers maintain consistent coding styles between different editors

atom-editor-config

Emmet

Plugin which greatly improves HTML and CSS writing. Shortcuts can expand to complete set of HTML or CSS selectors.

File Icons

Adds file specific icons to atom for improved visual grepping. Works with Tree View and Fuzzy Finder and Tabs.

Fonts

Lots of monospace fonts.

Git Time Machine

It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.

git-time-machine

html-to-css

Generates CSS boilerplate based on the selected HTML. Supports CSS, SCSS, Sass, LESS, BEM, JSX.

html-to-css

iMDone

A task-board for TODOs, FIXMEs, HACKs, etc in your code.

Jumpy

An Atom package that creates dynamic hotkeys to jump around files across visible panes.

Merge Conflicts

Resolve your git merge conflicts in Atom.

Minimap

A preview of the full source code.

Pigments

A package to display colors in project and files.

Project Plus

Simply awesome project management in Atom.

Sort Lines

Sorts your lines. Never gets tired.

Sorter

Sorts Lines, JSON, CSS, HTML, CSV. Restores semicolons. Respects indentation. Supports natural sort.

Sync Settings

Synchronize package settings, keymap and installed packages across Atom instances.

PlatformIO IDE Terminal

A terminal package for Atom, complete with themes, API and more for PlatformIO IDE. This is a maintained (as of 2017-07-13) fork of terminal-plus.

TernJS

Javascript code intelligence for atom with tern.js and autocomplete-plus.

Test Navigator

Quickly navigate between test and implementation files.

Test Navigator Demo

Themer

Generate Atom syntax/UI theme packages (and matching themes for your other tools) from your favorite colors.

Toggle Quotes

Quickly toggle between single and double quotes.

Tree View Search Bar

Quick look in tree view.

More Repositories

1

config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Rust
2,363
star
2

rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
Objective-C
351
star
3

shio-rs

Shio is a fast, simple, and asynchronous micro web-framework for Rust.
Rust
279
star
4

guerrilla

☢ Guerrilla (or Monkey) Patching in Rust for (unsafe) fun and profit.
Rust
106
star
5

tokio-diesel

Integrate Diesel into Tokio cleanly and efficiently.
Rust
105
star
6

schedule-rs

An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.
Rust
103
star
7

atom-project-plus

Simply awesome project management in Atom.
JavaScript
98
star
8

actix-diesel

Integrate Diesel into Actix (and Actix Web) cleanly and efficiently.
Rust
85
star
9

atom-minimap-plus

JavaScript
82
star
10

python-xmlsec

Python bindings for the XML Security Library.
C
75
star
11

actix-web-async-await

Provides a preview of Actix with async/await support.
Rust
56
star
12

python-saml

A python interface to produce and consume Security Assertion Markup Language (SAML) v2.0 messages.
Python
28
star
13

rn-ios-user-agent

Set (and unset) a UserAgent to be used in WebView.
Objective-C
26
star
14

wadatsumi

🎮 Accuracy-focused GBA/CGB/SGB/GMB emulator in Rust.
Rust
25
star
15

arc

Native UI toolkit for creating (eventually) cross-platform (macOS only currently) graphical user interfaces in Rust.
Rust
23
star
16

async-diesel

Integrate Diesel into async-std cleanly and efficiently.
Rust
18
star
17

webpack-config-plugin

Configuration plugin (in the style of node-config) for webpack.
JavaScript
14
star
18

linter-ui-plus

An experiment into an enhanced UI for the Atom Linter package.
JavaScript
12
star
19

atom-updater

Automatic updates (on Linux) for the Atom text editor
JavaScript
12
star
20

rn-razor

Router for React Native with declarative configuration similar to React Router.
JavaScript
12
star
21

oauth1-rs

Rust
11
star
22

init-rs

Mark a function to run before main.
Rust
9
star
23

atomic-array-rs

Defines several array types in which elements may be updated atomically. Intended to provide atomic array types similar to those found in java.util.concurrent.atomic in Java.
Rust
8
star
24

rockman

A simple AUR helper written in Rust.
Rust
8
star
25

xchip

Accurate CHIP-8, CHIP-10, HIRES CHIP-8, CHIP-8X, SUPER-CHIP, and XO-CHIP interpreter in Rust.
Rust
8
star
26

rn-notification

React Native Cross-Platform Remote and Local Notifications
Java
6
star
27

pumpkin.js

Beautiful and reactive form component using Alt and React (at least until midnight).
JavaScript
6
star
28

country-telephone-code

Simple getter for telephone codes for all countries (backed by a script that dumps data direct from the CLDR).
JavaScript
5
star
29

busybox

Rust
4
star
30

atom-project-util

JavaScript
4
star
31

rn-viewport

JavaScript
4
star
32

rn-device-activity

Device Activity Events for React Native (iOS and Android)
Java
4
star
33

country-name

Simple getter for country names in all languages (backed by a script that dumps data direct from the CLDR).
JavaScript
3
star
34

atom-symbols-plus

JavaScript
3
star
35

go-develop

Wrapper for `go get` to setup a project for development.
Go
3
star
36

emailx-rs

Robust email syntax and deliverability validation.
Rust
3
star
37

axal

Framework to greatly simply emulation core development. Provides methods to auto-generate bindings for libretro in addition to a stand-alone UI.
C++
2
star
38

lintel-nes

Rust
2
star
39

bugsnag-rs

Bugsnag error monitoring for rust
Rust
2
star
40

webpack-vendor-plugin

Vendor plugin (separate out vendor files into a separate chunk) for webpack.
JavaScript
2
star
41

docker-atlassian-crowd

Shell
1
star
42

node-short-stack

Elegant and delicious stack traces for node.
JavaScript
1
star
43

rn-braintree

React Native interface to Braintree's Android and iOS SDKs
Java
1
star
44

polyfill-viewport-units

A complete polyfill for viewport units.
JavaScript
1
star
45

cargo-outdated-bug-patch

Rust
1
star
46

language-name

JavaScript
1
star
47

atomic-ref2-rs

Provides AtomicOptionRef and AtomicRef. Intended to map to java.util.concurrent.atomic.AtomicReference in Java.
Rust
1
star