Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabceb/atom-web-view
Package to open a web browser inside Atom
https://github.com/gabceb/atom-web-view
Last synced: 4 months ago
JSON representation
Package to open a web browser inside Atom
- Host: GitHub
- URL: https://github.com/gabceb/atom-web-view
- Owner: gabceb
- License: mit
- Created: 2014-03-01T02:10:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T16:57:55.000Z (almost 6 years ago)
- Last Synced: 2024-06-22T07:50:51.383Z (6 months ago)
- Language: CoffeeScript
- Size: 147 KB
- Stars: 52
- Watchers: 4
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom Web View package
Opens a web browser in an editor in Atom.
It has a very neat and unique design that has a minimalist, simple design to it and is very easy to use and very pretty to look at.
## Two ways to use the Web View package.
### With command Palette
1. `ctrl-shift-P` to open your **Command Palette**
2. type in "Web View"### Using Atom's Menu bar
1. Atom Menu Package
2. Web View
3. Go to page> Press Alt on windows if it's not there
## Things you should know
* The web pages are being rendered in an iFrame
* Websites **don't work** like Google, Tumblr, Yahoo, etc.
* You might have changed the command palette hotkey, `ctrl-shift-P` is default## Development
* Report all *bugs* and *feature* requests in the issues section on **github**
* If you would like to help out first fork the repository
```git
git clone https://github.com/gabceb/atom-web-view.git
git commit -am ""
git add .
git push https://github.com/YOUR-GIT-USERNAME/atom-web-view
```
* Launch atom in dev mode (open a folder with command palette)
* run `apm develop web-view`
* Make a pull requests[Atom.io Documentation](https://atom.io/docs/)
![Atom Web View](https://raw.github.com/gabceb/atom-web-view/master/atom-web-view.png)