Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

A system of permissions for plugins would be welcome in my mind for Atom, similar to browser plugins or mobile apps. Then a new "feature" would require the "transmit your code to a third party" permission.


sort by: page size:

Totally possible, since Atom's core functionality is also plugin-based. Stuff like syntax highlighting etc. IIRC.

I wonder if they are going to have a plugin for ATOM IDE?

They said they'd like to make this stuff work as Atom plugins eventually

Agreed. By now almost all my Atom plugins are of the "editor integration for language X".

I've mostly given up on the "add new feature" category of plugins.


My hope is that the core of Atom isn't so bloated with GitHub integration and that integration is optionally available through the plugin management system. I'm of the type who prefers to use the text editor just for code and other tools for source control and project management.

That sounds Atom plugin specific. Do Atom plugins not run in some sort of Sandbox?

I really hope they'll improve the discovery of third-party plugins, the repertoire of available atom plugins is insane, yet finding something you want is still a /lot/ harder than with sublime + package control...

Atom is awesome, but I agree that the plugins aren't mature enough yet.

Are there specific features of Atom that aren't in Code? It seems that Code could likely add some of the features missing that are in Atom easier than trying to merge them, or go the other direction.

The most important thing about Atom is probably the community around it. TextMate is also opensource yet I haven't seen many plugins built for it.

Plugins and users are big part of what make Atom great.


I love Atom. The plugins and customizability are nice.

They could probably also merge the two somehow. The one thing I like more about Atom (even though I don't use it anymore) is editing the editor settings gives you a UI instead of just a JSON file which I don't mind, but it's kind of uneeded to me to have to work harder just to check all my editor settings.

Can somebody please make an Atom plugin for this? Oh wait...

Is anyone working on support in Atom?

for me, atom’s initial value proposition way back when was, (well, in addition to the customizability/programmability) the third party plug-in ecosystem. It was a pretty big deal for me at the time not to have to wait for my code editor to release an extension for that-one-thing-I-use.

Atom is slow for larger files, but the vast amount of third party plugins is a great asset.


I would love that Atom plugin, wow

How to get started making an Atom plugin? Would love to collaborate w/you or others


I wonder if they will bundle a license for the Atom editor along with the program.

The plugins are the major selling point of atom.

You can add them for things like syntax highlighting, but they can do so much more, and in many cases can border on "IDE-level" features.

Things like autocomplete, code linting, smart refactor tools, find reference/definition, test runners, debuggers, git integration, and a ton more. (one that I use a lot adds a terminal in the browser so I can run some command line tools without having to tab away to something else)

They are pretty limitless. If it can be rendered via HTML/css/js, it can be a plugin.


So, what prevents any Atom package from being silently taken over and turned into a private code Hoover? Is there anything in Atom's packaging APIs that ensures plugins that can read source cannot also access the network without permission?
next

Legal | privacy