blob: 949a7c476fdedd47befff250b468ee6bff81d05c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"prefix": "VAULT CONTEXT (auto-injected summary of the user's Obsidian vault):",
"fields": {
"vaultName": "Vault name: {vaultName}",
"totalNotes": "Total notes: {totalNotes}",
"totalFolders": "Total folders: {totalFolders}"
},
"sections": {
"folderTree": "Folder structure:\n```\n{folderTree}\n```",
"tagTaxonomy": "Tags in use:\n{tagTaxonomy}",
"recentFiles": "Recently modified notes:\n{recentFiles}"
}
}
|