Các ghi chú chưa được tạo

TABLE WITHOUT ID
  out AS "Tên link",
  file.link as "Từ ghi chú"
FLATTEN file.outlinks as out
WHERE
  !(out.file)
  AND !meta(out).embed
  AND !startswith(file.folder, "_assets")
  AND meta(out).display != "Ngày trước đó"
  AND meta(out).display != "Ngày tiếp theo"
SORT out ASC