Skip to content
#

Atom

atom logo

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,261 public repositories matching this topic...

c-moyer
c-moyer commented Mar 24, 2020

For some reason when I use the Atom IDE my README.md file randomly changes to README 2.md. I haven't been able to track down any exact operation that causes this, it just randomly changes. I use git to track the file and I notice the file name gets changed on any branch as long as I am using the IDE. I'm not real sure where to start to debug this. Outside of the core packages, the only community p

socialcyberdog
socialcyberdog commented Feb 21, 2020

Hydrogen just gives me this error message when trying to run python code:

No kernel for grammar Python found

Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences.

To detect your current Python install you will need to run:

python -m pip install ipykernel
pytho
gtaifu
gtaifu commented Mar 19, 2020

Thank the authors for their wonderful job at first! I really appreciate this extension and like it quite a lot. I am using it heavily to write docs. At the same time, I found the available documentation is a bit limited.

While I am trying to define my own style.css, I found that the documentation in this page only give s

matthewwithanm
matthewwithanm commented Jul 17, 2017

Atom notifications can't be dismissed using escape when vim-mode-plus is installed. To repro:

  1. Trigger a notification (atom.notifications.addError('hi'))
  2. With the editor focused, hit esc. (Nothing happens.)
  3. Trigger "Core: Cancel" from the command palette to see how it should work.
  • Atom version: 1.19.0-beta4
  • vim-mode-plus version: 0.94.0
  • OS: macOS Sierra 10.12.4
  • vim mod
arvidj
arvidj commented Mar 9, 2020

I'm a OCaml beginner. I'm used to tools like Hoogle or Yahoo. I'm looking for a function of some type t. I'm hoping merlin can help me. I'm using Emacs. I try the command merlin-search. It is undocumented. I try any string, the response is:

Not_found
Raised at file \"src/ocaml/typing/407/ident.ml\", line 171, characters 6-21
Called from file \"src/ocaml/typing/407/env.ml\", line 281,
github
annthurium
annthurium commented Oct 31, 2018

While conducting a user interview yesterday, @kuychaco pointed out that there are no tooltips for the Git and GitHub buttons in the status bar. The branch management button also does not have a hover tooltip (the menu is itself a tooltip, but ehh, that's more of an implementation detail.)

Tooltips that trigger on hover might help users understand what these buttons do before they click and or

atomic-layout
jasonmunro
jasonmunro commented Mar 27, 2019

🚀 Feature

It would be nice to automatically add a user's Github repositories when github connect is enabled.

Design, Layout, Architecture

It should be pretty easy to query the user's repositories and add them to the user settings on github connect. The Github API already has an endpoint to list them, so we just need to write some code to fetch the list, parse it, and add them to the us

kkevindev
kkevindev commented Apr 18, 2019

Description

README.md show's:

FTP & FTPS Configuration Options

{
    "protocol": "ftp",
    "host": "example.com", // string - The hostname or IP address of the FTP server. Default: 'localhost'
    "port": 21, // integer - The port of the FTP server. Default: 21
    "user": "user", // string - Username for authentication. Default: 'anonymous'
    "pass": "pass", // strin

Created by GitHub

Released February 26, 2014

Organization
atom
Website
atom.io
Wikipedia
Wikipedia
You can’t perform that action at this time.