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

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
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
github
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

Created by GitHub

Released February 26, 2014

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