return lit.manifest.nodes
.filter(node=> /wikipedia/.test(node.id) )
.map( n => `- ${n.url}`).join("\n")
Unlinked files
const noBacklinks = (n) => !n.backlinks || !n.backlinks.length || (n.backlinks.length === 1 && n.backlinks[0].id === lit.location.src)
const toMd = (n) => `- [${n.title || n.id}](${n.id})`
return fetch("/manifest.json").then((res) =>
  res.json().then((json) => {
    return "### unlinked\n\n" + json.nodes
               .filter(noBacklinks)
               .map(toMd)
               .join('\n');
  })
);
unlinked
- Title TBD (/dummy/🔥.lit)
 - .lit
 - 🎪
 - 2021-05-29
 - 2021-05-30
 - 2021-06-01
 - 2021-06-02
 - 2021-06-04
 - 2021-06-05
 - 2021-06-06
 - 2021-06-08
 - 2021-06-09
 - 2021-06-11
 - 2021-06-12
 - 2021-06-13
 - 2021-06-14
 - 2021-06-19
 - 2021-06-23
 - 2021-06-24
 - 2021-06-27
 - 2021-06-29
 - 2021-06-30
 - 2021-07-01
 - 2021-07-02
 - 2021-07-03
 - 2021-07-12
 - 2021-07-13
 - 2021-07-14
 - 2021-07-16
 - 2021-07-17
 - 2021-07-19
 - 2021-07-20
 - 2021-07-21
 - 2021-07-22
 - 2021-07-23
 - 2021-07-24
 - 2021-07-26
 - 2021-07-29
 - 2021-08-04
 - 2021-08-05
 - 2021-08-06
 - 2021-08-10
 - 2021-08-12
 - 2021-08-13
 - 2021-08-18
 - 2021-08-20
 - 2021-08-25
 - 2021-08-29
 - 2021-09-03
 - 2021-09-04
 - 2021-09-06
 - 2022-06-09
 - ${(new Date()).toISOString().split("T")[0]}
 - throwaway/codevaluebug.lit