A web browser that runs seamlessly in the Atom editor
This is a web browser tightly integrated into the Atom editor. The web pages appear in the normal editor tabs. The pages are fully functional with scripting and linking. A browser toolbar appears at the top of the Atom window to allow simple webpage navigation.
Updated to work with Atom 1.0, probably once again the only working web browser.
Finally a working tabbed browser, using webviews. (No iframes) The easiest way to get going is to toggle the UI in Browser -> Show / Hide Browser UI, or make atom.workspace.open('http://google.com/'); calls after launching.
This extension is designed to support multiple active tabs using visibility: css to work-around the deallocating webviews with display: none;
apm install atom-browser-webview
ctrl-alt-B
(web-browser:toggle
) and a toolbar will appear above the tabsctrl-alt-B
again to refocus inputctrl-alt-B
again to close toolbarOriginally Created by Mark Hahn (https://github.com/mark-hahn/web-browser)
Copyright Graham S / Mark Hahn by MIT license