如何套利

当前理解

Incoming

table without id
 link(file.link, title) as "title",status,author,source,file.mtime as modified
where contains(this.file.inlinks, file.link) or contains(this.file.inlinks,file.link) and !contains(status,"one")
sort date desc

相关笔记

LIST
FROM ""
WHERE contains(file.frontmatter.links_to, this.file.link)
SORT file.cday DESC