Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #atom
Thu, October 13, 2016
1 min read
[Atom] How to fix getaddrinfo ENOTFOUND atom.io atom.io:443 error
Fixing `apm starred`'s `getaddrinfo ENOTFOUND atom.io` error by running `apm login`.
read more →
Sun, February 8, 2015
2 min read
[Atom] Managing Packages with apm (Atom Package Manager)
Managing Atom packages by starring and bulk-installing them with apm's star commands.
Mon, October 10, 2016
[Atom.io] Format JavaScript source code with atom-beautify
Formatting JavaScript in Atom with the atom-beautify package.
Mon, February 23, 2015
[Atom] List of Default Built-in Packages
Checking Atom's 84 default built-in packages with `apm list` and pruning them from apm stars.
Thu, November 5, 2015
3 min read
[Atom] How to fix 'The editor has crashed' error #AtomEditor
How I resolved Atom's 'The editor has crashed' error by uninstalling suspect packages one by one to find the culprit.
Fri, June 20, 2014
[Atom.io] Initial configuration after installation
My initial setup notes for Atom.io — tweaking Editor Settings and disabling the Whitespace package.
Wed, August 19, 2015
Recommended Atom Editor Packages Summary
Recommended Atom editor packages grouped by use case, plus an apm star snippet that installs them all at once.
Wed, June 10, 2015
[Atom] Package that provides syntax highlighting for Stylus
Comparing the two Atom packages for Stylus syntax highlighting and why I picked the more popular Stylus package.
[Atom.io] 500 Error Page
A quick note about the time Atom.io's package search was down with a 500 error page.
Wed, May 10, 2017
[atom-ternjs] Solution for 'Failed to find plugin node-express'
Fixing atom-ternjs's 'Failed to find plugin node-express' error by installing the tern-node-express plugin.