Last Sync: 2022-08-21 12:30:05
This commit is contained in:
parent
f9d9c6aee6
commit
de59dbc49d
5 changed files with 163 additions and 0 deletions
1
.obsidian/app.json
vendored
Normal file
1
.obsidian/app.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
.obsidian/appearance.json
vendored
Normal file
1
.obsidian/appearance.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
19
.obsidian/core-plugins.json
vendored
Normal file
19
.obsidian/core-plugins.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"starred",
|
||||
"outline",
|
||||
"word-count",
|
||||
"file-recovery"
|
||||
]
|
1
.obsidian/hotkeys.json
vendored
Normal file
1
.obsidian/hotkeys.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
141
.obsidian/workspace
vendored
Normal file
141
.obsidian/workspace
vendored
Normal file
|
@ -0,0 +1,141 @@
|
|||
{
|
||||
"main": {
|
||||
"id": "8111137dd523a948",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "4c3f1e8174ea888a",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Databases/MongoDB/Update_document.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "c208e7d70edd06e0",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "02e4c8499b8561fd",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "28f6e409b5333eab",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "caaa4cc0617fb33f",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "tag:#react-hooks",
|
||||
"matchingCase": true,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "7b8409a58bf89b90",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "starred",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "9275b1850c94a3ee",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "fe17ff8bccd6ae3e",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "d7dc194af9477454",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Databases/MongoDB/Update_document.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f7b03048fe74c6cd",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Databases/MongoDB/Update_document.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "a76c53ace46b652c",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
"state": {
|
||||
"sortOrder": "frequency",
|
||||
"useHierarchy": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ff6c41f4a0ae3114",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Databases/MongoDB/Update_document.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
},
|
||||
"active": "4c3f1e8174ea888a",
|
||||
"lastOpenFiles": [
|
||||
"Databases/MongoDB/Querying_a_collection.md",
|
||||
"Databases/MongoDB/Complete_example.md",
|
||||
"Mathematics/Algebra/Negative_exponents.md",
|
||||
"Mathematics/Algebra/Logarithms.md",
|
||||
"Mathematics/Algebra/Equivalent_equations.md",
|
||||
"Programming_Languages/Frameworks/React/React_Typescript/Built_in_hooks.md",
|
||||
"Programming_Languages/Frameworks/React/Hooks/Application_state_management.md",
|
||||
"Algorithms/Algorithmic_complexity.md"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue