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

@ -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

@ -13,7 +13,7 @@ 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 | 新标签 |
@ -21,24 +21,28 @@ Fn = Fn
| 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 | 打开一个终端 |