1772367588
This commit is contained in:
Vendored
+4
-1
@@ -21,5 +21,8 @@
|
||||
"useTab": false,
|
||||
"showIndentGuide": false,
|
||||
"spellcheck": false,
|
||||
"foldIndent": false
|
||||
"foldIndent": false,
|
||||
"userIgnoreFilters": [
|
||||
"attachment/"
|
||||
]
|
||||
}
|
||||
Vendored
+3
-2
@@ -3,6 +3,7 @@
|
||||
"myTheme"
|
||||
],
|
||||
"monospaceFontFamily": "JetBrainsMono Nerd Font Mono",
|
||||
"textFontFamily": "微软雅黑",
|
||||
"interfaceFontFamily": "JetBrainsMono Nerd Font Mono"
|
||||
"textFontFamily": "思源黑体",
|
||||
"interfaceFontFamily": "JetBrainsMono Nerd Font Mono",
|
||||
"showViewHeader": true
|
||||
}
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"shouldConfirmBeforeCreate": false,
|
||||
"weekStart": "locale",
|
||||
"wordsPerDot": 9999,
|
||||
"wordsPerDot": 999999999,
|
||||
"showWeeklyNote": true,
|
||||
"weeklyNoteFormat": "",
|
||||
"weeklyNoteTemplate": "",
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+3
-3
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"id": "copy-url-in-preview",
|
||||
"name": "Image Context Menus",
|
||||
"version": "1.11.2",
|
||||
"minAppVersion": "1.6.6",
|
||||
"description": "Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab, Rename context menus for images.",
|
||||
"version": "1.12.1",
|
||||
"minAppVersion": "1.12.3",
|
||||
"description": "Copy to clipboard, Copy URL, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab, Rename context menus for images.",
|
||||
"author": "NomarCub",
|
||||
"authorUrl": "https://github.com/NomarCub",
|
||||
"fundingUrl": "https://ko-fi.com/nomarcub",
|
||||
|
||||
+2
-1
@@ -42,6 +42,7 @@
|
||||
"isLeftHanded": false,
|
||||
"desktopUIMode": "tray",
|
||||
"tabletUIMode": "compact",
|
||||
"phoneUIMode": "mobile",
|
||||
"iframeMatchExcalidrawTheme": true,
|
||||
"matchTheme": false,
|
||||
"matchThemeAlways": false,
|
||||
@@ -123,7 +124,7 @@
|
||||
"mdBorderColor": "Black",
|
||||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"previousRelease": "2.20.4",
|
||||
"previousRelease": "2.20.5",
|
||||
"showReleaseNotes": true,
|
||||
"compareManifestToPluginVersion": true,
|
||||
"showNewVersionNotification": true,
|
||||
|
||||
+3
-3
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "2.20.4",
|
||||
"version": "2.20.5",
|
||||
"minAppVersion": "1.5.7",
|
||||
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
|
||||
"author": "Zsolt Viczian",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -274,7 +274,7 @@
|
||||
"lintOnSave": true,
|
||||
"recordLintOnSaveLogs": false,
|
||||
"displayChanged": true,
|
||||
"suppressMessageWhenNoChange": false,
|
||||
"suppressMessageWhenNoChange": true,
|
||||
"lintOnFileChange": true,
|
||||
"displayLintOnFileChangeNotice": true,
|
||||
"settingsConvertedToConfigKeyValues": true,
|
||||
|
||||
Vendored
+40
@@ -107,6 +107,46 @@
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "83f6f73d-a391-4096-b07f-a9626f10980e",
|
||||
"name": "openTerminal",
|
||||
"type": "Macro",
|
||||
"command": false,
|
||||
"runOnStartup": false,
|
||||
"macro": {
|
||||
"name": "openTerminal",
|
||||
"id": "2417c310-3ca2-4a95-9962-761529241e84",
|
||||
"commands": [
|
||||
{
|
||||
"name": "openTerminal",
|
||||
"type": "UserScript",
|
||||
"id": "22516ce4-03d7-4f5b-b210-b15dd82340e5",
|
||||
"path": "resource/工具/obsidian/scripts/openTerminal.js",
|
||||
"settings": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "34d69836-71c0-47f7-b7a5-a62f1b6c71cb",
|
||||
"name": "rename",
|
||||
"type": "Macro",
|
||||
"command": false,
|
||||
"runOnStartup": false,
|
||||
"macro": {
|
||||
"name": "rename",
|
||||
"id": "7f4b2a06-0d83-4092-9e10-a2f3874e672a",
|
||||
"commands": [
|
||||
{
|
||||
"name": "rename",
|
||||
"type": "UserScript",
|
||||
"id": "d213b1c5-5cf9-41ed-90f8-5d6e6ff34a0e",
|
||||
"path": "resource/工具/obsidian/scripts/rename.js",
|
||||
"settings": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputPrompt": "multi-line",
|
||||
|
||||
+30
-101
@@ -1,45 +1,49 @@
|
||||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "常用命令",
|
||||
"path": "resource/常用命令.md"
|
||||
"basename": "20260301201841",
|
||||
"path": "000-Inbox/20260301201841.md"
|
||||
},
|
||||
{
|
||||
"basename": "This is the prompt",
|
||||
"path": "resource/ai/This is the prompt.md"
|
||||
},
|
||||
{
|
||||
"basename": "核心策略",
|
||||
"path": "resource/ai/核心策略.md"
|
||||
},
|
||||
{
|
||||
"basename": "结构化(Prompt)",
|
||||
"path": "resource/ai/结构化(Prompt).md"
|
||||
},
|
||||
{
|
||||
"basename": "词性",
|
||||
"path": "000-inbox/词性.md"
|
||||
},
|
||||
{
|
||||
"basename": "PEPE",
|
||||
"path": "finance/加密/学习记录/各类货币/PEPE.md"
|
||||
},
|
||||
{
|
||||
"basename": "Rime 快捷键",
|
||||
"path": "resource/工具/Rime 快捷键.md"
|
||||
},
|
||||
{
|
||||
"basename": "服务器-香港",
|
||||
"path": "personal/服务器-香港.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260228151875",
|
||||
"path": "000-Inbox/20260228151875.md"
|
||||
"basename": "常用命令",
|
||||
"path": "resource/常用命令.md"
|
||||
},
|
||||
{
|
||||
"basename": "ibs-ai 项目 AI 对话流程",
|
||||
"path": "000-inbox/ibs-ai 项目 AI 对话流程.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260228151875",
|
||||
"path": "000-inbox/20260228151875.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260228121029",
|
||||
"path": "000-inbox/20260228121029.md"
|
||||
},
|
||||
{
|
||||
"basename": "React 工程师",
|
||||
"path": "000-inbox/React 工程师.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260228160576",
|
||||
"path": "000-Inbox/20260228160576.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260228121029",
|
||||
"path": "000-Inbox/20260228121029.md"
|
||||
},
|
||||
{
|
||||
"basename": "词性",
|
||||
"path": "000-inbox/词性.md"
|
||||
},
|
||||
{
|
||||
"basename": "开发笔记",
|
||||
"path": "work/移动杭研/开发记录/7.18.0/开发笔记.md"
|
||||
@@ -52,38 +56,6 @@
|
||||
"basename": "句子",
|
||||
"path": "000-inbox/句子.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260227091585",
|
||||
"path": "000-Inbox/20260227091585.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260227085218",
|
||||
"path": "000-Inbox/20260227085218.md"
|
||||
},
|
||||
{
|
||||
"basename": "Rime 快捷键",
|
||||
"path": "resource/工具/Rime 快捷键.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260226205814",
|
||||
"path": "000-Inbox/20260226205814.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260226171537",
|
||||
"path": "000-Inbox/20260226171537.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260226100117",
|
||||
"path": "000-Inbox/20260226100117.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260226102970",
|
||||
"path": "000-Inbox/20260226102970.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260226143206",
|
||||
"path": "000-Inbox/20260226143206.md"
|
||||
},
|
||||
{
|
||||
"basename": "ubuntu",
|
||||
"path": "resource/系统/ubuntu.md"
|
||||
@@ -92,10 +64,6 @@
|
||||
"basename": "服务器-华为",
|
||||
"path": "personal/服务器-华为.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260225210630",
|
||||
"path": "000-Inbox/20260225210630.md"
|
||||
},
|
||||
{
|
||||
"basename": "tg-bot",
|
||||
"path": "000-inbox/tg-bot.md"
|
||||
@@ -116,10 +84,6 @@
|
||||
"basename": "ibs-export",
|
||||
"path": "work/移动杭研/业务梳理/ibs-export.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260223203842",
|
||||
"path": "000-Inbox/20260223203842.md"
|
||||
},
|
||||
{
|
||||
"basename": "Claude Code 配置文件",
|
||||
"path": "resource/配置/Claude Code 配置文件.md"
|
||||
@@ -128,10 +92,6 @@
|
||||
"basename": "Claude Code 提示词",
|
||||
"path": "resource/配置/Claude Code 提示词.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260211113769",
|
||||
"path": "000-Inbox/20260211113769.md"
|
||||
},
|
||||
{
|
||||
"basename": "Rime YAML Custom Patch 语法笔记",
|
||||
"path": "resource/工具/Rime YAML Custom Patch 语法笔记.md"
|
||||
@@ -164,41 +124,9 @@
|
||||
"basename": "idea jvm",
|
||||
"path": "resource/配置/idea jvm.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260208143789",
|
||||
"path": "000-Inbox/20260208143789.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260207215002",
|
||||
"path": "000-Inbox/20260207215002.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260207103531",
|
||||
"path": "000-Inbox/20260207103531.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260206231116",
|
||||
"path": "000-Inbox/20260206231116.md"
|
||||
},
|
||||
{
|
||||
"basename": "开发笔记",
|
||||
"path": "work/移动杭研/开发记录/7.17.0/开发笔记.md"
|
||||
},
|
||||
{
|
||||
"basename": "20260206081367",
|
||||
"path": "000-Inbox/20260206081367.md"
|
||||
},
|
||||
{
|
||||
"basename": "信安业务流程及代码梳理",
|
||||
"path": "work/移动杭研/业务梳理/信安信息/信安业务流程及代码梳理.md"
|
||||
},
|
||||
{
|
||||
"basename": "域名配置需求工单-终止",
|
||||
"path": "excalidraw/域名配置需求工单-终止.md"
|
||||
},
|
||||
{
|
||||
"basename": "This is the prompt",
|
||||
"path": "resource/ai/This is the prompt.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [
|
||||
@@ -207,5 +135,6 @@
|
||||
],
|
||||
"omittedTags": [],
|
||||
"updateOn": "file-open",
|
||||
"omitBookmarks": false
|
||||
"omitBookmarks": false,
|
||||
"maxLength": null
|
||||
}
|
||||
Vendored
+43
-44
@@ -4,11 +4,11 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "52c75605242e548c",
|
||||
"id": "980372c0424002f5",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "27e8f607bdc36b8c",
|
||||
"id": "fd1746dffb212136",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
@@ -50,7 +50,7 @@
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"query": "file:2026-02-01",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
@@ -92,7 +92,7 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 335.5
|
||||
"width": 273.5
|
||||
},
|
||||
"right": {
|
||||
"id": "ca733f6d5936ae40",
|
||||
@@ -123,7 +123,6 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "000-Inbox/010-时间戳/20250516111714.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -133,7 +132,7 @@
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "20250516111714 的反向链接列表"
|
||||
"title": "反向链接"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -190,7 +189,8 @@
|
||||
"title": "脚注"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
},
|
||||
{
|
||||
"id": "ea8a40d57ef90e62",
|
||||
@@ -211,13 +211,13 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 306.5
|
||||
"width": 416.5
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"command-palette:打开命令面板": false,
|
||||
"switcher:打开快速切换": false,
|
||||
"graph:查看关系图谱": false,
|
||||
"command-palette:打开命令面板": true,
|
||||
"switcher:打开快速切换": true,
|
||||
"graph:查看关系图谱": true,
|
||||
"daily-notes:打开/创建今天的日记": false,
|
||||
"bases:新建数据库": false,
|
||||
"obsidian-excalidraw-plugin:新建绘图文件": false,
|
||||
@@ -226,37 +226,41 @@
|
||||
"oz-clear-unused-images:Clear Unused Images": false
|
||||
}
|
||||
},
|
||||
"active": "27e8f607bdc36b8c",
|
||||
"active": "fd1746dffb212136",
|
||||
"lastOpenFiles": [
|
||||
"resource/常用命令.md",
|
||||
"personal/服务器-香港.md",
|
||||
"calendar/diary/2026-02-28.md",
|
||||
"calendar/diary/2026-02-27.md",
|
||||
"000-Inbox/20260228151875.md",
|
||||
"000-inbox/ibs-ai 项目 AI 对话流程.md",
|
||||
"000-inbox/20260228151875.md",
|
||||
"000-inbox/20260228121029.md",
|
||||
"000-inbox/React 工程师.md",
|
||||
"000-Inbox/20260228160576.md",
|
||||
"attachment/Pasted image 20260228121021.png",
|
||||
"attachment/Pasted image 20260228121011.png",
|
||||
"attachment/Pasted image 20260228121002.png",
|
||||
"000-Inbox/20260228121029.md",
|
||||
"calendar/diary/2026-02-26.md",
|
||||
"attachment/Pasted image 20260301201851.png",
|
||||
"000-Inbox/20260301201841.md",
|
||||
"000-inbox/20260301201841.md",
|
||||
"attachment/Pasted image 20260228121021.png",
|
||||
"resource/ai/This is the prompt.md",
|
||||
"resource/工具/obsidian/scripts/rename.js",
|
||||
"resource/工具/obsidian/scripts/新建文本文档.txt",
|
||||
"resource/工具/obsidian/scripts/openTerminal.js.md",
|
||||
"resource/工具/obsidian/scripts/openTerminal.js",
|
||||
"resource/工具/obsidian/scripts",
|
||||
"000-inbox/测试.md",
|
||||
"calendar/diary/2026-03-01.md",
|
||||
"resource/ai/核心策略.md",
|
||||
"resource/ai/结构化(Prompt).md",
|
||||
"calendar/diary/2026-02-01.md",
|
||||
"000-inbox/词性.md",
|
||||
"work/移动杭研/开发记录/7.18.0/开发笔记.md",
|
||||
"resource/组件/Ubuntu 24.04 LTS ELK 8 安装指南.md",
|
||||
"000-inbox/20260226171537.md",
|
||||
"000-inbox/句子.md",
|
||||
"000-inbox/20260226205814.md",
|
||||
"000-Inbox/20260227091585.md",
|
||||
"000-Inbox/20260227085218.md",
|
||||
"000-inbox/测试一个.md",
|
||||
"calendar/diary/2026-02-28.md",
|
||||
"000-inbox/202603011528081.md",
|
||||
"000-inbox/0301-1.md",
|
||||
"000-Inbox/20260301152808.md",
|
||||
"000-Inbox/0301-1.md",
|
||||
"finance/加密/学习记录/各类货币/PEPE.md",
|
||||
"resource/工具/Rime 快捷键.md",
|
||||
"000-Inbox/20260226205814.md",
|
||||
"000-Inbox/20260226171537.md",
|
||||
"calendar/diary/2026-02-05.md",
|
||||
"calendar/diary/2026-02-11.md",
|
||||
"calendar/diary/2026-02-09.md",
|
||||
"000-inbox/20260228151875.md",
|
||||
"resource/工具/20260228121029.md",
|
||||
"000-inbox/202603011112321.md",
|
||||
"000-Inbox/20260301111232.md",
|
||||
"000-inbox/2026030.md",
|
||||
"attachment/templates/时间戳笔记.md",
|
||||
"personal/服务器-香港.md",
|
||||
"attachment/Pasted image 20260228121002.png",
|
||||
"attachment/images-uuid/64be7a370c2241658123dec75afa8ebb.png",
|
||||
"attachment/images-paste/image-20260206105036743.png",
|
||||
"resource/工具",
|
||||
@@ -264,15 +268,10 @@
|
||||
"attachment/image-20260130172212583.png",
|
||||
"attachment/image-20260130171118370.png",
|
||||
"attachment/Pasted image 20260129215401.png",
|
||||
"attachment/images-paste/image-20260125202524521.png",
|
||||
"personal/家人/小杨-年报-AI",
|
||||
"未命名",
|
||||
"resource/脚本",
|
||||
"work/移动杭研/开发记录/7.18.0",
|
||||
"attachment/霞鹜文楷-Mono-Bold.ttf",
|
||||
"attachment/霞鹜文楷-Mono-Regular.ttf",
|
||||
"excalidraw/fonts",
|
||||
"resource/配置",
|
||||
"gitleaks.toml"
|
||||
"attachment/霞鹜文楷-Mono-Bold.ttf"
|
||||
]
|
||||
}
|
||||
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"folder": "000-Inbox",
|
||||
"template": "100-Attachment/templates/时间戳笔记",
|
||||
"folder": "000-inbox",
|
||||
"template": "",
|
||||
"format": ""
|
||||
}
|
||||
Reference in New Issue
Block a user