vault backup: 2025-04-04 22:54:29

This commit is contained in:
zhangkun9038@dingtalk.com 2025-04-04 22:54:29 +08:00
parent 9035aa2c7c
commit c5d69fcfd8
16 changed files with 1905 additions and 51 deletions

4
.obsidian/app.json vendored
View File

@ -4,5 +4,7 @@
"showUnsupportedFiles": true, "showUnsupportedFiles": true,
"attachmentFolderPath": "./attachments", "attachmentFolderPath": "./attachments",
"vimMode": true, "vimMode": true,
"showLineNumber": true "showLineNumber": true,
"alwaysUpdateLinks": true,
"promptDelete": false
} }

View File

@ -1 +1,3 @@
{} {
"cssTheme": "Obsidianite"
}

View File

@ -2,5 +2,6 @@
"copilot", "copilot",
"obsidian-git", "obsidian-git",
"obsidian-linter", "obsidian-linter",
"terminal" "terminal",
"table-editor-obsidian"
] ]

View File

@ -55,15 +55,6 @@
"key": "T" "key": "T"
} }
], ],
"obsidian-git:backup-and-close": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "G"
}
],
"obsidian-git:commit-push-specified-message": [ "obsidian-git:commit-push-specified-message": [
{ {
"modifiers": [ "modifiers": [
@ -72,5 +63,32 @@
], ],
"key": "M" "key": "M"
} }
],
"obsidian-git:push": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "G"
}
],
"copilot:chat-open-window": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "J"
}
],
"table-editor-obsidian:format-all-tables": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "L"
}
] ]
} }

View File

@ -0,0 +1,6 @@
{
"formatType": "normal",
"showRibbonIcon": true,
"bindEnter": true,
"bindTab": true
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,17 @@
{
"id": "table-editor-obsidian",
"name": "Advanced Tables",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "1.0.0",
"version": "0.22.1",
"js": "main.js",
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
},
"donation": "https://buymeacoffee.com/tgrosinger"
}

View File

@ -0,0 +1,78 @@
:root {
--advanced-tables-helper-size: 28px;
}
.HyperMD-table-row span.cm-inline-code {
font-size: 100%;
padding: 0px;
}
.advanced-tables-buttons>div>.title {
font-weight: var(--font-medium);
font-size: var(--nav-item-size);
color: var(--nav-item-color);
text-decoration: underline;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
column-gap: 0.2rem;
margin: 0.2rem 0 0.2rem 0;
justify-content: start;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container::before {
min-width: 2.6rem;
line-height: var(--advanced-tables-helper-size);
font-size: var(--nav-item-size);
font-weight: var(--nav-item-weight);
color: var(--nav-item-color);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container>* {
height: var(--advanced-tables-helper-size);
line-height: var(--advanced-tables-helper-size);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button {
width: var(--advanced-tables-helper-size);
height: var(--advanced-tables-helper-size);
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--radius-s);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button:hover {
background-color: var(--nav-item-background-hover);
color: var(--nav-item-color-hover);
font-weight: var(--nav-item-weight-hover);
}
.advanced-tables-row-label {
width: 50px;
}
.widget-icon {
width: 20px;
height: 20px;
fill: var(--text-muted);
}
.widget-icon:hover {
fill: var(--text-normal);
}
.advanced-tables-csv-export textarea {
height: 200px;
width: 100%;
}
.advanced-tables-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.advanced-tables-donate-button {
margin: 10px;
}

View File

@ -0,0 +1,7 @@
{
"name": "Obsidianite",
"version": "2.0.2",
"minAppVersion": "1.1.0",
"author": "@bennyxguo",
"authorUrl": "https://github.com/bennyxguo"
}

1481
.obsidian/themes/Obsidianite/theme.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "new notes/快捷键设置.md", "file": "new notes/快捷键设置.md",
"mode": "preview", "mode": "source",
"source": true "source": true
}, },
"icon": "lucide-file", "icon": "lucide-file",
@ -142,17 +142,17 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Welcome.md", "file": "new notes/快捷键设置.md",
"followCursor": true, "followCursor": true,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of Welcome" "title": "Outline of 快捷键设置"
} }
}, },
{ {
"id": "54bc157e2cbcd4d0", "id": "66ff26b0cd3d74f1",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "copilot-chat-view", "type": "copilot-chat-view",
@ -166,8 +166,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 200, "width": 321.5
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@ -179,24 +178,25 @@
"templates:Insert template": false, "templates:Insert template": false,
"command-palette:Open command palette": false, "command-palette:Open command palette": false,
"copilot:Open Copilot Chat": false, "copilot:Open Copilot Chat": false,
"terminal:Open terminal": false "terminal:Open terminal": false,
"table-editor-obsidian:Advanced Tables Toolbar": false
} }
}, },
"active": "579c169a23885fbe", "active": "579c169a23885fbe",
"lastOpenFiles": [ "lastOpenFiles": [
"new notes/快捷键设置.md", "Task.md",
"Chats/New Chat.md",
"Welcome.md", "Welcome.md",
"欢迎.md",
"new notes/chat history.md",
"new notes/Untitled.md",
"Chats/New Chat.md",
"new notes/快捷键设置.md",
"copilot-conversations/天麻怎么吃@20250404_120810.md", "copilot-conversations/天麻怎么吃@20250404_120810.md",
"attachments", "attachments",
"未命名文件夹", "未命名文件夹",
"new notes", "new notes",
"copilot-conversations", "copilot-conversations",
"copilot-conversations/在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下@20250404_111308.md", "copilot-conversations/在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下@20250404_111308.md",
"Task.md", "Chats"
"欢迎.md",
"new notes/chathistory.md",
"Chats",
"new notes/Untitled.md"
] ]
} }

View File

@ -5,7 +5,7 @@ User
可以用中文交流吗 可以用中文交流吗
- - - - - - - - - -
Assistant Assistant
是的,我们可以用中文交流。 [[chathistory]] 是的,我们可以用中文交流。 [[chat history]]
- - - - - - - - - -
User User
在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下 在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下
@ -14,7 +14,7 @@ Assistant
是的在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现 是的在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现
* **使用`bindfs`:** `bindfs`允许你将一个目录的内容“绑定”到另一个目录,这可以让你将多个硬盘的目录合并到一个逻辑目录中。 * **使用`bindfs`:** `bindfs`允许你将一个目录的内容“绑定”到另一个目录,这可以让你将多个硬盘的目录合并到一个逻辑目录中。
* **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷然后将该逻辑卷挂载到你的逻辑目录下。 [[chathistory]] * **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
具体方法取决于你的需求和偏好。 具体方法取决于你的需求和偏好。
- - - - - - - - - -
@ -22,13 +22,13 @@ User
详细介绍一下lü m 详细介绍一下lü m
- - - - - - - - - -
Assistant Assistant
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chathistory]] LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
- - - - - - - - - -
User User
介绍一下操作步骤 介绍一下操作步骤
- - - - - - - - - -
Assistant Assistant
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chathistory]] 具体操作步骤取决于你的需求和偏好。 LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]] 具体操作步骤取决于你的需求和偏好。
- - - - - - - - - -
User User
在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下 在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下
@ -49,7 +49,7 @@ Assistant
是的在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现 是的在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现
* **使用`bindfs`:** `bindfs`允许你将一个目录的内容“绑定”到另一个目录,这可以让你将多个硬盘的目录合并到一个逻辑目录中。 * **使用`bindfs`:** `bindfs`允许你将一个目录的内容“绑定”到另一个目录,这可以让你将多个硬盘的目录合并到一个逻辑目录中。
* **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷然后将该逻辑卷挂载到你的逻辑目录下。 [[chathistory]] * **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
具体方法取决于你的需求和偏好。 具体方法取决于你的需求和偏好。
- - - - - - - - - -
@ -116,5 +116,5 @@ UUID=logical_volume_uuid /mnt/merged_disks ext4 defaults 0 2
其中 `logical_volume_uuid` 是你的逻辑卷的 UUID可以通过运行 `blkid` 命令获取。 其中 `logical_volume_uuid` 是你的逻辑卷的 UUID可以通过运行 `blkid` 命令获取。
### 总结 ### 总结
通过 LVM你可以将多个物理硬盘合并到一个或多个逻辑卷中并灵活地调整每个逻辑卷的大小。这对于需要动态管理存储空间的场景非常有用。 [[chathistory]] 通过 LVM你可以将多个物理硬盘合并到一个或多个逻辑卷中并灵活地调整每个逻辑卷的大小。这对于需要动态管理存储空间的场景非常有用。 [[chat history]]
- - - - - - - - - -

View File

@ -1,6 +1,8 @@
--- ---
aliases: aliases:
- tsk - tsk
tags:
- test
--- ---
Task: Finish report Task: Finish report
Due: 2025-04-05 Due: 2025-04-05

View File

@ -12,33 +12,37 @@ Fn = Fn
已经设置了的: 已经设置了的:
### 基础操作 ### 基础操作
| name | hotkey | comment | | name | hotkey | comment |
| ------------------ | ------ | ----------- | | ------------------ | ------ | ---------------------- |
| add file property | ⌘ + ; | 给笔记增加属性 | | add file property | ⌘ + ; | 给笔记增加属性 |
| create new note | ⌘ + n | 创建新笔记 | | create new note | ⌘ + n | 创建新笔记 |
| new tab | ⌘ + T | 新标签 | | new tab | ⌘ + T | 新标签 |
| rename file | f2 | 重命名 | | rename file | f2 | 重命名 |
| split down | ⌥ + h | 纵向分拆 | | split down | ⌥ + h | 纵向分拆 |
| split right | ⌥ + v | 横向分拆 | | split right | ⌥ + v | 横向分拆 |
| toggle edit / view | ⌥ + w | 切换实时预览的开启状态 | | toggle edit / view | ⌥ + w | 切换实时预览的开启状态 |
| | | |
### 插件 ### 插件
#### git #### git
| name | hotkey | comment | | name | hotkey | comment |
| --------------------------------- | ------------- | --------------- | | --------------------------------- | ------------- | ----------------- |
| git commit and sync | ⌘ + shift + m | git 提交 | | git commit and sync | ⌘ + shift + m | git 提交 |
| git commit with spec msg and sync | ⌥ + ⌘ + m | git 提交 with msg | | git commit with spec msg and sync | ⌥ + ⌘ + m | git 提交 with msg |
| git commit and sync | ⌥ + ⌘ + g | git 提交 | | git commit and sync | ⌥ + ⌘ + g | git 提交 |
#### copilot #### copilot
| name | hotkey | comment | | name | hotkey | comment |
| ------------------ | ------ | ------- | | ------------------ | ------ | -------- |
| toggle chat window | ⌥ + j | git 提交 | | toggle chat window | ⌥ + j | 打开聊天窗口 |
#### terminal #### terminal
| name | hotkey | comment | | name | hotkey | comment |
| ------------------ | ------ | ------- | | --------------- | ------ | ------------ |
| open a terminal | ⌥ + T | 打开一个终端 | | open a terminal | ⌥ + T | 打开一个终端 |
#### advance table
| name | hotkey | comment |
| --------------- | -------- | ------------ |
| open a terminal | ⌥ + ⌘ +l | 打开一个终端 |