Compare commits

..

2 Commits

Author SHA1 Message Date
ed4c9a2835 Update README.md 2026-03-29 14:52:24 +03:00
a89d528cd5 Created obsidian 2026-03-29 14:52:20 +03:00
5 changed files with 220 additions and 0 deletions

1
Notes/.obsidian/app.json vendored Normal file
View File

@@ -0,0 +1 @@
{}

4
Notes/.obsidian/appearance.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"theme": "moonstone",
"accentColor": "#629ea3"
}

33
Notes/.obsidian/core-plugins.json vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": true,
"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": true,
"bases": true,
"webviewer": false
}

181
Notes/.obsidian/workspace.json vendored Normal file
View File

@@ -0,0 +1,181 @@
{
"main": {
"id": "a4ef65ae08c68dfc",
"type": "split",
"children": [
{
"id": "3a784766f8b99980",
"type": "tabs",
"children": [
{
"id": "ae4b43e565c5e026",
"type": "leaf",
"state": {
"type": "empty",
"state": {},
"icon": "lucide-file",
"title": "New tab"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "4ea7d5064c35abc1",
"type": "split",
"children": [
{
"id": "bdb802c830511cad",
"type": "tabs",
"children": [
{
"id": "39f285bece1de846",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "3040da04903fbdb6",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "5910c13b29594282",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "64c5a8b90c68811a",
"type": "split",
"children": [
{
"id": "6556d583eeff5342",
"type": "tabs",
"children": [
{
"id": "28319af0143d23ad",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks"
}
},
{
"id": "ecf914ca318d82cb",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links"
}
},
{
"id": "ee8563fa330b2563",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "13bdd2f3c366f064",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "All properties"
}
},
{
"id": "de9bcc9d81e29085",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false
}
},
"active": "ae4b43e565c5e026",
"lastOpenFiles": []
}

View File

@@ -0,0 +1 @@