Atom

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 2,382 public repositories matching this topic...
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Aug 18, 2020 - HTML
-
Updated
Oct 20, 2020 - Go
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Jan 28, 2019
When I try to beautify the i get the following problem
TypeError: Cannot read property 'on' of undefined
I just installed beautify and uncrustify
https://gist.github.com/ODCA117/917affd6b11437517535a45350379820
-
Updated
Oct 18, 2020 - Objective-C
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Oct 6, 2020 - Less
-
Updated
Aug 24, 2020 - Swift
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 the CommitDetailView
and the PullRequestCommitView
. It would be good to make those components use Timeago
, and also see if there's anywhere else that needs to be cleaned up.
-
Updated
Sep 12, 2020 - TypeScript
When I was using only ESLint Atom plugin `linter-eslin
-
Updated
Aug 30, 2020 - Vim script
-
Updated
Oct 11, 2020 - Ruby
When using default settings, users will experience fewer bugs. So when there are issues, resetting to the default can be a quick fix/workaround. And this can lead to better bug reports.
We did this in Tiki for http://doc.tiki.org/Site-configuration-preferences. I got used to it and miss it in other applications. Basically, it shows user which settings have been modified and lets them reset to
-
Updated
Nov 30, 2018 - Clojure