docs(kb): 为角色与设定 Bible 添加「关联提案」Dataview 区块
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -81,4 +81,15 @@ related_worldbuilding: [主脑, 销售大赛, 幸福市]
|
||||
> | 2 | [[inbox/archived/故事大纲]] | 庆功宴、三幻神致辞、末位淘汰、审判会、乌姆里奇与纯金罐头 |
|
||||
> | 3 | [[inbox/archived/剧情细纲]] | 大爹来了、戈塔什与奥林/米尔寇、审判会 |
|
||||
> | 4 | 世界观梗概;主脑、戈塔什、英理条目 | 互参 |
|
||||
---
|
||||
|
||||
### 📡 关联提案 (自动追踪)
|
||||
|
||||
> 以下是针对本条目的未决提案,决策前请参考。
|
||||
|
||||
```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