From d8a64dcc2a4107384b6d977cdee07f793e9e4f17 Mon Sep 17 00:00:00 2001 From: DarkSun Date: Fri, 26 Jan 2024 05:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E9=A2=98[news]:=2020240125=20Creators?= =?UTF-8?q?=20of=20Atom=20Bring=20Another=20Open=20Source=20Code=20Editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sources/news/20240125 Creators of Atom Bring Another Open Source Code Editor.md --- ...m Bring Another Open Source Code Editor.md | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 sources/news/20240125 Creators of Atom Bring Another Open Source Code Editor.md diff --git a/sources/news/20240125 Creators of Atom Bring Another Open Source Code Editor.md b/sources/news/20240125 Creators of Atom Bring Another Open Source Code Editor.md new file mode 100644 index 000000000000..8b657a19a6b5 --- /dev/null +++ b/sources/news/20240125 Creators of Atom Bring Another Open Source Code Editor.md @@ -0,0 +1,70 @@ +[#]: subject: "Creators of Atom Bring Another Open Source Code Editor" +[#]: via: "https://news.itsfoss.com/atom-creators-zed-open-source/" +[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/" +[#]: collector: "lujun9972/lctt-scripts-1705972010" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +Creators of Atom Bring Another Open Source Code Editor +====== +Zed is now open-source, with interesting features in the mix. +There are a couple of interesting code editors in the works which might have the potential to challenge Visual Studio Code. Zed, is one of them, built by the creators of Atom, focused on performance and feature-rich at the same time. + +It offers features like Vim mode, integrated terminal, real-time collaboration, and more. + +While we already listed Zed as one of the most [impressive upcoming code editors][1], it was not open-source, until now. + +They finally decided to open source the entire project, with different licenses associated with its editor, server-side, and the UI. + +### Zed: From the Makers of Atom and Tree-sitter + +![][2] + +If you are aware of Atom code editor (now [defunct][3]) or [tree-sitter][4], you already know that Zed code editor can be your next remarkable code editor. + +**Unfortunately, it is not available for Linux at the moment**. You can download it for **macOS**. Of course, with its source-code now on [GitHub][5], the community can help make a binary available for Linux as well. + +Regarding the open-source licenses, it is **GPL for the editor** , **AGPL for server-side components** , and **Apache 2 for the UI**. + +In addition to the [announcement][6] to open-source the project, they also unveiled a neat little feature called " **Zed Channels** ". With Zed Channels, you can share a link, and write code together in real time. So, it should make collaboration seamless. + +The developers also revealed that they will be monetizing features like Zed Channels and other AI-powered functionalities for a sustainable business model in the near future. + +As of now, the new features will be free for everyone. + +Moreover, they may continue offering proprietary products for commercial/enterprise use-cases. It could be something like " _Zed Pro_ " for businesses, a generic guess from my side 😉 + +Though, they intend that the proprietary code will be a tiny fraction, if at all. + +Zed aims to be a better code editor for everyone and with open-sourcing the project, they believe the [community contributions][7] can help them achieve the 1.0 milestone release swiftly. + +You can explore all about the code editor on its [official website][8] and the [documentation][9]. + +[Zed][8] + +* * * + +-------------------------------------------------------------------------------- + +via: https://news.itsfoss.com/atom-creators-zed-open-source/ + +作者:[Ankush Das][a] +选题:[lujun9972][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://news.itsfoss.com/author/ankush/ +[b]: https://github.com/lujun9972 +[1]: https://news.itsfoss.com/upcoming-code-editors/ +[2]: https://news.itsfoss.com/content/images/2024/01/zed-editor.jpg +[3]: https://github.blog/2022-06-08-sunsetting-atom/ +[4]: https://tree-sitter.github.io/tree-sitter/ +[5]: https://github.com/zed-industries/zed +[6]: https://zed.dev/blog/zed-is-now-open-source +[7]: https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md +[8]: https://zed.dev/ +[9]: https://docs.zed.dev/