lynchpin4 / atom-browser-webview

provides a simple, tabbed, browser-like environment INSIDE of atom (beta) - using the <webview> tag
MIT License
19 stars 8 forks source link

atom-browser-webview package

A web browser that runs seamlessly in the Atom editor

Info / Features

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.

News (Dec. 3rd 2015)

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;

Usage

Screenshots / Attributions

PNG

Originally Created by Mark Hahn (https://github.com/mark-hahn/web-browser)

License

Copyright Graham S / Mark Hahn by MIT license