vault backup: 2025-04-06 10:20:34
This commit is contained in:
parent
67be06c0d9
commit
ba7466a838
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -6,5 +6,6 @@
|
|||||||
"table-editor-obsidian",
|
"table-editor-obsidian",
|
||||||
"dataview",
|
"dataview",
|
||||||
"weather-fetcher",
|
"weather-fetcher",
|
||||||
"geocoding-properties"
|
"geocoding-properties",
|
||||||
|
"obsidian-kanban"
|
||||||
]
|
]
|
37
.obsidian/hotkeys.json
vendored
37
.obsidian/hotkeys.json
vendored
@ -1,24 +1,9 @@
|
|||||||
{
|
{
|
||||||
"editor:toggle-source": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt"
|
|
||||||
],
|
|
||||||
"key": "W"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"workspace:split-horizontal": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Alt"
|
|
||||||
],
|
|
||||||
"key": "H"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"workspace:split-vertical": [
|
"workspace:split-vertical": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
"Alt"
|
"Alt",
|
||||||
|
"Mod"
|
||||||
],
|
],
|
||||||
"key": "V"
|
"key": "V"
|
||||||
}
|
}
|
||||||
@ -82,5 +67,23 @@
|
|||||||
],
|
],
|
||||||
"key": "J"
|
"key": "J"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"workspace:split-horizontal": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "H"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:toggle-source": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "W"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
3
.obsidian/plugins/obsidian-kanban/data.json
vendored
Normal file
3
.obsidian/plugins/obsidian-kanban/data.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"new-note-template": "templates/kanban_template.md"
|
||||||
|
}
|
153
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
153
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-kanban",
|
||||||
|
"name": "Kanban",
|
||||||
|
"version": "2.0.51",
|
||||||
|
"minAppVersion": "1.0.0",
|
||||||
|
"description": "Create markdown-backed Kanban boards in Obsidian.",
|
||||||
|
"author": "mgmeyers",
|
||||||
|
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
|
||||||
|
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
81
.obsidian/workspace.json
vendored
81
.obsidian/workspace.json
vendored
@ -4,24 +4,39 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "5e3b239df99769bd",
|
"id": "d0afed41b8685973",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "4365a0c25a4f26f9",
|
"id": "74d64848bffd2359",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "copilot-conversations/ubuntu lvm bindfs.md",
|
"file": "new notes/快捷键设置.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "ubuntu lvm bindfs"
|
"title": "快捷键设置"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3985a6d657d77461",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "new notes/快捷键设置.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": true
|
||||||
|
},
|
||||||
|
"icon": "lucide-file",
|
||||||
|
"title": "快捷键设置"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@ -109,7 +124,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "copilot-conversations/ubuntu lvm bindfs.md",
|
"file": "new notes/pdf 插件的学习.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -119,7 +134,7 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for ubuntu lvm bindfs"
|
"title": "Backlinks for pdf 插件的学习"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -128,12 +143,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "copilot-conversations/ubuntu lvm bindfs.md",
|
"file": "new notes/pdf 插件的学习.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Outgoing links from ubuntu lvm bindfs"
|
"title": "Outgoing links from pdf 插件的学习"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -142,17 +157,27 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "copilot-conversations/ubuntu lvm bindfs.md",
|
"file": "new notes/快捷键设置.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of ubuntu lvm bindfs"
|
"title": "Outline of 快捷键设置"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "74b19403045c89a7",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "copilot-chat-view",
|
||||||
|
"state": {},
|
||||||
|
"icon": "message-square",
|
||||||
|
"title": "Copilot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 3
|
"currentTab": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
@ -160,7 +185,6 @@
|
|||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
"weather-fetcher:Insert Weather": false,
|
|
||||||
"switcher:Open quick switcher": false,
|
"switcher:Open quick switcher": false,
|
||||||
"graph:Open graph view": false,
|
"graph:Open graph view": false,
|
||||||
"canvas:Create new canvas": false,
|
"canvas:Create new canvas": false,
|
||||||
@ -170,27 +194,34 @@
|
|||||||
"copilot:Open Copilot Chat": false,
|
"copilot:Open Copilot Chat": false,
|
||||||
"obsidian-git:Open Git source control": false,
|
"obsidian-git:Open Git source control": false,
|
||||||
"terminal:Open terminal": false,
|
"terminal:Open terminal": false,
|
||||||
"table-editor-obsidian:Advanced Tables Toolbar": false
|
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
||||||
|
"weather-fetcher:Insert Weather": false,
|
||||||
|
"obsidian-kanban:Create new board": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "4365a0c25a4f26f9",
|
"active": "3985a6d657d77461",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"new notes/快捷键设置.md",
|
||||||
|
"templates/base_template.md",
|
||||||
|
"new notes/Untitled Kanban 1.md",
|
||||||
|
"new notes/Untitled Kanban.md",
|
||||||
|
"templates/kanban_template.md",
|
||||||
|
"kanban",
|
||||||
|
"templates/daily_template.md",
|
||||||
|
"new notes/2025-04-06.md",
|
||||||
|
"new notes/pdf 插件的学习.md",
|
||||||
|
"new notes/2025-04-05.md",
|
||||||
|
"new notes/2025-04-04.md",
|
||||||
|
"new notes/设置 nodeTest这个项目目录作为练手的项目.md",
|
||||||
|
"new notes/chat history.md",
|
||||||
|
"new notes/找到了如何入门obsidian的途径.md",
|
||||||
|
"copilot-conversations/ubuntu lvm bindfs.md",
|
||||||
"copilot-conversations/dataview ob q&a.md",
|
"copilot-conversations/dataview ob q&a.md",
|
||||||
"Chats/New Chat.md",
|
"Chats/New Chat.md",
|
||||||
"copilot-conversations/ubuntu lvm bindfs.md",
|
|
||||||
"new notes/快捷键设置.md",
|
|
||||||
"new notes/设置 nodeTest这个项目目录作为练手的项目.md",
|
|
||||||
"new notes/找到了如何入门obsidian的途径.md",
|
|
||||||
"new notes/chat history.md",
|
|
||||||
"new notes/pdf 插件的学习.md",
|
|
||||||
"new notes/Untitled.md",
|
"new notes/Untitled.md",
|
||||||
"templates/base_template.md",
|
|
||||||
"templates/daily_template.md",
|
|
||||||
"Task.md",
|
"Task.md",
|
||||||
"欢迎.md",
|
"欢迎.md",
|
||||||
"Welcome.md",
|
"Welcome.md",
|
||||||
"new notes/2025-04-04.md",
|
|
||||||
"new notes/2025-04-05.md",
|
|
||||||
"templates/daily.md",
|
"templates/daily.md",
|
||||||
"templates"
|
"templates"
|
||||||
]
|
]
|
||||||
|
35
new notes/2025-04-06.md
Normal file
35
new notes/2025-04-06.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
date: 2025-04-06
|
||||||
|
tags: [journal, daily]
|
||||||
|
title: 日记 - 2025-04-06
|
||||||
|
weather:
|
||||||
|
mood:
|
||||||
|
---
|
||||||
|
|
||||||
|
# 2025-04-06
|
||||||
|
|
||||||
|
## 今日目标
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 完成事项
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 学到的新东西
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 遇到的问题及解决方案
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 明日计划
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 其他备注
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
|
6
new notes/Untitled Kanban 1.md
Normal file
6
new notes/Untitled Kanban 1.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
kanban-plugin: board
|
||||||
|
|
||||||
|
---
|
||||||
|
|
21
new notes/Untitled Kanban.md
Normal file
21
new notes/Untitled Kanban.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
kanban-plugin: board
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 初步意向
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 准备要做
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% kanban:settings
|
||||||
|
```
|
||||||
|
{"kanban-plugin":"board","list-collapse":[false,false]}
|
||||||
|
```
|
||||||
|
%%
|
@ -12,27 +12,30 @@ 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 live preview / not | ⌥ + ⌘ + w | 切换实时预览的开启状态 |
|
||||||
|
| toggle edit / view | ⌥ + ⌘ + w | 切换 编辑/查看 模式 |
|
||||||
|
|
||||||
### 插件
|
### 插件
|
||||||
#### git
|
#### git
|
||||||
| name | hotkey | comment |
|
| name | hotkey | comment |
|
||||||
| --------------------------------- | --------- | --------------- |
|
| --------------------------------- | --------- | ----------------- |
|
||||||
| 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 | 打开聊天窗口 |
|
| toggle chat window | ⌥ + ⌘ + j | 右边栏显示聊天窗口, |
|
||||||
|
|
||||||
|
前提是右边栏已经被激活
|
||||||
|
|
||||||
#### terminal
|
#### terminal
|
||||||
| name | hotkey | comment |
|
| name | hotkey | comment |
|
||||||
@ -40,8 +43,8 @@ Fn = Fn
|
|||||||
| open a terminal | ⌥ + T | 打开一个终端 |
|
| open a terminal | ⌥ + T | 打开一个终端 |
|
||||||
|
|
||||||
#### advance table
|
#### advance table
|
||||||
| name | hotkey | comment | |
|
| name | hotkey | comment | |
|
||||||
| --------------- | -------- | ------- | --- |
|
| ----------------------------- | -------- | ----------- | --- |
|
||||||
| open a terminal | ⌥ + ⌘ +l | 打开一个终端 | |
|
| format all table in this note | ⌥ + ⌘ + l | 格式化table | |
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,4 +4,4 @@ tags: [journal, daily]
|
|||||||
title: 日记 - {{date:YYYY-MM-DD}}
|
title: 日记 - {{date:YYYY-MM-DD}}
|
||||||
weather:
|
weather:
|
||||||
mood:
|
mood:
|
||||||
---
|
---
|
||||||
|
37
templates/kanban_template.md
Normal file
37
templates/kanban_template.md
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
date: {{date:YYYY-MM-DD}}
|
||||||
|
tags: [kanban, project]
|
||||||
|
title: 看板 - {{date:YYYY-MM-DD}}
|
||||||
|
project_name:
|
||||||
|
status:
|
||||||
|
---
|
||||||
|
|
||||||
|
# {{title}}
|
||||||
|
|
||||||
|
## 项目描述
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 看板状态
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "看板名称"
|
||||||
|
```
|
||||||
|
|
||||||
|
## 待办事项 (To Do)
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
## 进行中 (In Progress)
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
## 已完成 (Done)
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
## 备注
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user