-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
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. |
In that solution, what is the HTML engine? Webview? |
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. |
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. |
Tauri uses webview and is lighter weight than electron, it may be a good match. |
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. |
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
Feature-complete and stable is actually pretty useful.
That's a lot of damage.
Its a community problem. See also eg
Why should you use something other than an electron
The text was updated successfully, but these errors were encountered: