You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path includes Daily
not done
due on <%moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD")%>
hide due date
hide created date
hide priority
#hide backlink
hide edit button
sort by priority
进行中的任务
path includes Daily
not done
due after <%moment(tp.file.title, "YYYY-MM-DD").format("YYYY-MM-DD")%>
#hide due date
hide created date
hide priority
#hide backlink
hide edit button
sort by priority
今天任务
日志
阅读列表
TABLE elink(url, "🔗") as URL from "阅读/碎片/文章"
WHERE date > date(<%moment(tp.file.title).format("YYYY-MM-DD")%>) - dur(1day) and date <= date(<%moment(tp.file.title).format("YYYY-MM-DD")%>)
path includes Daily
not done
(scheduled on or after <%moment(tp.file.title).startOf('isoWeek').add(0,'day').format("YYYY-MM-DD")%>) OR (due on or after <%moment(tp.file.title).startOf('isoWeek').add(0,'day').format("YYYY-MM-DD")%>)
(scheduled on or before <%moment(tp.file.title).startOf('isoWeek').add(6,'day').format("YYYY-MM-DD")%>) OR (due on or before <%moment(tp.file.title).startOf('isoWeek').add(6,'day').format("YYYY-MM-DD")%>)
hide due date
hide created date
hide priority
hide edit button
#hide backlink
sort by priority
本周已完成的任务
path includes Daily
done
(scheduled on or after <%moment(tp.file.title).startOf('isoWeek').add(0,'day').format("YYYY-MM-DD")%>) OR (due on or after <%moment(tp.file.title).startOf('isoWeek').add(0,'day').format("YYYY-MM-DD")%>)
(scheduled on or before <%moment(tp.file.title).startOf('isoWeek').add(6,'day').format("YYYY-MM-DD")%>) OR (due on or before <%moment(tp.file.title).startOf('isoWeek').add(6,'day').format("YYYY-MM-DD")%>)
hide due date
hide created date
hide priority
hide edit button
#hide backlink
hide done date
sort by priority
阅读列表
LIST from "阅读/碎片/文章"
WHERE date >= date(<%moment(tp.file.title).startOf('isoWeek').add(0,'day').format("YYYY-MM-DD")%>) AND date <= date(<%moment(tp.file.title).startOf('isoWeek').add(6,'day').format("YYYY-MM-DD")%>)