atom / atom.io

🌐 A place for feedback on the atom.io website and package API
160 stars 99 forks source link

https://atom.io/packages/toggler should have a install button #140

Closed ElvarP closed 6 years ago

ElvarP commented 6 years ago

Next to the repo button there should be a install button. It should be high contraxt so people can immediately see it.

I would make a pull request but the documentation doesn't point me to the website.

image

You would only need to add this line of css.

.package-meta ul li:first-child
 {
    background-color: #00ffa3 ;
}

The html is pretty straightforward.

Not sure if the Atom team supports web urls like skype does, but that is something to think about implementing. Would be an easy way to get the userbase to start installing more packages.

50Wliu commented 6 years ago

We're slowly working on getting the necessary URI handler support integrated in Atom. When all of that is done there will most likely be an "Install" button present on package pages. Thanks for the feedback though!