Raw sources
Immutable source material ingested into the wiki. Files here are never edited — they are the ground truth that wiki pages are synthesised from.
Organised by format:
articles-and-blogposts/— web articles and blog postsvideo-and-podcast-transcripts/— transcripts from YouTube videos and podcastsacademic-papers/— research papers and preprintscode-repositories/— READMEs, docs, and excerpts from codebasesjupyter-notebooks/— notebooks with code and prosedata/— datasets and data referencesassets/— images referenced by wiki pagesbacklog/— staged sources not yet ingested into the wiki
TABLE WITHOUT ID file.link AS "Name"
WHERE (file.folder = this.file.folder AND file.name != "index")
OR (file.name = "index" AND regexreplace(file.folder, "/[^/]+$", "") = this.file.folder)
SORT file.name ASC