From b0b85d04198ce56bb13f46dde0d47fb56a7fa05a Mon Sep 17 00:00:00 2001 From: Mark Lavi Date: Tue, 3 Mar 2026 18:40:38 -0600 Subject: [PATCH] Add Atom Successors section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1182cec..60e6cf6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ A curated list of delightful Atom packages and resources. For more awesomeness, - [Test Navigator](#test-navigator) - [Themer](#themer) - [Toggle Quotes](#toggle-quotes) +- [Atom Successors](#atom-successors) ## Syntax @@ -242,3 +243,12 @@ JavaScript, and much more in Atom. #### [Tree View Search Bar](https://atom.io/packages/tree-view-search-bar) > Quick look in tree view. + +## Atom Successors + +Atom was [sunset](https://github.blog/news-insights/product-news/sunsetting-atom/) by in late 2022, a few years after the [acquisition of GitHub by Microsoft](https://en.wikipedia.org/wiki/Atom_(text_editor)). Microsoft encouraged developers to migrate to Visual Studio Code, but Atom's story continues: + +- [Pulsar](https://pulsar-edit.dev/) is a community fork that modernizes the Atom project with a mostly compatible package ecosystem. + +- Zed, an open-source editor, was created by [some of the Atom team](https://zed.dev/team) in 2024. +