Atom (text editor)

From Hidden Wiki
Jump to navigation Jump to search

Template:Primary sources{{#invoke:Infobox|infobox}}

Atom is a free and open-source[1][2] text and source code editor for macOS, Linux, and Microsoft Windows[3] with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies.[4] Most of the extending packages have free software licenses and are community-built and maintained.[5] Atom is based on Electron (formerly known as Atom Shell),[6] a framework that enables cross-platform desktop applications using Chromium and Node.js.[7][8] It is written in CoffeeScript and Less.[9]

Atom was released from beta, as version 1.0, on 25 June 2015.[10] Its developers call it a "hackable text editor for the 21st Century".[11]

History

It was able to be used as an integrated development environment (IDE)[12][13][14][15], until that feature was 'retired' in December 2018.[16]

Packages

Like most other configurable text editors, Atom enables users to install third-party packages and themes to customize the features and looks of the editor. Packages can be installed, managed and published via Atom's package manager apm.

Programming language support

Atom's default packages can apply syntax highlighting for the following programming languages and file formats:[17][18]


License

Initially, extension packages for Atom and anything not part of Atom's core were released under an open-source license. On 6 May 2014, the rest of Atom, including the core application, its package manager, as well as its desktop framework Electron, were released as free and open-source software under the MIT License.[20]

Privacy

There was initially concern and discussion about two opt-out packages that report various data to external servers.[21][22][23][24][25] However, those packages are now opt-in with a verbose dialog at the initial launch:[26]

  • Metrics package: Reports usage information to Google Analytics (As of version 1.31.0, this has been removed, now usage information is sent to GitHub's analytics pipeline directly.[27][28]), including a unique UUID v4 random identifier.[29] According to the authors, this is to determine the performance and know the most-used functions.[30] This feature can be disabled by the user by opening the Settings View, searching for the metrics package, and disabling it.[29]
  • Exception-reporting package: Reports uncaught Atom exceptions to www.bugsnag.com.[31]

See also

Template:Portal

References

External links

Template:HTML editors Template:JavaScript