Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Open Package Detail View for any package from URI #436

Closed
thedaniel opened this issue Mar 18, 2015 · 4 comments
Closed

Open Package Detail View for any package from URI #436

thedaniel opened this issue Mar 18, 2015 · 4 comments
Assignees

Comments

@thedaniel
Copy link
Contributor

In order to support atom/atom#5262 and atom/welcome#28 we should be able to open a package in Atom from a URI that looks like atom://config/packages/<package-name>. If the package is not already installed, we'll need to get it from apm / the atom.io API and display an appropriate message if the network is unavailable or the package is not found for some reason.

@thedaniel
Copy link
Contributor Author

I'm finally starting on this.

@thedaniel
Copy link
Contributor Author

Started implementation in #614

@jerone
Copy link
Contributor

jerone commented Sep 8, 2015

With #614 merged, is it now possible to open the settings view for a particular package by opening an URI that looks like atom://config/packages/<package-name>? If yes, can you show an example.

@mnquintana
Copy link
Contributor

@jerone It is! If you want to try it yourself you can try entering atom.workspace.open('atom://config/packages/autocomplete-plus') in the DevTools console, or you can take a look at the About dialog and click on the atom/metrics link for a running example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants