eduroam-prg-sg-1-45-234.net.univ-paris-diderot.fr 2025-9-23:14:10:53

This commit is contained in:
oskar
2025-09-23 14:10:54 +02:00
parent 53102811f4
commit 65137c074e
10 changed files with 78 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ Statistics :
- :obs_links_coming_in: average of `$= Math.round(eval(dv.pages("").file.map((f)=>f.inlinks.length).join("+")) / (dv.pages("").file.length)*100)/100` inlinks per note
> [!query]- :obs_links_coming_in: Notes with a lot of inlinks (backlinks)
> [!query]- Notes with a lot of inlinks (backlinks)
> ```dataview
> TABLE length(file.inlinks) as ":obs_links_coming_in:", title, description
> FROM ""
@@ -27,7 +27,7 @@ Statistics :
> LIMIT 20
> ```
> [!query]- :obs_links_going_out: Notes with a lot of outlinks
> [!query]- Notes with a lot of outlinks
> ```dataview
> TABLE length(file.outlinks) as ":obs_links_going_out:", title, description
> FROM -#MOC