vault backup: 2023-07-27 00:42:11
This commit is contained in:
parent
d6d44a51c0
commit
8b57379601
7
.obsidian/community-plugins.json
vendored
7
.obsidian/community-plugins.json
vendored
@ -1,4 +1,9 @@
|
||||
[
|
||||
"obsidian-git",
|
||||
"obsidian-excalidraw-plugin"
|
||||
"obsidian-excalidraw-plugin",
|
||||
"obsidian-mind-map",
|
||||
"nldates-obsidian",
|
||||
"cm-editor-syntax-highlight-obsidian",
|
||||
"table-editor-obsidian",
|
||||
"floating-toc"
|
||||
]
|
||||
8
.obsidian/plugins/floating-toc/main.js
vendored
Normal file
8
.obsidian/plugins/floating-toc/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/floating-toc/manifest.json
vendored
Normal file
10
.obsidian/plugins/floating-toc/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "floating-toc",
|
||||
"name": "floating toc",
|
||||
"version": "2.3.0",
|
||||
"minAppVersion": "0.14.0",
|
||||
"description": "This is a floating Toc plugin that hovers a table of content containing a header level on the notes sidebar.",
|
||||
"author": "Curtgrimes Refactored by Cuman ",
|
||||
"authorUrl": "https://github.com/cumany/obsidian-floating-toc-plugin",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
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
|
||||
}
|
||||
40
.obsidian/workspace.json
vendored
40
.obsidian/workspace.json
vendored
@ -13,14 +13,28 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "project/硬件/硬盘背板/硬盘背板PCB设计.md",
|
||||
"file": "project/hardware/硬盘背板/硬盘背板PCB设计.md",
|
||||
"mode": "source",
|
||||
"backlinks": true,
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "6b06bc74b65f8222",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "project/software/HomeLab/HomeLab.md",
|
||||
"mode": "source",
|
||||
"backlinks": true,
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -86,7 +100,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "project/硬件/硬盘背板/硬盘背板PCB设计.md",
|
||||
"file": "project/software/HomeLab/HomeLab.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -103,7 +117,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "project/硬件/硬盘背板/硬盘背板PCB设计.md",
|
||||
"file": "project/software/HomeLab/HomeLab.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@ -126,7 +140,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "project/硬件/硬盘背板/硬盘背板PCB设计.md"
|
||||
"file": "project/software/HomeLab/HomeLab.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -145,17 +159,21 @@
|
||||
"daily-notes:Open today's daily note": false,
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"obsidian-excalidraw-plugin:Create new drawing": false
|
||||
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||
"table-editor-obsidian:Advanced Tables Toolbar": false
|
||||
}
|
||||
},
|
||||
"active": "3f1f4d77bb60260b",
|
||||
"active": "6b06bc74b65f8222",
|
||||
"lastOpenFiles": [
|
||||
"project/hardware/硬盘背板/硬盘背板PCB设计.md",
|
||||
"project/software/HomeLab/HomeLab.md",
|
||||
"project/software/HomeLab",
|
||||
"project/software",
|
||||
"Untitled.canvas",
|
||||
"Untitled 1.canvas",
|
||||
"project/硬件/硬盘背板/硬盘背板PCB设计.md",
|
||||
"project/硬件/硬盘背板/7EDDD512-5ACB-40A2-8545-38C0582A3977_1_105_c.jpeg",
|
||||
"project/硬件/硬盘背板",
|
||||
"project/硬件",
|
||||
"project/hardware/硬盘背板/7EDDD512-5ACB-40A2-8545-38C0582A3977_1_105_c.jpeg",
|
||||
"project/hardware/硬盘背板",
|
||||
"project/hardware",
|
||||
"project",
|
||||
"README.md",
|
||||
"work/ctrip",
|
||||
|
||||
|
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 232 KiB |
2
project/software/HomeLab/HomeLab.md
Normal file
2
project/software/HomeLab/HomeLab.md
Normal file
@ -0,0 +1,2 @@
|
||||
#HomeLab #NetWork
|
||||
## Requirements
|
||||
Loading…
x
Reference in New Issue
Block a user