Home
2025/10/27
数学分析
list
from #数学
where regexmatch("-.*-" ,file.name)
and contains(file.path, "微积分")
sort chapter线性代数
list
from #数学
where regexmatch("-.*-" ,file.name)
and contains(file.path, "线性代数")
sort chapter概率论
list
from #数学
where regexmatch("-.*-" ,file.name)
and contains(file.path, "概率论")
sort chapter最近编辑
table WITHOUT ID file.link AS "标题", file.mtime
from #数学 and !"模板" and !"kanban"
where regextest("(微积分|概率论|线性代数|Other)", file.path)
sort file.mtime desc
limit 16链接到当前文件 1