journalhighperfdriving
Saturday September 28th, 2024

Summary

Went karting at Andretti’s in Marietta just to scratch a driving itch with some buddies. The track was much more technical than I expected.

const q = await dv.tryQuery('LIST WITHOUT id file.inlinks WHERE file.name = this.file.name')
for(const notes of q.values) {
  notes.forEach(n => {
    dv.paragraph(`[${n.path.split('/').pop().replace(/\.[^/.]+$/, "")}](${encodeURI(n.path)})`)
  })
}