Top "Atom-editor" questions

Atom is a hackable text editor created by GitHub and developed on top of the Electron desktop application platform.

You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)

below is what I need to do. To run the specs, you'll need to install RSpec. First, run gem install …

macos rubygems installation bundler atom-editor
Atom menu is missing. How do I re-enable

The menu in Atom text editor is gone. I dont know how I disabled it. I tried F1-12 keys. …

windows text atom-editor
Search and Replace with RegEx components in Atom editor

I want to search and replace this `https://example.com/`{.uri} to [https://example.com/](https://example.com/) With vim …

regex atom-editor
Split Screen in Atom Editor

Is there a way (plugin or something) to use split screen in the Atom Editor? I've looked inside the menus, …

atom-editor
How can I run `git commit` and `git push` in atom?

Is there a way to run git commit and git push in the Atom editor? I read this blog post …

atom-editor
How to uninstall Atom text editor on Linux?

i was reading the documentation looking for a way to cleanly uninstall Atom from my linux OS, but i didn't …

atom-editor
How to configure Atom to run Python3 scripts?

In my terminal, I type $ which python3, outputting /opt/local/bin/python3 I would like to configure Atom to run …

python python-3.x path atom-editor
I am getting Unable to save file: Permission denied in atom when saving running ubuntu

I just installed Atom, and I am getting an error thrown up when I go to save the project. Unable …

ubuntu-14.04 atom-editor
How to add a live (interactive) console window to Atom?

Is it possible to add a live (interactive) console window to Atom? Note that this is similar to the article …

console-application atom-editor
Using "npm run build" fails with "npm ERR! missing script: build"

How can i fix this error, I'm running Windows 10 When i try to npm run build on the cmd i …

npm webpack atom-editor