All Projects → mehcode → Awesome Atom

mehcode / Awesome Atom

Licence: cc0-1.0
A curated list of delightful Atom packages and resources.

Projects that are alternatives of or similar to Awesome Atom

Atom Import Cost
Check the size of the package you import
Stars: ✭ 120 (-93.56%)
Mutual labels:  atom
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (-93.02%)
Mutual labels:  atom
Book
《现代化前端工程师权威指南》https://guoyongfeng.github.io/book/
Stars: ✭ 141 (-92.43%)
Mutual labels:  atom
Atom Panda Syntax
Panda syntax theme for Atom.
Stars: ✭ 122 (-93.45%)
Mutual labels:  atom
Apex Syntax
Apex monochrome Atom theme syntax.
Stars: ✭ 127 (-93.18%)
Mutual labels:  atom
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (-92.8%)
Mutual labels:  atom
Kymsu
Keep Your macOs Stuff Updated (KYMSU)
Stars: ✭ 119 (-93.61%)
Mutual labels:  atom
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (-92.16%)
Mutual labels:  atom
Meta
A stack. A framework. A conversation.
Stars: ✭ 130 (-93.02%)
Mutual labels:  atom
Atom Asciidoc Preview
⚛ AsciiDoc preview for the Atom editor.
Stars: ✭ 136 (-92.7%)
Mutual labels:  atom
Rss Atom Bundle
RSS and Atom Bundle for Symfony
Stars: ✭ 123 (-93.39%)
Mutual labels:  atom
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (-5.37%)
Mutual labels:  atom
Atom Terminal Tab
Simple terminal for the Atom text editor.
Stars: ✭ 134 (-92.8%)
Mutual labels:  atom
Operator Mono Atom
Free Operator Mono clone for Atom
Stars: ✭ 120 (-93.56%)
Mutual labels:  atom
Pycroscopy
Scientific analysis of nanoscale materials imaging data
Stars: ✭ 144 (-92.27%)
Mutual labels:  atom
Atom Design
🍬 The mobile side UI-library base on Vue.js
Stars: ✭ 120 (-93.56%)
Mutual labels:  atom
Feedme.js
RSS/Atom/JSON feed parser
Stars: ✭ 132 (-92.91%)
Mutual labels:  atom
Autocomplete Paths
Autocomplete Paths for Atom
Stars: ✭ 148 (-92.05%)
Mutual labels:  atom
Native Ui
 macOS theme for the Atom code editor. Over 200k downloads.
Stars: ✭ 145 (-92.21%)
Mutual labels:  atom
Ironpython Stubs
Autocomplete stubs for common IronPython/.NET libraries
Stars: ✭ 135 (-92.75%)
Mutual labels:  atom

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.

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].