Example Atom editor package to open any HTML in a tab
This example package includes the minimum amount of code to open arbitrary HTML in a tab in the Atom editor. It can be examined for educational purposes and it can act as a template for a new HTML package.
Feel free to ask questions at the Atom discussion group: https://discuss.atom.io/
apm install html-tab
ctrl-alt-H
html
in the package search box on the leftOpen In Atom
Expand this into a full browser. (easy peasy)
Copyright Mark Hahn by MIT license
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.