Real Browser in ATOM
Here are some feature...
- Live Preview
- Back/Forward Button
- DevTool
- Refresh
- History
- Preview
- Favorites..
The real user of browser plus is with Navigate package--> https://atom.io/packages/navigate
This package help in navigating/links to html file. when you press f2 on a html file it opens up the browser The browser url can be provided added in the config against the keys. The default key combinations are now
'F1': title: 'F1 - Help' type: 'string' default: 'http://devdocs.io/#q=&searchterm'
'CTRL-F1': title: 'F1 - Help' type: 'string' default: 'https://www.google.com/search?q=&searchterm'
'CTRL-F2': title: 'Stack Overflow Search' type: 'string' default: 'http://stackoverflow.com/search?q=&searchterm'
'CTRL-F3': title: 'AtomIO Search' type: 'string' default: 'https://atom.io/docs/api/search/latest?q=&searchterm'
Custom keys(CTRL-F4) can be added against custom url. The word under cursor is available in the search term. So Currently any help for the key words, are provided through devdocs.
Again there is expremental feature to provide selection and preview of the any dom element in the html page. This can be currently used against small dom element. -