sourcefetch-tutorial
sourcefetch-tutorial copied to clipboard
Example code for GitHub blog post: "Building your first Atom plugin"
Add new result
selecting toggle from the command palette displays the demo panel but never closes it. The panel hides when the command palette is opened, though—which doesn't seem like the correct behavior....
Added a few comments in sourcefetch.js to improve code readability.
I was hope there would be another part to this tutorial covering package publishing Or, is it the same as publishing a node module? How as "apm install" know what...