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,285 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
themer
pbsds
pbsds commented Apr 27, 2020

I'll preface this issue by saying i have only used the Web UI so far. Oh, and what a great project!

I am currently having to brute-force my way through when using the web UI to make my theme, which is an indication of a underlying problem: The lack of intention for each shade and accent

Specifically accent1 has no other description than "syntax", and is not showcased at all in the code pr

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