vault backup: 2026-04-13 13:08:48
This commit is contained in:
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"copilot"
|
||||||
]
|
]
|
||||||
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@@ -17,6 +17,6 @@
|
|||||||
"repelStrength": 10,
|
"repelStrength": 10,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 250,
|
"linkDistance": 250,
|
||||||
"scale": 1,
|
"scale": 0.5087618855792582,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
||||||
468
.obsidian/plugins/copilot/data.json
vendored
Normal file
468
.obsidian/plugins/copilot/data.json
vendored
Normal file
@@ -0,0 +1,468 @@
|
|||||||
|
{
|
||||||
|
"userId": "ae90f45f-56a7-4842-979f-c56431d8bc01",
|
||||||
|
"isPlusUser": false,
|
||||||
|
"plusLicenseKey": "",
|
||||||
|
"openAIApiKey": "",
|
||||||
|
"openAIOrgId": "",
|
||||||
|
"huggingfaceApiKey": "",
|
||||||
|
"cohereApiKey": "",
|
||||||
|
"anthropicApiKey": "",
|
||||||
|
"azureOpenAIApiKey": "",
|
||||||
|
"azureOpenAIApiInstanceName": "",
|
||||||
|
"azureOpenAIApiDeploymentName": "",
|
||||||
|
"azureOpenAIApiVersion": "",
|
||||||
|
"azureOpenAIApiEmbeddingDeploymentName": "",
|
||||||
|
"googleApiKey": "AIzaSyB2hHx7PkhYdBV6iHFSx5UBNRN-ECNW5q4",
|
||||||
|
"openRouterAiApiKey": "",
|
||||||
|
"xaiApiKey": "",
|
||||||
|
"mistralApiKey": "",
|
||||||
|
"deepseekApiKey": "",
|
||||||
|
"amazonBedrockApiKey": "",
|
||||||
|
"amazonBedrockRegion": "",
|
||||||
|
"siliconflowApiKey": "",
|
||||||
|
"githubCopilotAccessToken": "",
|
||||||
|
"githubCopilotToken": "",
|
||||||
|
"githubCopilotTokenExpiresAt": 0,
|
||||||
|
"defaultChainType": "llm_chain",
|
||||||
|
"defaultModelKey": "google/gemini-2.5-flash|openrouterai",
|
||||||
|
"embeddingModelKey": "openai/text-embedding-3-small|openrouterai",
|
||||||
|
"temperature": 0.1,
|
||||||
|
"maxTokens": 6000,
|
||||||
|
"contextTurns": 15,
|
||||||
|
"userSystemPrompt": "",
|
||||||
|
"openAIProxyBaseUrl": "",
|
||||||
|
"openAIEmbeddingProxyBaseUrl": "",
|
||||||
|
"stream": true,
|
||||||
|
"defaultSaveFolder": "copilot/copilot-conversations",
|
||||||
|
"defaultConversationTag": "copilot-conversation",
|
||||||
|
"autosaveChat": true,
|
||||||
|
"generateAIChatTitleOnSave": true,
|
||||||
|
"autoAddActiveContentToContext": true,
|
||||||
|
"defaultOpenArea": "view",
|
||||||
|
"defaultSendShortcut": "enter",
|
||||||
|
"customPromptsFolder": "copilot/copilot-custom-prompts",
|
||||||
|
"indexVaultToVectorStore": "ON MODE SWITCH",
|
||||||
|
"qaExclusions": "copilot",
|
||||||
|
"qaInclusions": "",
|
||||||
|
"chatNoteContextPath": "",
|
||||||
|
"chatNoteContextTags": [],
|
||||||
|
"enableIndexSync": true,
|
||||||
|
"debug": false,
|
||||||
|
"enableEncryption": false,
|
||||||
|
"maxSourceChunks": 30,
|
||||||
|
"enableInlineCitations": true,
|
||||||
|
"groqApiKey": "",
|
||||||
|
"activeModels": [
|
||||||
|
{
|
||||||
|
"name": "copilot-plus-flash",
|
||||||
|
"provider": "copilot-plus",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": true,
|
||||||
|
"plusExclusive": true,
|
||||||
|
"projectEnabled": false,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "google/gemini-2.5-flash",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": true,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-5.4",
|
||||||
|
"provider": "openai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-5-mini",
|
||||||
|
"provider": "openai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "claude-sonnet-4-6",
|
||||||
|
"provider": "anthropic",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning",
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-3.1-flash-lite-preview",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-2.5-flash",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "google/gemini-3-flash-preview",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning",
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "google/gemini-3.1-pro-preview",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning",
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "google/gemini-2.5-pro",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": false,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "openai/gpt-5.4",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": false,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "openai/gpt-5-mini",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": false,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "grok-4-1-fast",
|
||||||
|
"provider": "xai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": false,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x-ai/grok-4.1-fast",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": false,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-4.1",
|
||||||
|
"provider": "openai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": false,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gpt-4.1-mini",
|
||||||
|
"provider": "openai",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"core": false,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "claude-opus-4-6",
|
||||||
|
"provider": "anthropic",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning",
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-3-flash-preview",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning",
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-3.1-pro-preview",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning",
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-2.5-pro",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"projectEnabled": true,
|
||||||
|
"capabilities": [
|
||||||
|
"vision"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "deepseek-chat",
|
||||||
|
"provider": "deepseek",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "deepseek-reasoner",
|
||||||
|
"provider": "deepseek",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "deepseek-ai/DeepSeek-V3",
|
||||||
|
"provider": "siliconflow",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": false,
|
||||||
|
"baseUrl": "https://api.siliconflow.com/v1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "deepseek-ai/DeepSeek-R1",
|
||||||
|
"provider": "siliconflow",
|
||||||
|
"enabled": false,
|
||||||
|
"isBuiltIn": false,
|
||||||
|
"baseUrl": "https://api.siliconflow.com/v1",
|
||||||
|
"capabilities": [
|
||||||
|
"reasoning"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "deep-research-pro-preview-12-2025",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-3.1-flash-image-preview",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"activeEmbeddingModels": [
|
||||||
|
{
|
||||||
|
"name": "copilot-plus-small",
|
||||||
|
"provider": "copilot-plus",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true,
|
||||||
|
"plusExclusive": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "copilot-plus-large",
|
||||||
|
"provider": "copilot-plus-jina",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true,
|
||||||
|
"plusExclusive": true,
|
||||||
|
"believerExclusive": true,
|
||||||
|
"dimensions": 1024
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "copilot-plus-multilingual",
|
||||||
|
"provider": "copilot-plus-jina",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true,
|
||||||
|
"plusExclusive": true,
|
||||||
|
"dimensions": 512
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "openai/text-embedding-3-small",
|
||||||
|
"provider": "openrouterai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "text-embedding-3-small",
|
||||||
|
"provider": "openai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-embedding-001",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gemini-embedding-2-preview",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Qwen/Qwen3-Embedding-0.6B",
|
||||||
|
"provider": "siliconflow",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true,
|
||||||
|
"core": true,
|
||||||
|
"baseUrl": "https://api.siliconflow.com/v1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "text-embedding-3-large",
|
||||||
|
"provider": "openai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "embed-multilingual-light-v3.0",
|
||||||
|
"provider": "cohereai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "text-embedding-004",
|
||||||
|
"provider": "google",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "azure-openai",
|
||||||
|
"provider": "azure openai",
|
||||||
|
"enabled": true,
|
||||||
|
"isBuiltIn": true,
|
||||||
|
"isEmbeddingModel": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"embeddingRequestsPerMin": 60,
|
||||||
|
"embeddingBatchSize": 16,
|
||||||
|
"disableIndexOnMobile": true,
|
||||||
|
"showSuggestedPrompts": true,
|
||||||
|
"showRelevantNotes": true,
|
||||||
|
"numPartitions": 1,
|
||||||
|
"lexicalSearchRamLimit": 100,
|
||||||
|
"promptUsageTimestamps": {},
|
||||||
|
"promptSortStrategy": "timestamp",
|
||||||
|
"chatHistorySortStrategy": "recent",
|
||||||
|
"projectListSortStrategy": "recent",
|
||||||
|
"defaultConversationNoteName": "{$topic}@{$date}_{$time}",
|
||||||
|
"inlineEditCommands": [],
|
||||||
|
"projectList": [],
|
||||||
|
"lastDismissedVersion": null,
|
||||||
|
"passMarkdownImages": true,
|
||||||
|
"enableAutonomousAgent": true,
|
||||||
|
"enableCustomPromptTemplating": true,
|
||||||
|
"enableSemanticSearchV3": false,
|
||||||
|
"enableSelfHostMode": false,
|
||||||
|
"enableMiyo": false,
|
||||||
|
"selfHostModeValidatedAt": null,
|
||||||
|
"selfHostValidationCount": 0,
|
||||||
|
"selfHostUrl": "",
|
||||||
|
"selfHostApiKey": "",
|
||||||
|
"miyoServerUrl": "",
|
||||||
|
"selfHostSearchProvider": "firecrawl",
|
||||||
|
"firecrawlApiKey": "",
|
||||||
|
"perplexityApiKey": "",
|
||||||
|
"supadataApiKey": "",
|
||||||
|
"enableLexicalBoosts": true,
|
||||||
|
"suggestedDefaultCommands": true,
|
||||||
|
"autonomousAgentMaxIterations": 4,
|
||||||
|
"autonomousAgentEnabledToolIds": [
|
||||||
|
"localSearch",
|
||||||
|
"readNote",
|
||||||
|
"webSearch",
|
||||||
|
"pomodoro",
|
||||||
|
"youtubeTranscription",
|
||||||
|
"writeFile",
|
||||||
|
"editFile",
|
||||||
|
"updateMemory"
|
||||||
|
],
|
||||||
|
"reasoningEffort": "low",
|
||||||
|
"verbosity": "medium",
|
||||||
|
"memoryFolderName": "copilot/memory",
|
||||||
|
"enableRecentConversations": true,
|
||||||
|
"maxRecentConversations": 30,
|
||||||
|
"enableSavedMemory": true,
|
||||||
|
"quickCommandIncludeNoteContext": true,
|
||||||
|
"autoIncludeTextSelection": false,
|
||||||
|
"autoAddSelectionToContext": false,
|
||||||
|
"autoAcceptEdits": false,
|
||||||
|
"diffViewMode": "split",
|
||||||
|
"userSystemPromptsFolder": "copilot/system-prompts",
|
||||||
|
"defaultSystemPromptTitle": "",
|
||||||
|
"autoCompactThreshold": 128000,
|
||||||
|
"convertedDocOutputFolder": ""
|
||||||
|
}
|
||||||
3444
.obsidian/plugins/copilot/main.js
vendored
Normal file
3444
.obsidian/plugins/copilot/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
13
.obsidian/plugins/copilot/manifest.json
vendored
Normal file
13
.obsidian/plugins/copilot/manifest.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"id": "copilot",
|
||||||
|
"name": "Copilot",
|
||||||
|
"version": "3.2.7",
|
||||||
|
"minAppVersion": "0.15.0",
|
||||||
|
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
|
||||||
|
"author": "Logan Yang",
|
||||||
|
"authorUrl": "https://twitter.com/logancyang",
|
||||||
|
"fundingUrl": {
|
||||||
|
"Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang",
|
||||||
|
"GitHub Sponsor": "https://github.com/sponsors/logancyang"
|
||||||
|
}
|
||||||
|
}
|
||||||
1
.obsidian/plugins/copilot/styles.css
vendored
Normal file
1
.obsidian/plugins/copilot/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
23
.obsidian/workspace.json
vendored
23
.obsidian/workspace.json
vendored
@@ -196,7 +196,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300
|
"width": 300,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
@@ -207,11 +208,29 @@
|
|||||||
"templates:插入模板": false,
|
"templates:插入模板": false,
|
||||||
"command-palette:打开命令面板": false,
|
"command-palette:打开命令面板": false,
|
||||||
"bases:新建数据库": false,
|
"bases:新建数据库": false,
|
||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false,
|
||||||
|
"copilot:Open Copilot Chat": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "b6fe1aace7eb2e2d",
|
"active": "b6fe1aace7eb2e2d",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"copilot/copilot-custom-prompts/Clip Web Page.md",
|
||||||
|
"copilot/copilot-custom-prompts/Clip YouTube Transcript.md",
|
||||||
|
"copilot/copilot-custom-prompts/Rewrite as tweet thread.md",
|
||||||
|
"copilot/copilot-custom-prompts/Rewrite as tweet.md",
|
||||||
|
"copilot/copilot-custom-prompts/Remove URLs.md",
|
||||||
|
"copilot/copilot-custom-prompts/Generate glossary.md",
|
||||||
|
"copilot/copilot-custom-prompts/Generate table of contents.md",
|
||||||
|
"copilot/copilot-custom-prompts/Make longer.md",
|
||||||
|
"copilot/copilot-custom-prompts/Make shorter.md",
|
||||||
|
"copilot/copilot-custom-prompts/Emojify.md",
|
||||||
|
"copilot/copilot-custom-prompts/Explain like I am 5.md",
|
||||||
|
"copilot/copilot-custom-prompts/Simplify.md",
|
||||||
|
"copilot/copilot-custom-prompts/Summarize.md",
|
||||||
|
"copilot/copilot-custom-prompts/Translate to Chinese.md",
|
||||||
|
"copilot/copilot-custom-prompts/Fix grammar and spelling.md",
|
||||||
|
"copilot/copilot-custom-prompts",
|
||||||
|
"copilot",
|
||||||
"欢迎.md",
|
"欢迎.md",
|
||||||
"创建链接.md"
|
"创建链接.md"
|
||||||
]
|
]
|
||||||
|
|||||||
55
copilot/copilot-custom-prompts/Clip Web Page.md
Normal file
55
copilot/copilot-custom-prompts/Clip Web Page.md
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: false
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1140
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
|
||||||
|
Based on the web page content provided in the context (from Obsidian Web Clipper or Web Viewer), generate a complete Obsidian note.
|
||||||
|
|
||||||
|
IMPORTANT: If no web page context is found, remind the user to:
|
||||||
|
1. Open a web page in Web Viewer (or use @ to select a web tab)
|
||||||
|
2. Or open a note clipped by Obsidian Web Clipper
|
||||||
|
3. Then use this command again
|
||||||
|
|
||||||
|
Generate the note with this exact structure:
|
||||||
|
|
||||||
|
---
|
||||||
|
title: "<page title>"
|
||||||
|
source: "<page url>"
|
||||||
|
description: "<brief description>"
|
||||||
|
tags:
|
||||||
|
- "clippings"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
<Brief 2-3 paragraph summary of the page content>
|
||||||
|
|
||||||
|
## Key Takeaways
|
||||||
|
|
||||||
|
<List 5-8 key takeaways as bullet points>
|
||||||
|
|
||||||
|
## Mindmap
|
||||||
|
|
||||||
|
CRITICAL Mermaid mindmap syntax rules - MUST follow exactly:
|
||||||
|
- Root node format: root(Topic Name) - use round brackets, NO double brackets
|
||||||
|
- Child nodes: just plain text, no brackets needed
|
||||||
|
- Do NOT use quotes, parentheses, brackets, or any special characters in text
|
||||||
|
- Keep all node text short and simple - max 3-4 words per node
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
mindmap
|
||||||
|
root(Main Topic)
|
||||||
|
Theme One
|
||||||
|
Detail
|
||||||
|
Theme Two
|
||||||
|
Detail
|
||||||
|
```
|
||||||
|
|
||||||
|
## Notable Quotes
|
||||||
|
|
||||||
|
<List 3-5 notable quotes from the content, if any>
|
||||||
|
|
||||||
|
Return only the markdown content without any explanations or comments.
|
||||||
69
copilot/copilot-custom-prompts/Clip YouTube Transcript.md
Normal file
69
copilot/copilot-custom-prompts/Clip YouTube Transcript.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: false
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1130
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
|
||||||
|
Based on the YouTube video information and transcript provided in the context, generate a complete Obsidian note in the following format.
|
||||||
|
|
||||||
|
IMPORTANT: If no YouTube video context is found, remind the user to:
|
||||||
|
1. Open a YouTube video in Web Viewer (or use @ to select a YouTube web tab)
|
||||||
|
2. Then use this command again
|
||||||
|
|
||||||
|
Generate the note with this exact structure:
|
||||||
|
|
||||||
|
---
|
||||||
|
title: "<video title>"
|
||||||
|
description: "<first 200 chars of description>"
|
||||||
|
channel: "<channel name>"
|
||||||
|
url: "<video url>"
|
||||||
|
duration: "<duration>"
|
||||||
|
published: <upload date in YYYY-MM-DD format>
|
||||||
|
thumbnailUrl: "<YouTube thumbnail URL: i.ytimg.com/vi/VIDEO_ID/maxresdefault.jpg with https protocol>"
|
||||||
|
genre:
|
||||||
|
- "<genre>"
|
||||||
|
watched:
|
||||||
|
---
|
||||||
|

|
||||||
|
|
||||||
|
> [!summary]- Description
|
||||||
|
> <full video description, preserve line breaks>
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
<Brief 2-3 paragraph summary of the video content>
|
||||||
|
|
||||||
|
## Key Takeaways
|
||||||
|
|
||||||
|
<List 5-8 key takeaways as bullet points>
|
||||||
|
|
||||||
|
## Mindmap
|
||||||
|
|
||||||
|
CRITICAL Mermaid mindmap syntax rules - MUST follow exactly:
|
||||||
|
- Root node format: root(Topic Name) - use round brackets, NO double brackets
|
||||||
|
- Child nodes: just plain text, no brackets needed
|
||||||
|
- Do NOT use quotes, parentheses, brackets, or any special characters in text
|
||||||
|
- Do NOT use icons or emojis
|
||||||
|
- Keep all node text short and simple - max 3-4 words per node
|
||||||
|
- Use only letters, numbers, and spaces
|
||||||
|
|
||||||
|
Example of CORRECT syntax:
|
||||||
|
```mermaid
|
||||||
|
mindmap
|
||||||
|
root(Video Main Topic)
|
||||||
|
First Theme
|
||||||
|
Detail one
|
||||||
|
Detail two
|
||||||
|
Second Theme
|
||||||
|
Detail three
|
||||||
|
Third Theme
|
||||||
|
```
|
||||||
|
|
||||||
|
## Notable Quotes
|
||||||
|
|
||||||
|
<List 5-10 notable quotes from the transcript. Format each as:>
|
||||||
|
- [<timestamp>: <quote text>](<video_url>&t=<seconds>s)
|
||||||
|
|
||||||
|
Return only the markdown content without any explanations or comments.
|
||||||
13
copilot/copilot-custom-prompts/Emojify.md
Normal file
13
copilot/copilot-custom-prompts/Emojify.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1050
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Add relevant emojis to enhance {}. Follow these rules:
|
||||||
|
1. Insert emojis at natural breaks in the text
|
||||||
|
2. Never place two emojis next to each other
|
||||||
|
3. Keep all original text unchanged
|
||||||
|
4. Choose emojis that match the context and tone
|
||||||
|
Return only the emojified text.
|
||||||
12
copilot/copilot-custom-prompts/Explain like I am 5.md
Normal file
12
copilot/copilot-custom-prompts/Explain like I am 5.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1040
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Explain {} in simple terms that a 5-year-old would understand:
|
||||||
|
1. Use basic vocabulary
|
||||||
|
2. Include simple analogies
|
||||||
|
3. Break down complex concepts
|
||||||
|
Return only the simplified explanation.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1000
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Fix the grammar and spelling of {}. Preserve all formatting, line breaks, and special characters. Do not add or remove any content. Return only the corrected text.
|
||||||
8
copilot/copilot-custom-prompts/Generate glossary.md
Normal file
8
copilot/copilot-custom-prompts/Generate glossary.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: false
|
||||||
|
copilot-command-slash-enabled: false
|
||||||
|
copilot-command-context-menu-order: 1090
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Create a glossary of important terms, concepts, and phrases from {}. Format each entry as "Term: Definition". Sort entries alphabetically. Return only the glossary.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: false
|
||||||
|
copilot-command-slash-enabled: false
|
||||||
|
copilot-command-context-menu-order: 1080
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Generate a hierarchical table of contents for {}. Use appropriate heading levels (H1, H2, H3, etc.). Include page numbers if present. Return only the table of contents.
|
||||||
12
copilot/copilot-custom-prompts/Make longer.md
Normal file
12
copilot/copilot-custom-prompts/Make longer.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1070
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Expand {} to twice its length by:
|
||||||
|
1. Adding relevant details and examples
|
||||||
|
2. Elaborating on key points
|
||||||
|
3. Maintaining the original tone and style
|
||||||
|
Return only the expanded text.
|
||||||
12
copilot/copilot-custom-prompts/Make shorter.md
Normal file
12
copilot/copilot-custom-prompts/Make shorter.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1060
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Reduce {} to half its length while preserving these elements:
|
||||||
|
1. Main ideas and key points
|
||||||
|
2. Essential details
|
||||||
|
3. Original tone and style
|
||||||
|
Return only the shortened text.
|
||||||
8
copilot/copilot-custom-prompts/Remove URLs.md
Normal file
8
copilot/copilot-custom-prompts/Remove URLs.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: false
|
||||||
|
copilot-command-slash-enabled: false
|
||||||
|
copilot-command-context-menu-order: 1100
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Remove all URLs from {}. Preserve all other content and formatting. URLs may be in various formats (http, https, www). Return only the text with URLs removed.
|
||||||
18
copilot/copilot-custom-prompts/Rewrite as tweet thread.md
Normal file
18
copilot/copilot-custom-prompts/Rewrite as tweet thread.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: false
|
||||||
|
copilot-command-slash-enabled: false
|
||||||
|
copilot-command-context-menu-order: 1120
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Convert {} into a Twitter thread following these rules:
|
||||||
|
1. Each tweet must be under 240 characters
|
||||||
|
2. Start with "THREAD START" on its own line
|
||||||
|
3. Separate tweets with "
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
"
|
||||||
|
4. End with "THREAD END" on its own line
|
||||||
|
5. Make content engaging and clear
|
||||||
|
Return only the formatted thread.
|
||||||
12
copilot/copilot-custom-prompts/Rewrite as tweet.md
Normal file
12
copilot/copilot-custom-prompts/Rewrite as tweet.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: false
|
||||||
|
copilot-command-slash-enabled: false
|
||||||
|
copilot-command-context-menu-order: 1110
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Rewrite {} as a single tweet with these requirements:
|
||||||
|
1. Maximum 280 characters
|
||||||
|
2. Use concise, impactful language
|
||||||
|
3. Maintain the core message
|
||||||
|
Return only the tweet text.
|
||||||
8
copilot/copilot-custom-prompts/Simplify.md
Normal file
8
copilot/copilot-custom-prompts/Simplify.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1030
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Simplify {} to a 6th-grade reading level (ages 11-12). Use simple sentences, common words, and clear explanations. Maintain the original key concepts. Return only the simplified text.
|
||||||
8
copilot/copilot-custom-prompts/Summarize.md
Normal file
8
copilot/copilot-custom-prompts/Summarize.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1020
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Create a bullet-point summary of {}. Each bullet point should capture a key point. Return only the bullet-point summary.
|
||||||
12
copilot/copilot-custom-prompts/Translate to Chinese.md
Normal file
12
copilot/copilot-custom-prompts/Translate to Chinese.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
copilot-command-context-menu-enabled: true
|
||||||
|
copilot-command-slash-enabled: true
|
||||||
|
copilot-command-context-menu-order: 1010
|
||||||
|
copilot-command-model-key: ""
|
||||||
|
copilot-command-last-used: 0
|
||||||
|
---
|
||||||
|
Translate {} into Chinese:
|
||||||
|
1. Preserve the meaning and tone
|
||||||
|
2. Maintain appropriate cultural context
|
||||||
|
3. Keep formatting and structure
|
||||||
|
Return only the translated text.
|
||||||
Reference in New Issue
Block a user