vault backup: 2026-04-18 00:07:11

This commit is contained in:
2026-04-18 00:07:11 +08:00
parent 65e42582fe
commit 325884f73b
16 changed files with 49 additions and 32 deletions

View File

@@ -27,6 +27,8 @@
"TQ_show_tree": "checkbox", "TQ_show_tree": "checkbox",
"TQ_show_urgency": "checkbox", "TQ_show_urgency": "checkbox",
"TQ_show_toolbar": "checkbox", "TQ_show_toolbar": "checkbox",
"写完了吗": "checkbox" "写完了吗": "checkbox",
"达到预期": "checkbox",
"笔记类型": "multitext"
} }
} }

View File

@@ -11,15 +11,13 @@
"id": "9c82e7556515fa96", "id": "9c82e7556515fa96",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "bases",
"state": { "state": {
"file": "Template/AutoAdd.md", "file": "Bases/元数据列表.base",
"mode": "source", "viewName": "表格"
"source": true,
"backlinks": false
}, },
"icon": "lucide-file", "icon": "lucide-table",
"title": "AutoAdd" "title": "元数据列表"
} }
} }
] ]
@@ -124,13 +122,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Template/AutoAdd.md", "file": "Bases/元数据列表.base",
"followCursor": true, "followCursor": true,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "AutoAdd 的大纲" "title": "元数据列表 的大纲"
} }
} }
], ],
@@ -253,6 +251,8 @@
}, },
"active": "9c82e7556515fa96", "active": "9c82e7556515fa96",
"lastOpenFiles": [ "lastOpenFiles": [
"Template/AutoAdd.md",
"Template/Diary.md",
"Bases/元数据列表.base", "Bases/元数据列表.base",
"Collection/Markdown语法.md", "Collection/Markdown语法.md",
"Collection/linux命令.md", "Collection/linux命令.md",
@@ -265,7 +265,6 @@
"Diary/2026/04/2026-04-16 周四.md", "Diary/2026/04/2026-04-16 周四.md",
"未命名.canvas", "未命名.canvas",
"School/vivado_ip.md", "School/vivado_ip.md",
"Template/Diary.md",
"YueQian/相关网站.md", "YueQian/相关网站.md",
"Archive/test.md", "Archive/test.md",
"Collection/配置备忘/navidrome.md", "Collection/配置备忘/navidrome.md",
@@ -284,7 +283,6 @@
"Diary/2026/01/2026-01-27 周二.md", "Diary/2026/01/2026-01-27 周二.md",
"Collection/未命名 1.md", "Collection/未命名 1.md",
"Bases/Diay.base", "Bases/Diay.base",
"Template/AutoAdd.md",
"Diary/2026/04", "Diary/2026/04",
"Diary/2026/01", "Diary/2026/01",
"Diary/2026/02", "Diary/2026/02",

View File

@@ -2,6 +2,6 @@
tags: tags:
- empty - empty
aliases: empty aliases: empty
笔记类型: 未分类 笔记类型:
日期: 2026/4/17 日期: 2026/4/17
--- ---

View File

@@ -3,9 +3,11 @@ views:
name: 表格 name: 表格
order: order:
- file.name - file.name
- 达到预期
- 笔记类型 - 笔记类型
- tags - tags
- aliases - aliases
- 日期
sort: sort:
- property: 笔记类型 - property: 笔记类型
direction: ASC direction: ASC
@@ -13,5 +15,6 @@ views:
direction: ASC direction: ASC
columnSize: columnSize:
file.name: 210 file.name: 210
note.笔记类型: 171 note.笔记类型: 318
note.tags: 344 note.tags: 344
note.aliases: 321

View File

@@ -1,3 +1,6 @@
---
笔记类型:
---
# 这是一级标题 # 这是一级标题
## 这是二级标题 ## 这是二级标题

View File

@@ -6,6 +6,7 @@ tags:
- 同步 - 同步
aliases: empty aliases: empty
日期: 2026/1/24 日期: 2026/1/24
笔记类型:
--- ---
# Obsidian使用飞牛WebDAV实现多端同步 # Obsidian使用飞牛WebDAV实现多端同步
## 前言 ## 前言

View File

@@ -1,3 +1,6 @@
---
笔记类型:
---
# Docker容器和镜像的删除操作 # Docker容器和镜像的删除操作
## 容器和镜像的关系 ## 容器和镜像的关系
简单来说,镜像是文件,容器是进程。 简单来说,镜像是文件,容器是进程。

View File

@@ -1,8 +1,9 @@
--- ---
tags: tags:
- KMP - KMP
- AI生成 - AI生成
- C语言 - C语言
笔记类型:
--- ---
KMPKnuth-Morris-Pratt算法是一种用于字符串匹配的算法它能在O(n+m)的时间复杂度内完成字符串的匹配其中n是主串的长度m是模式串的长度。这个算法是由Donald Knuth、Vaughan Pratt和Vaughan Morris在1970年共同发明的。 KMPKnuth-Morris-Pratt算法是一种用于字符串匹配的算法它能在O(n+m)的时间复杂度内完成字符串的匹配其中n是主串的长度m是模式串的长度。这个算法是由Donald Knuth、Vaughan Pratt和Vaughan Morris在1970年共同发明的。

View File

@@ -7,7 +7,7 @@ aliases:
- MD语法 - MD语法
- Obsidian Markdown - Obsidian Markdown
- Markdown教程 - Markdown教程
笔记类型: 永久笔记 笔记类型:
日期: 2026/4/17 日期: 2026/4/17
--- ---
# **语法速查表** # **语法速查表**

View File

@@ -1,8 +1,9 @@
--- ---
tags: tags:
- PID - PID
- AI生成 - AI生成
- C语言 - C语言
笔记类型:
--- ---
以下是一个简单的C语言实现PID控制算法的程序示例 以下是一个简单的C语言实现PID控制算法的程序示例

View File

@@ -3,7 +3,7 @@ tags:
- yaml - yaml
aliases: aliases:
- yaml用法 - yaml用法
笔记类型: 永久笔记 笔记类型:
日期: 2026/4/17 日期: 2026/4/17
--- ---
**YAML (YAML Ain't Markup Language) 是一种以数据为中心、对人类友好的数据序列化语言。它因其简洁和高可读性而备受青睐,尤其是在配置文件和知识管理领域。** **YAML (YAML Ain't Markup Language) 是一种以数据为中心、对人类友好的数据序列化语言。它因其简洁和高可读性而备受青睐,尤其是在配置文件和知识管理领域。**

View File

@@ -1,6 +1,7 @@
--- ---
tags: tags:
- Linux - Linux
笔记类型:
--- ---
# 一些好用的Linux命令 # 一些好用的Linux命令
- source 用来重新加载配置文件 ^2b32fc - source 用来重新加载配置文件 ^2b32fc

View File

@@ -1,3 +1,6 @@
---
笔记类型:
---
# 启用用户界面中的转码配置 # 启用用户界面中的转码配置
ND_ENABLETRANSCODINGCONFIG = true ND_ENABLETRANSCODINGCONFIG = true

View File

@@ -1,8 +1,8 @@
--- ---
excalidraw-plugin: parsed excalidraw-plugin: parsed
tags: [excalidraw] tags:
- excalidraw
笔记类型:
--- ---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving' ==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving'

View File

@@ -1,8 +1,8 @@
--- ---
tags: tags:
- empty - empty
aliases: empty aliases: empty
笔记类型: 未分类 笔记类型:
: -[ ] 达到预期: false
日期: <%tp.date.now("YYYY/M/D") %> 日期: <%tp.date.now("YYYY/M/D") %>
--- ---

View File

@@ -2,7 +2,8 @@
tags: tags:
- 日记 - 日记
- Diary - Diary
笔记类型: 日记 笔记类型:
达到预期: false
日期: <%tp.date.now("YYYY/M/D", 0, tp.file.title,"YYYY-MM-DD") %> 日期: <%tp.date.now("YYYY/M/D", 0, tp.file.title,"YYYY-MM-DD") %>
时间: <%tp.date.now("YYYY/M/D HH:mm") %> 时间: <%tp.date.now("YYYY/M/D HH:mm") %>
--- ---