minor
This commit is contained in:
parent
f3a0bdd5fb
commit
9fa9b69894
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# This file is used to keep track of last auto backup/pull
|
||||
.obsidian-git-data
|
||||
|
||||
# Exclude Untitled Notes
|
||||
Untitled*
|
||||
# Exclude "bad" names
|
||||
null*
|
||||
|
||||
# Add below lines to exclude OS settings and caches
|
||||
.trash/
|
||||
.DS_Store
|
||||
|
||||
|
3
Phoenix/.obsidian/app.json
vendored
3
Phoenix/.obsidian/app.json
vendored
|
@ -13,5 +13,6 @@
|
|||
"trashOption": "local",
|
||||
"readableLineLength": true,
|
||||
"alwaysUpdateLinks": true,
|
||||
"tabSize": 4
|
||||
"tabSize": 4,
|
||||
"showUnsupportedFiles": true
|
||||
}
|
23
Phoenix/.obsidian/workspace
vendored
23
Phoenix/.obsidian/workspace
vendored
|
@ -4,12 +4,12 @@
|
|||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "b9b7d20fec712772",
|
||||
"id": "a145d83ecfa70c8b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Programing/Vim/plugins keybinding.md",
|
||||
"file": "Programing/Awesome wm/rc lua.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -61,7 +61,8 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"right": {
|
||||
"id": "2c20d1d2df18b0ba",
|
||||
|
@ -77,7 +78,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Programing/Vim/plugins keybinding.md",
|
||||
"file": "Programing/Awesome wm/rc lua.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -94,7 +95,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Programing/Vim/plugins keybinding.md",
|
||||
"file": "Programing/Awesome wm/rc lua.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -117,7 +118,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Programing/Vim/plugins keybinding.md"
|
||||
"file": "Programing/Awesome wm/rc lua.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -137,17 +138,17 @@
|
|||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"active": "b9b7d20fec712772",
|
||||
"active": "a145d83ecfa70c8b",
|
||||
"lastOpenFiles": [
|
||||
"Unorganized notes/Untitled.md",
|
||||
"Programing/Awesome wm/rc lua.md",
|
||||
"Programing/Vim/plugins keybinding.md",
|
||||
"Programing/Vim/plugin list.md",
|
||||
"Programing/Server/gitea setup.md",
|
||||
"Programing/Linux commands/ssh.md",
|
||||
"Programing/Html & Css/Recipes/button.md",
|
||||
"cheat sheats/Format your notes.md",
|
||||
"Programing/Vim/plugins keybinding.md",
|
||||
"Programing/Vim/vim keybinding.md",
|
||||
"Programing/media files/button3.png",
|
||||
"Unorganized notes/whater frier.md",
|
||||
"Programing/media files/button 1.png"
|
||||
"Programing/media files/button3.png"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue