Home
2025年2月21日小于 1 分钟
微积分
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
Todo
task
where (contains(file.path,"_assets_/todo/")
and !fullyCompleted)
list
from #数学
where finished=false
同步冲突
list
WHERE regextest("conflict \d{4}-\d{2}-\d{2}-\d{2}-\d{2}-\d{2}",file.name)
参考
名言
Mathematics requires a small dose, not of genius but of an imaginative freedom which, in a larger dose, would be insanity. -Angus K. Rodgers
数学需要的不是天赋, 而是少量的自由想象, 但想象太过自由又会陷入疯狂. ——安古斯·罗杰斯