Hyperline / hyperline

✨ Status line plugin for Hyper ✨
MIT License
616 stars 120 forks source link

Expose plugins list to allow user to add/remove plugins. #97

Closed corbin-r closed 7 years ago

corbin-r commented 7 years ago

Something that I'm currently working on but figured I'd put it here is:

Exposing the plugins list to be customizable by the user; currently a user has to open src/lib/plguins/index.js and remove the plugin from the

export default []

list, and then comment out the import statement so the linter won't complain.

I did notice in src/lib/utils/config.js this seems to be an in-dev implementation of what I'm describing, I'd love confirmation on whether or not this is correct.

timneutkens commented 7 years ago

@basedjux we can provide each plugin as standalone hyper plugin.

timneutkens commented 7 years ago

@stefanivic has been working on the first. Which will be a boilerplate for the other plugins 👌

timneutkens commented 7 years ago

The latest version of hyperline supports external plugins btw 😄

corbin-r commented 7 years ago

Ahh that's how that will be implemented, okay! Cool! I will just wait patiently then for that boilerplate to come along then.

And yeah I did see that with latest ver of Hyper! 😃

timneutkens commented 7 years ago

Feel free to join https://zeit.chat/ and send me a message 👍

corbin-r commented 7 years ago

Closing this issue. @timneutkens and I spoke, his team and himself are implementing something a lot more simple.