Skip to main content

Intro to Atom


Today we're proud to announce Atom 1.0. It's amazing to think Atom has only been out and available to the public for a little over a year. A lot has happened since then. Atom has been downloaded 1.3 million times, and serves 350,000 monthly active users. The community has created 660 themes, and 2,090 packages including can't-live-without packages that have their own mini communities like the linterautocomplete-plus, and minimap.
In the 155 releases since launch, the editor has improved immensely in performance, stability, feature-set, and modularity. The editor is faster in scrollingtyping, and start-up time. Atom now has a Windows installerLinux packages, and several heavily requested features have been added like pane resizing and multi-folder projects.
Atom has become more modular through stabilizing the API, built-in ES6 support using babelservices for inter-package communication, decorations for extending the core editor, and new themes that automatically adapt the UI to the syntax colors. We've even removed some of our core packages in favor of community-built packages like autocomplete-plus.
To make using Atom easier, we now have extensive API docs, a flight manual, and a tutorial video on setting up Atom.

Humble Beginnings

Atomicity initial build
Atom started as a side project of GitHub founder @defunkt (Chris Wanstrath) way back in mid 2008, almost exactly seven years ago. He called it Atomicity. His dream was to use web technologies to build something as customizable as Emacs and give a new generation of developers total control over their editor.
But as is the fate of many side projects, it was put on hold to focus on his main gig—GitHub.com. It was the beginning of 2009, GitHub.com had just launched eight months earlier, and it was looking like it might be successful. As he set Atomicity aside, @defunkt figured someone else would release a desktop editor based on web-technologies.
Then no one did.
In-browser editors like Cloud9 started popping up, and with them came open source JavaScript editors. In August 2011, GitHub included Ace into the github.com website for editing files. This re-ignited @defunkt's interest in Atomicity, and three days later he had an OS X app with Ace running in a native WebView control. That was the beginning of the Atom you know today.
Atomicity with Ace running in a WebView control
Between August and November 2011, @defunkt and @probablycorey worked on Atomicity in their free time. By November, Atomicity became Atom, and Atom was upgraded to be an official GitHub project. Then in December@nathansobo, author of treetop, a Ruby parsing DSL, and generally excited about text editors, joined GitHub to work on Atom full time.
The rest is history woven into a narrative by the atom/atom git history and contributor graphs.
Atom's beginnings

Today

We're happy to say that Atom 1.0 today reflects @defunkt's original vision—to give today's developers total control over their editor with familiar technologies.
The realization of this vision as Atom 1.0 is the foundation that will take us into the future. It is the technology stack, with the power and familiarity of the web platform combined with node and all it has to offer; it's the stable API and atom core, which have been shaped by hundreds of contributors; and most of all, it's you, the community.
Thanks to you, we have hurdled significant technical challenges. Because of your packages, Atom has feature breadth that we couldn't have come close to achieving on our own. You've taken on major features like the linter, grown thriving sub-communities with autocomplete-plus, and taken on entire language niches with go-plusatom-typescript, andomnisharp-atom.
Until now, work has largely gone into defining the 1.0 foundation. Now that the foundation is stable, we can shift our efforts to reaching the full potential of the platform.
Of course, we'll continue to polish the core user-experience, improve performance and stability, and add international support, but realizing the full potential of Atom is about more than polish. We're considering questions such as: What does super deep git integration look like? What does "social coding" mean in a text editor? How do we enable package authors to build IDE-level features for their favorite language?
We can't wait to show you what's next. Atom 1.0 is only the beginning.
Atom 1.0 screenshot

Comments

Popular posts from this blog

sxhkd volume andbrightness config for dwm on void

xbps-install  sxhkd ------------ mkdir .config/sxhkd cd .config/sxhkd nano/vim sxhkdrc -------------------------------- XF86AudioRaiseVolume         amixer -c 1 -- sset Master 2db+ XF86AudioLowerVolume         amixer -c 1 -- sset Master 2db- XF86AudioMute         amixer -c 1 -- sset Master toggle alt + shift + Escape         pkill -USR1 -x sxhkd XF86MonBrightnessUp          xbacklight -inc 20 XF86MonBrightnessDown          xbacklight -dec 20 ------------------------------------------------------------- amixer -c card_no -- sset Interface volume run alsamixer to find card no and interface names xbps-install -S git git clone https://git.suckless.org/dwm xbps-install -S base-devel libX11-devel libXft-devel libXinerama-devel  vim config.mk # FREETYPEINC = ${X11INC}/freetype2 #comment for non-bsd make clean install   cp config.def.h config.h vim config.h xbps-install -S font-symbola #for emoji on statusbar support     void audio config xbps-i

Hidden Wiki

Welcome to The Hidden Wiki New hidden wiki url 2015 http://zqktlwi4fecvo6ri.onion Add it to bookmarks and spread it!!! Editor's picks Bored? Pick a random page from the article index and replace one of these slots with it. The Matrix - Very nice to read. How to Exit the Matrix - Learn how to Protect yourself and your rights, online and off. Verifying PGP signatures - A short and simple how-to guide. In Praise Of Hawala - Anonymous informal value transfer system. Volunteer Here are five different things that you can help us out with. Plunder other hidden service lists for links and place them here! File the SnapBBSIndex links wherever they go. Set external links to HTTPS where available, good certificate, and same content. Care to start recording onionland's history? Check out Onionland's Museum Perform Dead Services Duties. Introduction Points Ahmia.fi - Clearnet search engine for Tor Hidden Services (allows you

download office 2021 and activate

get office from here  https://tb.rg-adguard.net/public.php open powershell as admin (win+x and a ) type cmd  goto insall dir 1.         cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 2.           cd /d %ProgramFiles%\Microsoft Office\Office16 try 1 or 2 depending on installation  install volume license  for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" activate using kms cscript ospp.vbs /setprt:1688 cscript ospp.vbs /unpkey:6F7TH >nul cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /sethst:s8.uk.to cscript ospp.vbs /act Automatic script (windefender may block it) ------------------------------------------------------------------------------------------------------------------- @echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&