9 lines
225 B
Markdown
Executable File
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
|
|
``` |