Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom editor "sunsetted" by Github #45

Open
timbl opened this issue Apr 7, 2023 · 6 comments
Open

Atom editor "sunsetted" by Github #45

timbl opened this issue Apr 7, 2023 · 6 comments

Comments

@timbl
Copy link
Contributor

timbl commented Apr 7, 2023

The electron platform, which has been a key to many web-based projects being ported to native, and is key to Data Kitchen, has been "sunsetted" by its maintainers the end of last year.

Two quotes from the sunsetting blog

Atom has not had significant feature development for the past several years,

Feature-complete and stable is actually pretty useful.

It’s worth reflecting that Atom has served as the foundation for the Electron framework, which paved the way for the creation of thousands of apps, including Microsoft Visual Studio Code, Slack, and our very own GitHub Desktop.

That's a lot of damage.

Its a community problem. See also eg

Why should you use something other than an electron

@jeff-zucker
Copy link
Contributor

Sigh, I have been eyeing other alternatives. We can get most of the same thing with a bundled CSS + SolidOS + a bit of glue. I have that working locally without Electron. I can demo that along with some other things I've been working on this or a coming Wednesday.

@timbl
Copy link
Contributor Author

timbl commented Apr 9, 2023

In that solution, what is the HTML engine? Webview?

@jeff-zucker
Copy link
Contributor

At the moment, it uses any browser to access the local file system via a CSS localhost. It could be bundled with a stand-alone chromium or some such. The browser approach allows access to the file system as a pod but does not provide access to native apps. I'm not sure that native app integration is critical to the goals of DK, but if you think it is, I can be convinced. It could be added either with a different bundling tool (Tauri?) or by building it into a custom CSS.

@damooo
Copy link

damooo commented Apr 10, 2023

Electron is very much an active project. Only Atom text editor is being sunsetted. But still electron is too much a bloat for practical native apps.

@jeff-zucker
Copy link
Contributor

Tauri uses webview and is lighter weight than electron, it may be a good match.

@timbl
Copy link
Contributor Author

timbl commented Apr 11, 2023

Meanwhile, directly conflicting news... the Github Download blog says firmly that Atom will continue!

Suggests you shold move from Atom to VSCode .. which itself is based on Electron.

@timbl timbl changed the title Electron platform "sunsetted" by Github Atom editor "sunsetted" by Github Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants