Files
StudyDiary/09-Templates/主题文献比较查询表.md
2026-07-23 20:36:13 +08:00

9 lines
225 B
Markdown
Executable File

---
created: 2025-08-30T11:45
updated: 2025-09-22T13:27
---
```dataview
TABLE novelty AS "创新点", significance AS "重要性", potential AS "潜力"
FROM "02-Reading/mdnotes" AND #自定义主题标签
SORT file.mtime
```