sourcefetch-tutorial icon indicating copy to clipboard operation
sourcefetch-tutorial copied to clipboard

Example code for GitHub blog post: "Building your first Atom plugin"

Results 4 sourcefetch-tutorial issues
Sort by recently updated
recently updated
newest added

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...