docs(kb): 为角色与设定 Bible 添加「关联提案」Dataview 区块
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -89,4 +89,15 @@ related_worldbuilding: [排异反应, 伊甸计划, 幸福市, 大遗忘, 世界
|
||||
> |---|------|----------------|
|
||||
> | 1 | [[inbox/archived/_ 设定展开]] | 年表第 3 节点、灵魂衰变完整描述 |
|
||||
> | 2 | 排异反应、伊甸计划、幸福市、世界观年表 等 bible | 互参 |
|
||||
---
|
||||
|
||||
### 📡 关联提案 (自动追踪)
|
||||
|
||||
> 以下是针对本条目的未决提案,决策前请参考。
|
||||
|
||||
```dataview
|
||||
TABLE author as "发起人", created as "日期", summary as "一句话"
|
||||
FROM "kb/proposals"
|
||||
WHERE contains(targets, this.file.link) AND status = "open"
|
||||
SORT created DESC
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user