vault backup: 2026-07-31 16:14:52

This commit is contained in:
2026-07-31 16:14:52 +02:00
commit 974585a336
19 changed files with 45015 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
{
"serverAddress": "http://localhost:11434",
"embeddingServerAddress": "",
"llmModel": "llama3",
"maxTokens": 1024,
"temperature": 0.7,
"providerType": "ollama",
"stream": false,
"customPrompt": "Extract the concrete tasks from the selected text. Return a Markdown checklist using - [ ]. Keep owners and due dates only when they are stated, and do not invent tasks.",
"outputMode": "replace",
"personas": "default",
"maxConvHistory": 0,
"responseFormatting": false,
"responseFormatPrepend": "``` LLM Helper - generated response \n\n",
"responseFormatAppend": "\n\n```",
"lastVersion": "2.6.0",
"embeddingModelName": "mxbai-embed-large",
"braveSearchApiKey": "",
"openAIApiKey": "lm-studio",
"embeddingApiKey": "",
"searchProvider": "tavily",
"tavilyApiKey": "",
"searxngInstanceUrl": "",
"customPrompts": [],
"extractReasoningResponses": false,
"reasoningMarkers": "[\n {\n \"start\": \"<think>\",\n \"end\": \"</think>\"\n },\n {\n \"start\": \"<reasoning>\",\n \"end\": \"</reasoning>\"\n },\n {\n \"start\": \"<thought>\",\n \"end\": \"</thought>\"\n }\n]",
"ragTopK": 5,
"autoIndexIntervalMinutes": 0,
"autoNotice": false,
"indexPdfAttachments": true,
"ocrImageAttachments": false,
"ocrScannedPdfAttachments": false,
"enableVaultActions": false,
"showAgentDebug": false,
"renderMarkdownInChat": true,
"workflowDefaults": {
"recipes": {
"weekly-review": {
"scopeOption": "current-folder",
"tagValue": "",
"targetNote": "",
"outputFolder": "",
"titleTemplate": "Weekly Review - YYYY-MM-DD"
},
"meeting-notes-to-tasks": {
"scopeOption": "current-note",
"tagValue": "",
"targetNote": "",
"outputFolder": "",
"titleTemplate": ""
},
"project-status-summary": {
"scopeOption": "tag",
"tagValue": "#project",
"targetNote": "",
"outputFolder": "",
"titleTemplate": ""
}
}
},
"vaultRadarAutoRun": false,
"vaultRadarAutoRunEnabledAt": 0,
"vaultRadarMaxNotes": 12
}

41434
.obsidian/plugins/local-llm-helper/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "local-llm-helper",
"name": "Local LLM Helper",
"version": "2.6.0",
"minAppVersion": "1.7.2",
"description": "Local-first AI with cited Vault Radar briefs, note-grounded chat, semantic discovery, and approval-gated workflows.",
"author": "Mani Mohan",
"authorUrl": "https://mani.ink",
"fundingUrl": "https://buymeacoffee.com/manee",
"isDesktopOnly": false
}

File diff suppressed because it is too large Load Diff