vault backup: 2025-04-04 22:54:29
This commit is contained in:
parent
9035aa2c7c
commit
c5d69fcfd8
4
.obsidian/app.json
vendored
4
.obsidian/app.json
vendored
@ -4,5 +4,7 @@
|
||||
"showUnsupportedFiles": true,
|
||||
"attachmentFolderPath": "./attachments",
|
||||
"vimMode": true,
|
||||
"showLineNumber": true
|
||||
"showLineNumber": true,
|
||||
"alwaysUpdateLinks": true,
|
||||
"promptDelete": false
|
||||
}
|
4
.obsidian/appearance.json
vendored
4
.obsidian/appearance.json
vendored
@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"cssTheme": "Obsidianite"
|
||||
}
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -2,5 +2,6 @@
|
||||
"copilot",
|
||||
"obsidian-git",
|
||||
"obsidian-linter",
|
||||
"terminal"
|
||||
"terminal",
|
||||
"table-editor-obsidian"
|
||||
]
|
36
.obsidian/hotkeys.json
vendored
36
.obsidian/hotkeys.json
vendored
@ -55,15 +55,6 @@
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"obsidian-git:backup-and-close": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "G"
|
||||
}
|
||||
],
|
||||
"obsidian-git:commit-push-specified-message": [
|
||||
{
|
||||
"modifiers": [
|
||||
@ -72,5 +63,32 @@
|
||||
],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
6
.obsidian/plugins/table-editor-obsidian/data.json
vendored
Normal file
6
.obsidian/plugins/table-editor-obsidian/data.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"formatType": "normal",
|
||||
"showRibbonIcon": true,
|
||||
"bindEnter": true,
|
||||
"bindTab": true
|
||||
}
|
236
.obsidian/plugins/table-editor-obsidian/main.js
vendored
Normal file
236
.obsidian/plugins/table-editor-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
17
.obsidian/plugins/table-editor-obsidian/manifest.json
vendored
Normal file
17
.obsidian/plugins/table-editor-obsidian/manifest.json
vendored
Normal 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"
|
||||
}
|
78
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal file
78
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal 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;
|
||||
}
|
7
.obsidian/themes/Obsidianite/manifest.json
vendored
Normal file
7
.obsidian/themes/Obsidianite/manifest.json
vendored
Normal 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
1481
.obsidian/themes/Obsidianite/theme.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
28
.obsidian/workspace.json
vendored
28
.obsidian/workspace.json
vendored
@ -14,7 +14,7 @@
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "new notes/快捷键设置.md",
|
||||
"mode": "preview",
|
||||
"mode": "source",
|
||||
"source": true
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
@ -142,17 +142,17 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Welcome.md",
|
||||
"file": "new notes/快捷键设置.md",
|
||||
"followCursor": true,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline of Welcome"
|
||||
"title": "Outline of 快捷键设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "54bc157e2cbcd4d0",
|
||||
"id": "66ff26b0cd3d74f1",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "copilot-chat-view",
|
||||
@ -166,8 +166,7 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 200,
|
||||
"collapsed": true
|
||||
"width": 321.5
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
@ -179,24 +178,25 @@
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"copilot:Open Copilot Chat": false,
|
||||
"terminal:Open terminal": false
|
||||
"terminal:Open terminal": false,
|
||||
"table-editor-obsidian:Advanced Tables Toolbar": false
|
||||
}
|
||||
},
|
||||
"active": "579c169a23885fbe",
|
||||
"lastOpenFiles": [
|
||||
"new notes/快捷键设置.md",
|
||||
"Chats/New Chat.md",
|
||||
"Task.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",
|
||||
"attachments",
|
||||
"未命名文件夹",
|
||||
"new notes",
|
||||
"copilot-conversations",
|
||||
"copilot-conversations/在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下@20250404_111308.md",
|
||||
"Task.md",
|
||||
"欢迎.md",
|
||||
"new notes/chathistory.md",
|
||||
"Chats",
|
||||
"new notes/Untitled.md"
|
||||
"Chats"
|
||||
]
|
||||
}
|
@ -5,7 +5,7 @@ User
|
||||
可以用中文交流吗
|
||||
- - - - -
|
||||
Assistant
|
||||
是的,我们可以用中文交流。 [[chathistory]]
|
||||
是的,我们可以用中文交流。 [[chat history]]
|
||||
- - - - -
|
||||
User
|
||||
在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下
|
||||
@ -14,7 +14,7 @@ Assistant
|
||||
是的,在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现:
|
||||
|
||||
* **使用`bindfs`:** `bindfs`允许你将一个目录的内容“绑定”到另一个目录,这可以让你将多个硬盘的目录合并到一个逻辑目录中。
|
||||
* **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chathistory]]
|
||||
* **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
|
||||
|
||||
具体方法取决于你的需求和偏好。
|
||||
- - - - -
|
||||
@ -22,13 +22,13 @@ User
|
||||
详细介绍一下lü m
|
||||
- - - - -
|
||||
Assistant
|
||||
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chathistory]]
|
||||
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
|
||||
- - - - -
|
||||
User
|
||||
介绍一下操作步骤
|
||||
- - - - -
|
||||
Assistant
|
||||
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chathistory]] 具体操作步骤取决于你的需求和偏好。
|
||||
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]] 具体操作步骤取决于你的需求和偏好。
|
||||
- - - - -
|
||||
User
|
||||
在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下
|
||||
@ -49,7 +49,7 @@ Assistant
|
||||
是的,在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现:
|
||||
|
||||
* **使用`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` 命令获取。
|
||||
|
||||
### 总结
|
||||
通过 LVM,你可以将多个物理硬盘合并到一个或多个逻辑卷中,并灵活地调整每个逻辑卷的大小。这对于需要动态管理存储空间的场景非常有用。 [[chathistory]]
|
||||
通过 LVM,你可以将多个物理硬盘合并到一个或多个逻辑卷中,并灵活地调整每个逻辑卷的大小。这对于需要动态管理存储空间的场景非常有用。 [[chat history]]
|
||||
- - - - -
|
2
Task.md
2
Task.md
@ -1,6 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
- tsk
|
||||
tags:
|
||||
- test
|
||||
---
|
||||
Task: Finish report
|
||||
Due: 2025-04-05
|
||||
|
@ -12,33 +12,37 @@ Fn = Fn
|
||||
已经设置了的:
|
||||
|
||||
### 基础操作
|
||||
| name | hotkey | comment |
|
||||
| ------------------ | ------ | ----------- |
|
||||
| add file property | ⌘ + ; | 给笔记增加属性 |
|
||||
| create new note | ⌘ + n | 创建新笔记 |
|
||||
| new tab | ⌘ + T | 新标签 |
|
||||
| rename file | f2 | 重命名 |
|
||||
| split down | ⌥ + h | 纵向分拆 |
|
||||
| split right | ⌥ + v | 横向分拆 |
|
||||
| name | hotkey | comment |
|
||||
| ------------------ | ------ | ---------------------- |
|
||||
| add file property | ⌘ + ; | 给笔记增加属性 |
|
||||
| create new note | ⌘ + n | 创建新笔记 |
|
||||
| new tab | ⌘ + T | 新标签 |
|
||||
| rename file | f2 | 重命名 |
|
||||
| split down | ⌥ + h | 纵向分拆 |
|
||||
| split right | ⌥ + v | 横向分拆 |
|
||||
| toggle edit / view | ⌥ + w | 切换实时预览的开启状态 |
|
||||
| | | |
|
||||
|
||||
### 插件
|
||||
#### git
|
||||
| name | hotkey | comment |
|
||||
| --------------------------------- | ------------- | --------------- |
|
||||
| name | hotkey | comment |
|
||||
| --------------------------------- | ------------- | ----------------- |
|
||||
| git commit and sync | ⌘ + shift + m | git 提交 |
|
||||
| git commit with spec msg and sync | ⌥ + ⌘ + m | git 提交 with msg |
|
||||
| git commit and sync | ⌥ + ⌘ + g | git 提交 |
|
||||
| git commit with spec msg and sync | ⌥ + ⌘ + m | git 提交 with msg |
|
||||
| git commit and sync | ⌥ + ⌘ + g | git 提交 |
|
||||
|
||||
#### copilot
|
||||
| name | hotkey | comment |
|
||||
| ------------------ | ------ | ------- |
|
||||
| toggle chat window | ⌥ + j | git 提交 |
|
||||
| name | hotkey | comment |
|
||||
| ------------------ | ------ | -------- |
|
||||
| toggle chat window | ⌥ + j | 打开聊天窗口 |
|
||||
|
||||
#### terminal
|
||||
| name | hotkey | comment |
|
||||
| ------------------ | ------ | ------- |
|
||||
| open a terminal | ⌥ + T | 打开一个终端 |
|
||||
| name | hotkey | comment |
|
||||
| --------------- | ------ | ------------ |
|
||||
| open a terminal | ⌥ + T | 打开一个终端 |
|
||||
|
||||
#### advance table
|
||||
| name | hotkey | comment |
|
||||
| --------------- | -------- | ------------ |
|
||||
| open a terminal | ⌥ + ⌘ +l | 打开一个终端 |
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user