juechafun/05-原子化笔记本/DataView-文件夹下”需求“开头的文件.md

19 lines
316 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#领域/DataView
## 模板变更
- 20251230(`v1.0.0`):模板创建
# 核心定义
```plain
编写一个 dataviewObsidian插件 查询的示例,查询出指定文件夹下所有“需求”开头的文件
```
```dataview
table
from "00-临时碎片文件夹"
where startswith(file.name, "需求")
```