table WITHOUT ID file.link AS "标题",file.mtime as "时间"
from !"模板" and !"kanban"
sort file.mtime desc
limit 15

一星期内创建的笔记

table file.ctime as 创建时间
from ""
where date(today) - file.ctime <=dur(7 days)
sort file.ctime desc
limit 15