初始化笔记仓库

main
rayc 2024-03-08 09:05:18 +08:00
commit a116bf9736
10 changed files with 249 additions and 0 deletions

1
.obsidian/app.json Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,3 @@
{
"accentColor": ""
}

View File

@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

View File

@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]

22
.obsidian/graph.json Normal file
View File

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": true
}

162
.obsidian/workspace.json Normal file
View File

@ -0,0 +1,162 @@
{
"main": {
"id": "fbdd3c33f4e33e58",
"type": "split",
"children": [
{
"id": "2000e6aa523cc82e",
"type": "tabs",
"children": [
{
"id": "784f2fbfb6622f60",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "日志检索.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "764fe86898c5e1c2",
"type": "split",
"children": [
{
"id": "9928bdabfbd04214",
"type": "tabs",
"children": [
{
"id": "30e0a2943950d852",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "748cfc8b534af159",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f66854680163dc9a",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "20a380cfba177122",
"type": "split",
"children": [
{
"id": "ab4030f1e1614368",
"type": "tabs",
"children": [
{
"id": "fb8f594511a84cdf",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "日志检索.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "3c69a81fe677de58",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "日志检索.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "ea3d7ce319ae92e0",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "457117b79d0ab7f7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "日志检索.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false
}
},
"active": "784f2fbfb6622f60",
"lastOpenFiles": [
"README.md",
"web/现代WEB布局.md",
"日志检索.md",
"运维",
"基础",
"后端",
"rust",
"android",
"web",
"Welcome.md"
]
}

5
.trash/Welcome.md Normal file
View File

@ -0,0 +1,5 @@
This is your new *vault*.
Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!
When you're ready, delete this note and make the vault your own.

2
README.md Normal file
View File

@ -0,0 +1,2 @@
Obsidian git 备份

4
web/现代WEB布局.md Normal file
View File

@ -0,0 +1,4 @@
## 现代Web布局
在现代Web布局中更多的推荐使用逻辑属性这样可以更好的适应不同的于都逻辑

0
日志检索.md Normal file
View File