-
Updated
Nov 29, 2020 - Shell
atom-package

Atom is a modern open source text editor developed by GitHub. It is designed to be approachable out of the box yet highly customizable. Atom is built using web technologies: the look and feel can be customized using CSS and new features can be added with HTML and JavaScript. There are also thousands of community created themes and packages available.
Here are 688 public repositories matching this topic...
-
Updated
Oct 30, 2020 - HTML
When I was using only ESLint Atom plugin `linter-eslin
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Oct 13, 2017 - HTML
-
Updated
Nov 15, 2020 - TypeScript
-
Updated
Nov 28, 2020 - CoffeeScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Sep 28, 2019 - JavaScript
-
Updated
Mar 13, 2018 - JavaScript
-
Updated
Sep 27, 2019 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
Feb 9, 2019 - HTML
-
Updated
Nov 7, 2018 - JavaScript
-
Updated
Jun 12, 2020 - CoffeeScript
-
Updated
Oct 9, 2019 - JavaScript

-
Updated
Apr 20, 2018 - JavaScript

-
Updated
Nov 28, 2020 - JavaScript

-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Jul 31, 2018 - CoffeeScript
-
Updated
Jan 14, 2018 - JavaScript
Sometimes it's useful not to turn off automatic server launching (automatic server selection off and default server none
), but then there is not way to launch a server in the current project.
It could be either 3 separate commands, one for each server, or one command and a dialog to choose one. It could also suggest the server depending on the project setup (as if automatic server selection
-
Updated
Nov 24, 2020 - CoffeeScript
-
Updated
Nov 12, 2020 - CoffeeScript
We have this sweet
Timeago
component that humanizes a timestamp, and then keeps that data up to date.I did not know about
Timeago
, when we were making theCommitDetailView
and thePullRequestCommitView
. It would be good to make those components useTimeago
, and also see if there's anywhere else that needs to be cleaned up.