Plugin tabby-browser #11434
karolnowacki
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🌐 tabby-browser - a real browser tab inside Tabby
Just released the first version of tabby-browser, a plugin that adds a web browser tab to Tabby - keep docs, dashboards, or an internal web app right next to your terminals, no window switching.
What it does
F5/Ctrl+R/Cmd+R.target="_blank"/window.openlinks open in a new browser tab.How it renders
Tabby ships with
<webview>disabled, so the page is drawn with a nativeWebContentsViewoverlaid on the tab (via@electron/remote), sandboxed and context-isolated. One side effect: Tabby's own modals can appear beneath the page while a browser tab is focused - switch tabs to reach them.Source, issues, PRs: https://github.com/karolnowacki/tabby-browser
npm: https://www.npmjs.com/package/tabby-browser
First release - feedback and bug reports very welcome.
All reactions