Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 558 Bytes

File metadata and controls

26 lines (24 loc) · 558 Bytes

[!example]- 线性代数

list 
from #数学
where regexmatch("--.*--" ,file.name)
and contains(file.path, "线性代数")
sort file.name

[!example]- 概率论

list
from #数学
where regexmatch("--.*--" ,file.name)
and contains(file.path, "概率论")
sort file.name

[!note]- 最近编辑

table WITHOUT ID file.link AS "标题", file.mtime
from #数学 and !"模板" and !"kanban"
where regextest("(微积分|概率论|线性代数|Other)", file.path)
sort file.mtime desc
limit 16