1772449055

This commit is contained in:
Docker7530
2026-03-02 18:57:39 +08:00
parent a2f5df43cc
commit 546b32c344
20 changed files with 540 additions and 1285 deletions
+2 -2
View File
@@ -49,6 +49,6 @@
| 候选存在 | `[` / `]` | 以词定字:取首字/末字 | `wanxiang.schema.yaml` |
| 候选存在 | `,` | super_tips 上屏按键 | `wanxiang.schema.yaml` |
![](../../attachment/Pasted%20image%2020260228121011.png)
![](../../attachment/images-uuid/1b6c8b1c84064481ac7c72347ba8e259.png)
![](../../attachment/Pasted%20image%2020260228121021.png)
![](../../attachment/images-uuid/b8817fb44bcf4c4c938e9492dc554bcd.png)
@@ -19,6 +19,14 @@ module.exports = async (params) => {
// 获取所有引用该文件的笔记
const backlinks = app.metadataCache.getBacklinksForFile(activeFile);
console.log("引用文件的列表:");
for (const [file, links] of backlinks.data) {
console.log(`- ${file}: ${links.length} 个引用`);
for (const link of links) {
console.log(` ${link.link}`);
}
}
// 确认操作
const confirm = await quickAddApi.yesNoPrompt(
"确认重命名",