Add counting of detached nodes
This commit is contained in:
parent
6feb20d3da
commit
41a5994bbd
7 changed files with 109 additions and 18 deletions
|
|
@ -539,10 +539,9 @@ text = """
|
|||
- [ ] Example (implies metadata `has_example`)
|
||||
- [ ] References/influences (implies metadata `has_references`)
|
||||
- [ ] Meta-awareness
|
||||
- [ ] Detached edges
|
||||
- [x] Detached edges
|
||||
- [ ] Most linked to nodes
|
||||
- [ ] Most linked from nodes
|
||||
- [ ] Most linked to nonexistent nodes
|
||||
- [ ] Most linked
|
||||
- [ ] Rendering
|
||||
- [ ] Sorting of tree, index list and drop-down navigation
|
||||
|
|
|
|||
|
|
@ -163,6 +163,17 @@ em#index-node-count {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border: 0.5px dotted #666;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 10px;
|
||||
border: 0.5px dotted #666;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
* {
|
||||
background-color: #222222;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue