Parcourir la source

chore(obsidian):添加obsidian配置

liuchuanwei il y a 4 mois
Parent
commit
57c6037fc7

+ 0 - 1
.gitignore

@@ -1,2 +1 @@
-.obsidian
 .trash

+ 22 - 0
.obsidian/app.json

@@ -0,0 +1,22 @@
+{
+  "readableLineLength": false,
+  "strictLineBreaks": false,
+  "showLineNumber": true,
+  "smartIndentList": false,
+  "autoPairMarkdown": false,
+  "vimMode": true,
+  "attachmentFolderPath": "./imgs",
+  "promptDelete": false,
+  "newFileLocation": "current",
+  "useMarkdownLinks": true,
+  "showInlineTitle": false,
+  "userIgnoreFilters": [
+    "imgs",
+    "/*/imgs",
+    "**/imgs",
+    "/**/imgs",
+    "idea/imgs",
+    "ide/imgs",
+    "/ide/imgs"
+  ]
+}

+ 11 - 0
.obsidian/appearance.json

@@ -0,0 +1,11 @@
+{
+  "accentColor": "",
+  "theme": "obsidian",
+  "baseFontSize": 16,
+  "interfaceFontFamily": "Consolas",
+  "textFontFamily": "Consolas",
+  "monospaceFontFamily": "Consolas",
+  "showViewHeader": false,
+  "nativeMenus": false,
+  "translucency": false
+}

+ 3 - 0
.obsidian/community-plugins.json

@@ -0,0 +1,3 @@
+[
+  "terminal"
+]

+ 30 - 0
.obsidian/core-plugins-migration.json

@@ -0,0 +1,30 @@
+{
+  "file-explorer": true,
+  "global-search": true,
+  "switcher": true,
+  "graph": false,
+  "backlink": true,
+  "canvas": true,
+  "outgoing-link": true,
+  "tag-pane": true,
+  "properties": false,
+  "page-preview": true,
+  "daily-notes": false,
+  "templates": false,
+  "note-composer": true,
+  "command-palette": true,
+  "slash-command": false,
+  "editor-status": true,
+  "bookmarks": true,
+  "markdown-importer": false,
+  "zk-prefixer": false,
+  "random-note": false,
+  "outline": true,
+  "word-count": true,
+  "slides": false,
+  "audio-recorder": false,
+  "workspaces": false,
+  "file-recovery": true,
+  "publish": false,
+  "sync": false
+}

+ 17 - 0
.obsidian/core-plugins.json

@@ -0,0 +1,17 @@
+[
+  "file-explorer",
+  "global-search",
+  "switcher",
+  "backlink",
+  "canvas",
+  "outgoing-link",
+  "tag-pane",
+  "page-preview",
+  "note-composer",
+  "command-palette",
+  "editor-status",
+  "bookmarks",
+  "outline",
+  "word-count",
+  "file-recovery"
+]

+ 22 - 0
.obsidian/graph.json

@@ -0,0 +1,22 @@
+{
+  "collapse-filter": true,
+  "search": "",
+  "showTags": false,
+  "showAttachments": false,
+  "hideUnresolved": false,
+  "showOrphans": true,
+  "collapse-color-groups": true,
+  "colorGroups": [],
+  "collapse-display": true,
+  "showArrow": false,
+  "textFadeMultiplier": 0,
+  "nodeSizeMultiplier": 1,
+  "lineSizeMultiplier": 1,
+  "collapse-forces": true,
+  "centerStrength": 0.518713248970312,
+  "repelStrength": 10,
+  "linkStrength": 1,
+  "linkDistance": 250,
+  "scale": 1,
+  "close": false
+}

+ 42 - 0
.obsidian/hotkeys.json

@@ -0,0 +1,42 @@
+{
+  "outline:open-for-current": [
+    {
+      "modifiers": [
+        "Mod"
+      ],
+      "key": "\\"
+    }
+  ],
+  "workspace:copy-path": [
+    {
+      "modifiers": [
+        "Alt"
+      ],
+      "key": "C"
+    }
+  ],
+  "workspace:close-window": [],
+  "app:open-help": [
+    {
+      "modifiers": [],
+      "key": "F1"
+    }
+  ],
+  "file-explorer:reveal-active-file": [
+    {
+      "modifiers": [
+        "Alt"
+      ],
+      "key": "F1"
+    }
+  ],
+  "editor:insert-link": [],
+  "terminal:open-terminal.select.root": [
+    {
+      "modifiers": [
+        "Mod"
+      ],
+      "key": "Q"
+    }
+  ]
+}

+ 81 - 0
.obsidian/plugins/terminal/data.json

@@ -0,0 +1,81 @@
+{
+  "addToCommand": true,
+  "addToContextMenu": true,
+  "createInstanceNearExistingOnes": true,
+  "errorNoticeTimeout": -1,
+  "exposeInternalModules": true,
+  "focusOnNewInstance": true,
+  "hideStatusBar": "never",
+  "language": "zh-Hans",
+  "newInstanceBehavior": "newHorizontalSplit",
+  "noticeTimeout": -1,
+  "openChangelogOnUpdate": false,
+  "pinNewInstance": true,
+  "preferredRenderer": "dom",
+  "profiles": {
+    "TortoiseGit-Commit": {
+      "args": [],
+      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:commit /path:\"./\"",
+      "name": "TortoiseGit-Commit",
+      "platforms": {
+        "win32": true
+      },
+      "restoreHistory": true,
+      "successExitCodes": [
+        "0",
+        "SIGINT",
+        "SIGTERM"
+      ],
+      "terminalOptions": {},
+      "type": "external"
+    },
+    "TortoiseGit-Pull": {
+      "args": [],
+      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:pull /path:\"./\"",
+      "name": "TortoiseGit-Pull",
+      "platforms": {
+        "win32": true
+      },
+      "restoreHistory": true,
+      "successExitCodes": [
+        "0",
+        "SIGINT",
+        "SIGTERM"
+      ],
+      "terminalOptions": {},
+      "type": "external"
+    },
+    "TortoiseGit-Push": {
+      "args": [],
+      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:push /path:\"./\"",
+      "name": "TortoiseGit-Push",
+      "platforms": {
+        "win32": true
+      },
+      "restoreHistory": true,
+      "successExitCodes": [
+        "0",
+        "SIGINT",
+        "SIGTERM"
+      ],
+      "terminalOptions": {},
+      "type": "external"
+    },
+    "TortoiseGit-Log": {
+      "args": [],
+      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:Log /path:\"./\"",
+      "name": "TortoiseGit-Log",
+      "platforms": {
+        "win32": true
+      },
+      "restoreHistory": true,
+      "successExitCodes": [
+        "0",
+        "SIGINT",
+        "SIGTERM"
+      ],
+      "terminalOptions": {},
+      "type": "external"
+    }
+  }
+}

Fichier diff supprimé car celui-ci est trop grand
+ 1 - 0
.obsidian/plugins/terminal/main.js


+ 14 - 0
.obsidian/plugins/terminal/manifest.json

@@ -0,0 +1,14 @@
+{
+	"author": "polyipseity",
+	"description": "Integrate consoles, shells, and terminals inside Obsidian.",
+	"fundingUrl": {
+		"Buy Me a Coffee": "https://buymeacoffee.com/polyipseity",
+		"GitHub Sponsors": "https://github.com/sponsors/polyipseity"
+	},
+	"version": "3.14.0",
+	"authorUrl": "https://github.com/polyipseity",
+	"id": "terminal",
+	"isDesktopOnly": false,
+	"minAppVersion": "1.2.8",
+	"name": "Terminal"
+}

Fichier diff supprimé car celui-ci est trop grand
+ 31 - 0
.obsidian/plugins/terminal/styles.css


+ 197 - 0
.obsidian/workspace.json

@@ -0,0 +1,197 @@
+{
+  "main": {
+    "id": "3bb7f38db2387d5b",
+    "type": "split",
+    "children": [
+      {
+        "id": "afa0790c1c26da4c",
+        "type": "tabs",
+        "children": [
+          {
+            "id": "125c9c37111746b5",
+            "type": "leaf",
+            "state": {
+              "type": "markdown",
+              "state": {
+                "file": "前端/现代JS技术.md",
+                "mode": "source",
+                "source": false
+              }
+            }
+          }
+        ]
+      }
+    ],
+    "direction": "vertical"
+  },
+  "left": {
+    "id": "6f8969088f47d58a",
+    "type": "split",
+    "children": [
+      {
+        "id": "6491bc61bb169c73",
+        "type": "tabs",
+        "children": [
+          {
+            "id": "620d41c62d442bf0",
+            "type": "leaf",
+            "state": {
+              "type": "file-explorer",
+              "state": {
+                "sortOrder": "alphabetical"
+              }
+            }
+          },
+          {
+            "id": "9adc607dcc07bac9",
+            "type": "leaf",
+            "state": {
+              "type": "search",
+              "state": {
+                "query": "",
+                "matchingCase": false,
+                "explainSearch": false,
+                "collapseAll": false,
+                "extraContext": false,
+                "sortOrder": "alphabetical"
+              }
+            }
+          },
+          {
+            "id": "a97a50757ad954b5",
+            "type": "leaf",
+            "state": {
+              "type": "bookmarks",
+              "state": {}
+            }
+          }
+        ]
+      }
+    ],
+    "direction": "horizontal",
+    "width": 333.5
+  },
+  "right": {
+    "id": "f28ea7a08c39359b",
+    "type": "split",
+    "children": [
+      {
+        "id": "489f410875c56783",
+        "type": "tabs",
+        "children": [
+          {
+            "id": "b7e395c1b494a1ef",
+            "type": "leaf",
+            "state": {
+              "type": "backlink",
+              "state": {
+                "file": "前端/现代JS技术.md",
+                "collapseAll": true,
+                "extraContext": false,
+                "sortOrder": "alphabetical",
+                "showSearch": false,
+                "searchQuery": "",
+                "backlinkCollapsed": false,
+                "unlinkedCollapsed": true
+              }
+            }
+          },
+          {
+            "id": "11012135f9e830db",
+            "type": "leaf",
+            "state": {
+              "type": "outgoing-link",
+              "state": {
+                "file": "前端/现代JS技术.md",
+                "linksCollapsed": false,
+                "unlinkedCollapsed": true
+              }
+            }
+          },
+          {
+            "id": "8df9c62e86e98543",
+            "type": "leaf",
+            "state": {
+              "type": "tag",
+              "state": {
+                "sortOrder": "frequency",
+                "useHierarchy": true
+              }
+            }
+          },
+          {
+            "id": "15cb5a66286e2370",
+            "type": "leaf",
+            "state": {
+              "type": "outline",
+              "state": {
+                "file": "前端/现代JS技术.md"
+              }
+            }
+          }
+        ],
+        "currentTab": 2
+      }
+    ],
+    "direction": "horizontal",
+    "width": 502.5,
+    "collapsed": true
+  },
+  "left-ribbon": {
+    "hiddenItems": {
+      "canvas:新建白板": false,
+      "switcher:打开快速切换": false,
+      "command-palette:打开命令面板": false,
+      "terminal:Open terminal": false
+    }
+  },
+  "active": "125c9c37111746b5",
+  "lastOpenFiles": [
+    "前端/js基础语法.md",
+    "前端/现代JS技术.md",
+    "java/Java8 新特性(二)- Stream.md",
+    "ide/VSCode安装使用指南.md",
+    "nodejs/nodejs学习总结.md",
+    "未命名.canvas",
+    "spring/SpringMvc业务流程.md",
+    "spring/SpringMVC Validate.md",
+    "spring/SpringMVC响应数据忽略null.md",
+    "spring/Spring默认BeanName.md",
+    "spring/权限系统.md",
+    "linux/Linux chkconfig命令详解.md",
+    "Open Source Control View.md",
+    "Open source control view.md",
+    "nodejs/commit.md",
+    "前端/js常用函数.md",
+    "前端/JavaScript运行机制:事件驱动变成详解.md",
+    "windows/win11右键菜单还原.md",
+    "前端/JavaScript和Jquery插件开发指南.md",
+    "java/怎么打印日志?.md",
+    "java/日志/slf4j logger 占位符.md",
+    "linux/Linux常用命令总结.md",
+    "mysql/MySQL常用命令.md",
+    "mysql/MySQL使用总结.md",
+    "mysql/MySQL5.7.30安装指南.md",
+    "中间件/RabiitMQ3.7.24主从环境搭建指南.md",
+    "git/GitLab安装使用指南.md",
+    "中间件",
+    "maven/imgs/image-20200808183443418.png",
+    "maven/imgs/image-20200808175034963.png",
+    "maven/imgs/image-20200808173019643.png",
+    "maven/imgs/image-20200808172951319.png",
+    "maven/imgs/image-20200808172632992.png",
+    "maven/imgs/image-20200808163029711.png",
+    "maven/imgs/image-20200808162545096.png",
+    "maven/imgs/image-20200808162759278.png",
+    "maven/imgs",
+    "webserver/imgs/Image_20200819141049.jpg",
+    "webserver/imgs",
+    "webserver/新建文件夹",
+    "nodejs",
+    "python",
+    "ide/imgs/Pasted image 20240425145935.png",
+    "前端/imgs",
+    "es",
+    "前端"
+  ]
+}

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff