sean-codes / atom-browser

Atom-Browser is the plugin to browse the web, preview files, auto-reload, and search Google within Atom
MIT License
39 stars 7 forks source link

2020.5: updates #41

Closed sean-codes closed 4 years ago

sean-codes commented 4 years ago

zoom bar

Can toggle a zoom bar in settings. For feature request #40 #42

atom-browser-zoom-bar

open target="_blank" urls in same window

Urls that open in new tab, new window will now open in the current frame. Fixes #44

reload ignoring cache

Changing webview.reload to webview.reloadIgnoringCache to fix issue #43

fix font size bug with navbar

If changing atoms global font size the navbar could go overtop the webview. Changing the navbar/webview to use display flex

reload by default config

Checkbox in settings to make auto reload active when previewing a file

static serve experiment

Optional experimental feature. Previewing a file will start a static server for the project folder and use that url.

Jun-28-2020 17-27-04