feat: ability to categorize
This commit is contained in:
87
index.html
87
index.html
@@ -46,12 +46,19 @@ span {
|
||||
<!-- t: end -->
|
||||
|
||||
|
||||
<!-- t: // running, not ignored -->
|
||||
<!-- t: if running -->
|
||||
<!-- t: set heading true -->
|
||||
<!-- t: for running -->
|
||||
<!-- t: ifline id ignore -->
|
||||
<!-- t: else -->
|
||||
<!-- t: if heading -->
|
||||
<!-- t: set heading -->
|
||||
|
||||
<h3>things running on the server</h3>
|
||||
<ul>
|
||||
|
||||
<!-- t: for running -->
|
||||
<!-- t: end -->
|
||||
<li>
|
||||
<!-- t: if info -->
|
||||
<a href="/info/<!-- t: raw info -->">
|
||||
@@ -82,8 +89,7 @@ span {
|
||||
<!-- t: set linebreak -->
|
||||
<!-- t: for line additional -->
|
||||
<!-- t: raw linebreak -->
|
||||
<!-- t: set linebreak <br>
|
||||
-->
|
||||
<!-- t: set linebreak <br> -->
|
||||
<!-- t: safe line -->
|
||||
<!-- t: end -->
|
||||
</div>
|
||||
@@ -95,17 +101,83 @@ span {
|
||||
<!-- t: end -->
|
||||
</li>
|
||||
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
</ul>
|
||||
|
||||
<!-- t: end -->
|
||||
|
||||
<!-- t: // not running, pinned -->
|
||||
<!-- t: if static -->
|
||||
<!-- t: set heading true -->
|
||||
<!-- t: for static -->
|
||||
<!-- t: ifline id pinned -->
|
||||
<!-- t: if heading -->
|
||||
<!-- t: set heading -->
|
||||
|
||||
<h3>pinned</h3>
|
||||
<ul>
|
||||
|
||||
<!-- t: end -->
|
||||
<li>
|
||||
<!-- t: if info -->
|
||||
<a href="/info/<!-- t: raw info -->">
|
||||
<!-- t: else -->
|
||||
<!-- t: if redirect -->
|
||||
<a href="/<!-- t: raw redirect -->">
|
||||
<!-- t: else -->
|
||||
<span>
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
<!-- t: safe id -->
|
||||
<!-- t: if info -->
|
||||
</a>
|
||||
<!-- t: else -->
|
||||
<!-- t: if redirect -->
|
||||
</a>
|
||||
<!-- t: else -->
|
||||
</span>
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
: <!-- t: // comment to keep editors from removing the trailing space -->
|
||||
<!-- t: if additional -->
|
||||
<em class="oht">
|
||||
<!-- t: end -->
|
||||
<!-- t: safe status -->
|
||||
<!-- t: if additional -->
|
||||
</em><div class="ohs">
|
||||
<!-- t: set linebreak -->
|
||||
<!-- t: for line additional -->
|
||||
<!-- t: raw linebreak -->
|
||||
<!-- t: set linebreak <br> -->
|
||||
<!-- t: safe line -->
|
||||
<!-- t: end -->
|
||||
</div>
|
||||
<!-- t: end -->
|
||||
<!-- t: if debug -->
|
||||
<!-- t: if duration -->
|
||||
| <!-- t: safe duration -->ms
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
</li>
|
||||
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
</ul>
|
||||
<!-- t: end -->
|
||||
|
||||
<!-- t: // not running, not pinned -->
|
||||
<!-- t: if static -->
|
||||
<!-- t: set heading true -->
|
||||
<!-- t: for static -->
|
||||
<!-- t: ifline id pinned -->
|
||||
<!-- t: else -->
|
||||
<!-- t: if heading -->
|
||||
<!-- t: set heading -->
|
||||
|
||||
<h3>everything else</h3>
|
||||
<ul>
|
||||
|
||||
<!-- t: for static -->
|
||||
<!-- t: end -->
|
||||
<li>
|
||||
<!-- t: if info -->
|
||||
<a href="/info/<!-- t: raw info -->">
|
||||
@@ -136,8 +208,7 @@ span {
|
||||
<!-- t: set linebreak -->
|
||||
<!-- t: for line additional -->
|
||||
<!-- t: raw linebreak -->
|
||||
<!-- t: set linebreak <br>
|
||||
-->
|
||||
<!-- t: set linebreak <br> -->
|
||||
<!-- t: safe line -->
|
||||
<!-- t: end -->
|
||||
</div>
|
||||
@@ -149,9 +220,9 @@ span {
|
||||
<!-- t: end -->
|
||||
</li>
|
||||
|
||||
<!-- t: end -->
|
||||
<!-- t: end -->
|
||||
</ul>
|
||||
|
||||
<!-- t: end -->
|
||||
|
||||
<!-- t: if docslink -->
|
||||
|
||||
Reference in New Issue
Block a user