Browser
Open Browser-Tabs in Atom-Editor Powerd by Electron's <webview>.
Markdown Preview support by Showdown with Dark Github README Style
Eearch Engines
Choose Your favourite Search Engine
- DuckDuckGo
- Ecosia
- Brave
Live Update
Activate the to Enable Live Update. This reloads the page on every Text-Editor-Save
| Browse the Internet | Search Web-Contents |
|---|---|
![]() |
![]() |
| Autocomplete & History URL |
|---|
![]() |
Atom-Keybindngs
| Keystroke | Command |
|---|---|
| ctrl-t | Open new Browser-Tab(Default-Url) |
| ctrl-shift+H | Open Text-Editor File in new Browser-Tab(URL: "file:///full/path/to/file.ext", Split: right) |
| ctrl-l | set Focus to Addressbar |
Browser-Keybindngs
| Keystroke | Command |
|---|---|
| ctrl-t | Open new Browser-Tab(Default-Url) |
| ctrl-l | set Focus to Addressbar |
| ctrl-f | Find in Browser-Tab |
| ctrl-p | Print Browser-Tab |
| alt-left | Back |
| ctrl-r / F5 | Reload |
| ctrl-alt-i / F12 | Toggle Dev-Tools |
| ctrl-tab | Atom Activate Next Item |
| ctrl-shift-tab | Atom Activate Previous Item |
| ctrl-(1/9) | Atom Activate Item by Number |
| ctrl-+ | Browser Zoom + 10% |
| ctrl-- | Browser Zoom - 10% |
| ctrl-0 | Browser Zoom 100% |
Override Atom Keymap
ctrl+shift+P -> Application: Open Your Keymap
'.platform-win32, .platform-linux':
'ctrl-f': 'unset!'
'atom-text-editor':
'ctrl-f': 'find-and-replace:show'
ToDo
- Missing Webview Relation on deserialize as Active Pane-Item
- add browser-Menue
- add Context-Menue support


