forked from AbleOS/holey-bytes
22 lines
591 B
HTML
22 lines
591 B
HTML
<div id="dep-list">
|
|
<input placeholder="search impoted deps.." oninput="filterCodeDeps(this, event)">
|
|
<section id="deps">
|
|
results show here...
|
|
</section>
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<h3>About posting code</h3>
|
|
<p>
|
|
If you are unfammiliar with <a href="https://git.ablecorp.us/AbleOS/holey-bytes">hblang</a>, refer to the
|
|
<strong>hblang/README.md</strong> or
|
|
vizit <a href="/profile/mlokis">mlokis'es posts</a>. Preferably don't edit the code here.
|
|
</p>
|
|
|
|
<h3>Extra textarea features</h3>
|
|
<ul>
|
|
<li>proper tab behaviour</li>
|
|
<li>snap to previous tab boundary on "empty" lines</li>
|
|
</ul>
|