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
Copy file name to clipboardExpand all lines: index.html
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ <h1 class="header">Sublime Text View In Browser Plugin</h1>
39
39
<section>
40
40
<h1>View In Browser</h1>
41
41
<p>
42
-
<em>View In Browser</em> is a Sublime Text 2 plugin that will open whatever is in your
42
+
<em>View In Browser</em> is a Sublime Text plugin that will open whatever is in your
43
43
current view/tab in your browser of choice. If the file you are working with is new
44
44
and has not been saved then this plugin will save a temporary copy fo you and then open it up.
45
45
View In Browser also works with local application servers to open your files using a URL prefix.
@@ -76,6 +76,11 @@ <h2>Where To Start</h2>
76
76
<h2>Change History</h2>
77
77
78
78
<ul>
79
+
<li>07/03/2013:
80
+
<ul>
81
+
<li>Changes to support Sublime Text 3 and Python 3 (<ahref="https://github.com/adampresley/sublime-view-in-browser/issues/13">#13</a>)</li>
82
+
</ul>
83
+
</li>
79
84
<li>06/15/2013:
80
85
<ul>
81
86
<li>Backslashes in Windows are now converted to forward slashes when using a local server configuration. Closes <ahref="https://github.com/adampresley/sublime-view-in-browser/issues/16">#16</a></li>
0 commit comments