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.
Here are 2,244 public repositories matching this topic...
Hello, i've been trying to use MPE to build a markdown document out of a series of other smaller markdown documents, using the '@import' command, and then the "save to markdown" right-click menu option on the preview pane.
But a series of markdown documents have the '$' (dollar) character on it, and this is breaking the conversion, unfortunately.
Can you take a look on that? Thank you very
-
Updated
Feb 16, 2020 - JavaScript
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
Description
No where on teletype.atom.io or on the atom / teletype GitHub page is it indicated the user must provide OAuth access to their GitHub account in order to use teletype. This should be documented in the section
Summary
Currently, the documentation for c_api_types_arguments is missing.
I am having difficulties to identify the right parameters to perform an execution (e.g. whats the differences between DNNL_ARC_SRC_ITER and DNNL_ARC_SRC_ITER_C?), and I guess this might be a common issue for other users as well.
May I request a detailed documentation for it.
Thanks.
-
Updated
Feb 20, 2020
I wanted to ask, if there's documentation on how to write custom rewrite rules. I'm subscribed to hackernews and would like to replace the link to the comments with one that leads to https://hackerweb.app/#/item/19910691 instead of https://news.ycombinator.com/item?id=19910691
You mention in the documentation that miniflux uses https://github.com/PuerkitoBio/goquery for its rules engine. Where do
Prerequisites
- [y] Have you tried launching
atom .from the terminal in your project's directory? - [y] Have you verified the output from
go envis correct? If it is, please include the output in this issue. - [y] Have you updated Atom to the latest version?
- [n] Have you tried using Atom Beta, which can be run side-by-side with Atom Stable? Is the behavior
The Java default beautifier is Uncrustify. But the result of uncrustify is not my expect. I find a wonderful beautifier, and I know how to use it in command line. The question now is how can I add this beautifier into atom-beautify instead of uncrustify ?
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
Often times I will want to mark the current article unread and move to the next using the "next unread" command. However, this command marks the current article read before moving to the next unread. This occurs regardless of what I have set for the "Mark current article read" setting.
Workaround is to use arrow keys or mouse to move to the next unread instead of the next unread command. A p
We are missing comprehensive tests for the date/time parser.
Ideally, these would cover a myriad of date formats, including those with / without timezone, etc.
Man page
If I open a Google Doc, launch Atomic Chrome and start typing in Atom, my text isn't shared. Would be awesome to use it with Docs!
Issue Type: Feature Request
change java icon to the java cup icon.
VS Code version: Code - Insiders 1.37.0-insider (0bd57ac9efae79f9eb1aedc3818ebbb570b9bf6b, 2019-08-02T21:22:13.578Z)
OS version: Windows_NT x64 10.0.17134
The latest macOS Catalina now uses Zsh by default so the Readme should be updated with a note on the command required for Catalina.
echo -e '\n# Add colors to Terminal\nexport CLICOLOR=1\nexport LSCOLORS=GxFxCxDxBxegedabagaced' >> ~/.zhrc
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.
-
Updated
Feb 20, 2020 - Swift
Atom IDE supports code formatting and exposes a similar api via the atom services code-format.file, code-format.onSave, and others. It implements similar logic as in prettier-atom for preserving cursor position, etc.
Atom IDE users expect to use cmd-shift-c to format code of all types, not just those supported by Prettier.
I'd be happy to help with this implementation.
cc @hansonw
What:
The named export useResponsiveComponent should be renamed.
Why:
Exporting functions that start with use in React ecosystem implies it's a React hook. In this case it's ambiguous, since useResponsiveComponent is rather a high-order component than a hook.
This should be in docs or at least in the unfinished manual. I keep forgetting how to do that and always go to this issue to relearn. Also for others and future self all the setting names can be found in the config-schema.json file. For example.
🚀 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
-
Updated
Feb 18, 2020 - Vim script




Description
The API docs for G