You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1class="header">Sublime View In Browser Plugin</h1>
21
+
<h1class="header">Sublime Text View In Browser Plugin</h1>
20
22
<pclass="header">Open the contents of your current view/tab in a web browser</p>
21
23
22
24
<ul>
@@ -25,126 +27,52 @@ <h1 class="header">Sublime View In Browser Plugin</h1>
25
27
<li><aclass="buttons github" href="https://github.com/adampresley/sublime-view-in-browser">View On GitHub</a></li>
26
28
</ul>
27
29
28
-
<pclass="header">This project is maintained by <aclass="header name" href="https://github.com/adampresley">adampresley</a></p>
29
-
30
-
31
-
</header>
32
-
<section>
33
-
<h1>Sublime Text 2 - View In Browser</h1>
34
-
<p>
35
-
<em>View In Browser</em> is a Sublime Text 2 plugin that will open whatever is in your
36
-
current view/tab. If the file current open is new and has not been saved a temporary
37
-
file is created (in your default temp directory for your OS) with the extension of
38
-
<strong>.htm</strong> and your browser will open it. However if the current open file is saved
39
-
and has a name this plugin will open it in whatever you have set to handle
40
-
its type.
41
-
</p>
42
-
43
-
<p>By default the keystroke assigned to this plugin is <em>CTRL + ALT + V</em>.</p>
44
-
45
-
<h2>Installation</h2>
46
-
<p>
47
-
Using the Sublime Text 2 Package Control plugin (<ahref="http://wbond.net/sublime_packages/package_control">http://wbond.net/sublime_packages/package_control</a>)
48
-
press <em>CTRL + SHIFT + P</em> and find <strong>Package Control: Install Package</strong> and press <em>Enter</em>.
49
-
Find this plugin in the list by name <strong>View In Browser</strong>.
50
-
</p>
51
-
52
-
<h2>Configuring Browsers</h2>
53
-
54
-
<p>
55
-
By default this plugin will open files in Firefox. You can configure it to open
56
-
using another browser of your choice. To do this, choose <em>Settings - User</em> from <em>Preferences > Package Settings > View In Browser</em>.
57
-
</p>
58
-
59
-
<p>
60
-
The browser you wish to use to open files is set in the key named <strong>selectedBrowser</strong>. The list of browsers
61
-
you can use and configure are in the key named <strong>supportedBrowsers</strong>.
62
-
</p>
63
-
64
30
<p>
65
-
The <strong>supportedBrowsers</strong> values can be configured to have paths to your browser installations.
66
-
Each browser listed is an array (list) of configurations that allow you to setup a browser
67
-
for multiple operating systems. For example under <em>chrome</em> there are two configurations.
68
-
The first is for your average Linux system. The second is for Windows.
0 commit comments