This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
选题[news]: 20240125 Creators of Atom Bring Another Open Source Code Ed…
…itor sources/news/20240125 Creators of Atom Bring Another Open Source Code Editor.md
- Loading branch information
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
70 changes: 70 additions & 0 deletions
70
sources/news/20240125 Creators of Atom Bring Another Open Source Code Editor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/ |