Browse Source

HTML link fix

master
Levi Olson 3 years ago
parent
commit
4dbc1f40ca
2 changed files with 16 additions and 16 deletions
  1. +12
    -12
      posts/bnp-changelog.html
  2. +4
    -4
      posts/bnp-changelog.md

+ 12
- 12
posts/bnp-changelog.html View File

@ -1,19 +1,19 @@
<h1 id="betternetworkpanelchangelogomitintoc">Better Network Panel - Changelog <!-- omit in toc --></h1>
<ul>
<li><a href="#version-100">Version 1.0.0</a>
<ul>
<li><a href="#improved-search">Improved Search</a></li>
<li><a href="#json-editor-built-in">JSON Editor BUILT IN</a></li>
<li><a href="#vertical-chrome-panel">Vertical Chrome Panel</a></li>
<li><a href="#download-json">Download JSON</a></li>
</ul>
</li>
<li><a href="#version-100">Version 1.0.0</a>
<ul>
<li><a href="#improved-search">Improved Search</a></li>
<li><a href="#json-editor-built-in">JSON Editor BUILT IN</a></li>
<li><a href="#vertical-chrome-panel">Vertical Chrome Panel</a></li>
<li><a href="#download-json">Download JSON</a></li>
</ul>
</li>
</ul>
<h2 id="version100">Version 1.0.0</h2>
<p><a href="/images/v1.0.0-FullScreenshot.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-FullScreenshot.png" alt="Version 1.0.0 Screenshot" />
</a></p>
<p><a id="improved-search" /></p>
<p><a id="improved-search"></a></p>
<h3 id="improvedsearch">Improved Search</h3>
<p>Advanced search capability has been added in this release which improves on the previous search by adding a negation search (i.e. "-carts" which would remove requests containing "carts" in the results).</p>
<p><a href="/images/v1.0.0-Search.png" data-jbox-image="gallery">
@ -29,19 +29,19 @@
<p><code>products</code> <strong>OR</strong> <code>services</code></p>
</blockquote>
<p>Which would return any requests containing <strong>EITHER</strong> <code>products</code> <strong>OR</strong> <code>services</code>.</p>
<p><a id="json-editor-built-in" /></p>
<p><a id="json-editor-built-in"></a></p>
<h3 id="jsoneditorbuiltin">JSON Editor BUILT IN</h3>
<p>Using the Open Source <a href="https://github.com/josdejong/jsoneditor">JSON Editor</a>, you can now easily search and view JSON data just as you can on the official <a href="https://jsoneditoronline.org">jsoneditoronline.org</a> website.</p>
<p><a href="/images/v1.0.0-JSONEditor.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-JSONEditor.png" alt="JSON Editor Screenshot" />
</a></p>
<p><a id="vertical-chrome-panel" /></p>
<p><a id="vertical-chrome-panel"></a></p>
<h3 id="verticalchromepanel">Vertical Chrome Panel</h3>
<p>Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.</p>
<p><a href="/images/v1.0.0-VerticalPanel.png" data-jbox-image="gallery">
<img src="/images/v1.0.0-VerticalPanel.png" alt="Vertical Panel Screenshot" />
</a></p>
<p><a id="download-json" /></p>
<p><a id="download-json"></a></p>
<h3 id="downloadjson">Download JSON</h3>
<p>Download the current panel as a JSON doc.</p>
<p><a href="/images/v1.0.0-DownloadJSON.png" data-jbox-image="gallery">

+ 4
- 4
posts/bnp-changelog.md View File

@ -12,7 +12,7 @@
![Version 1.0.0 Screenshot](/images/v1.0.0-FullScreenshot.png)
</a>
<a id="improved-search" />
<a id="improved-search"></a>
### Improved Search
Advanced search capability has been added in this release which improves on the previous search by adding a negation search (i.e. "-carts" which would remove requests containing "carts" in the results).
@ -34,7 +34,7 @@ And you can search for:
Which would return any requests containing **EITHER** `products` **OR** `services`.
<a id="json-editor-built-in" />
<a id="json-editor-built-in"></a>
### JSON Editor BUILT IN
Using the Open Source [JSON Editor](https://github.com/josdejong/jsoneditor), you can now easily search and view JSON data just as you can on the official [jsoneditoronline.org](https://jsoneditoronline.org) website.
@ -43,7 +43,7 @@ Using the Open Source [JSON Editor](https://github.com/josdejong/jsoneditor), yo
![JSON Editor Screenshot](/images/v1.0.0-JSONEditor.png)
</a>
<a id="vertical-chrome-panel" />
<a id="vertical-chrome-panel"></a>
### Vertical Chrome Panel
Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.
@ -52,7 +52,7 @@ Better Network Panel now supports a vertical layout using responsive CSS. Panel
![Vertical Panel Screenshot](/images/v1.0.0-VerticalPanel.png)
</a>
<a id="download-json" />
<a id="download-json"></a>
### Download JSON
Download the current panel as a JSON doc.

Loading…
Cancel
Save