-
Updated
on 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 690 public repositories matching this topic...
-
Updated
on Oct 30, 2020 - HTML
When I was using only ESLint Atom plugin `linter-eslin
-
Updated
on Oct 4, 2020 - JavaScript
-
Updated
on Oct 13, 2017 - HTML
-
Updated
on Nov 15, 2020 - TypeScript
-
Updated
on Nov 28, 2020 - CoffeeScript
-
Updated
on Oct 28, 2020 - JavaScript
-
Updated
on Oct 29, 2019 - JavaScript
-
Updated
on Sep 28, 2019 - JavaScript
-
Updated
on Mar 13, 2018 - JavaScript
-
Updated
on Sep 27, 2019 - JavaScript
-
Updated
on May 18, 2020 - JavaScript
-
Updated
on Dec 7, 2020 - HTML
-
Updated
on Nov 8, 2018 - JavaScript
-
Updated
on Nov 7, 2018 - JavaScript
-
Updated
on Jun 12, 2020 - CoffeeScript
-
Updated
on Oct 9, 2019 - JavaScript

-
Updated
on Apr 20, 2018 - JavaScript

-
Updated
on Nov 28, 2020 - JavaScript

-
Updated
on Dec 4, 2020 - JavaScript
-
Updated
on Sep 26, 2020 - JavaScript
-
Updated
on Jul 31, 2018 - CoffeeScript
-
Updated
on 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
on Nov 24, 2020 - CoffeeScript
-
Updated
on 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.