summaryrefslogtreecommitdiffhomepage
path: root/src/context/vault-context-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/vault-context-template.json')
-rw-r--r--src/context/vault-context-template.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/context/vault-context-template.json b/src/context/vault-context-template.json
new file mode 100644
index 0000000..949a7c4
--- /dev/null
+++ b/src/context/vault-context-template.json
@@ -0,0 +1,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}"
+ }
+}