
Atom
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by GitHub
- Released February 26, 2014
Here are 2,172 public repositories matching this topic...
Docs Need Update
Documentation Changes Needed:
- 1. Move cell information to a more visible location (and maybe multiple locations or redirect with header link)
- Seems like their is a lot of information regarding cells and how to make them in
docs/Usage/NotebookFiles.md
, this should be moved somewhere else. Not everyone may be importing and exporting. A good place could be in the "Gettting Started"
- Seems like their is a lot of information regarding cells and how to make them in
One of the 'BEST' markdown preview extensions for Atom editor!
-
Updated
Oct 16, 2019 - 1 commits
- HTML
🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more).
-
Updated
Oct 15, 2019 - 1 commits
- JavaScript
Share your workspace with team members and collaborate on code in real time in Atom
-
Updated
Oct 14, 2019 - 1 commits
- JavaScript
A curated list of delightful Atom packages and resources.
-
Updated
Oct 13, 2019 - 143 commits
The memory primitives are created using a void-pointer: memory(const primitive_desc &adesc, void *ahandle)
If I have code like this:
std::vector<float> foo(const std::vector<float>& input){
auto engine = ...;
auto desc = ...;
auto memory = memory({desc, engine}, input.data);
// Call some operator and return result from another buffer
}
- What happens to my memory?
Description
Dont have support for maxscript
Input Before Beautification
This is what the code looked like before:
fn readLayers prefix:"01-" =(
arrayLayersName=#()
arrayLayersOnOff=#()
aLayers=#()
clearSelection()
if not LayerManager.count-1 == 0 then(
for i= 1 to (LayerManager.count-1) do(
ilayer = layerManager.getLayer i
if
Atom notifications can't be dismissed using escape when vim-mode-plus is installed. To repro:
- Trigger a notification (
atom.notifications.addError('hi')
) - With the editor focused, hit esc. (Nothing happens.)
- 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
There's a couple of confusing discrepancies around. http://simplepie.org/downloads/?download auto-downloads version "1.5", but...
- http://simplepie.org/blog/ stops at simplepie 1.3.1 being available in 2012
- On the download page, the "release notes" link points to http://simplepie.org/wiki/misc/release_notes/simplepie_1.2
Man page
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
-
Updated
Oct 6, 2019 - 417 commits
- JavaScript
https://github.com/Microsoft/language-server-protocol/wiki/Protocol-Implementations
There seems to be a sophisticated OCaml implementation here as well, that already interops with Merlin. Should this be mentioned and/or tested more with Merlin?
A subtle dark colored UI theme for Atom.
-
Updated
Oct 14, 2019 - 928 commits
- CSS
We have this sweet Timeago
component that humanizes a timestamp, and then keeps that data up to date.
I did not know about Timeago
, when we were making the CommitDetailView
and the PullRequestCommitView
. It would be good to make those components use Timeago
, and also see if there's anywhere else that needs to be cleaned up.
When I was using only ESLint Atom plugin `linter-eslin
An RSS, Atom and JSON Feed parser written in Swift
-
Updated
Oct 13, 2019 - 605 commits
- Swift
space-atom. spacemacs and sublimious style editing in atom
-
Updated
Oct 3, 2019 - 497 commits
- Clojure
A terminal package for Atom, complete with themes, API and more for PlatformIO IDE
-
Updated
Oct 16, 2019 - 385 commits
- CoffeeScript
🐛 Bugreport
The META key is not consistently handled across browsers. We should update the default combinations to not use it, then update the Selenium test suite to match. Then we can enable that test suite during Travis CI runs. We should keep the META key as an option for users
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
-
Updated
Oct 7, 2019 - 130 commits
- Vim script
So
getAllowedLocations
is mentioned in the Atom flight manual, but it's not mentioned elsewhere in the docs. I thought I could implement justgetDefaultLocation
without having to also implementgetAllowedLocations
, but I get the following in the developer tools:`C:\Use