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: docs/about/faq/index.html
-5
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,6 @@ <h2 id=is-there-a-plugin-for-my-favorite-editor>Is there a plugin for my favorit
35
35
currently available. It utilizes the <atarget="_blank" href="https://microsoft.github.io/language-server-protocol/" >Language Server Protocol</a>
36
36
which makes it suitable for porting to other editors if there’s
37
37
community interest.</p>
38
-
<h2id=is-there-an-online-service>Is there an online service?<ahref="#is-there-an-online-service" class="headerlink" title="Is there an online service?"></a></h2><p>Yes! You can scan an online website in <ahref="https://webhint.io/scanner/" >here</a>.</p>
39
-
<p>If you have any feedback on the results page, please open an
40
-
issue in the <atarget="_blank" href="https://github.com/webhintio/webhint.io/issues/new" >website repository</a>. If the issue is
41
-
related to the results themselves, then open an issue in the <atarget="_blank" href="https://github.com/webhintio/hint/issues/new" >webhint
42
-
repository</a>.</p>
43
38
<h2id=what-is-the-logo>What is the logo?<ahref="#what-is-the-logo" class="headerlink" title="What is the logo?"></a></h2><p>Our logo is Nellie the narwhal. Narwhals are not only <atarget="_blank" href="https://www.youtube.com/watch?v=ykwqXuMPsoc" >awesome</a> but have one of the best sonars in the animal kingdom.</p>
44
39
<p><atarget="_blank" href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0162069" >Narwhal echolocation beams may be the most directional of any
context.evaluate(script);</pre></td></tr></table></figure><h2id=ignore-connectors>Ignore connectors<ahref="#ignore-connectors" class="headerlink" title="Ignore connectors"></a></h2><p>If your hint does not work properly with certain connectors you can
49
+
context.<spanclass="hljs-title function_">evaluate</span>(script);</pre></td></tr></table></figure><h2id=ignore-connectors>Ignore connectors<ahref="#ignore-connectors" class="headerlink" title="Ignore connectors"></a></h2><p>If your hint does not work properly with certain connectors you can
50
50
use the property <code>ignoreConnectors</code> so it is not run when they are used.</p>
<spanclass="hljs-comment">// Your code here</span>
59
59
}
60
60
}</pre></td></tr></table></figure><h2id=interact-with-other-services>Interact with other services<ahref="#interact-with-other-services" class="headerlink" title="Interact with other services"></a></h2><p>You can develop a hint that integrates with other services. <code>webhint</code>
@@ -67,11 +67,11 @@ <h2 id=evaluate-javascript-in-the-page-context>Evaluate JavaScript in the page c
}</pre></td></tr></table></figure><h2id=how-to-test-a-full-connector>How to test a “full” connector<ahref="#how-to-test-a-full-connector" class="headerlink" title="How to test a “full” connector"></a></h2><p>To make sure your connector is a “full” connector, it has to pass the
Copy file name to clipboardexpand all lines: docs/docs/user-guide/concepts/formatters/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
<ul>
29
29
<li><p><atarget="_blank" href="https://npmjs.com/package/@hint/formatter-json" ><code>@hint/formatter-json</code></a> does a <code>JSON.stringify()</code> of
30
30
the results. Output is not user friendly:</p>
31
-
<p><imgsrc="/static/images/json-output-2bb9d2f869.png" alt="Example output for the json formatter"></p>
31
+
<p><imgsrc="/static/images/json-output-6f15a72cc8.png" alt="Example output for the json formatter"></p>
32
32
</li>
33
33
<li><p><atarget="_blank" href="https://npmjs.com/package/@hint/formatter-stylish" ><code>@hint/formatter-stylish</code></a> prints the results in
34
34
table format indicating the resource, line, and column:</p>
0 commit comments