Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"theme": "obsidian"
}
33 changes: 33 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -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": 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": true,
"bases": true,
"webviewer": false
}
199 changes: 199 additions & 0 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
{
"main": {
"id": "97d1851ebe39a471",
"type": "split",
"children": [
{
"id": "06ed2bb30e7862fc",
"type": "tabs",
"children": [
{
"id": "92616bfc6e539323",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "cursor_.md",
"mode": "source",
"source": false
},
"pinned": true,
"icon": "lucide-file",
"title": "cursor_"
}
}
]
},
{
"id": "1cb903f9076d415b",
"type": "tabs",
"children": [
{
"id": "a4e36ed7cb1da80f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Без названия.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Без названия"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "cba92fb0a454705d",
"type": "split",
"children": [
{
"id": "a80292c72d7ad048",
"type": "tabs",
"children": [
{
"id": "12ec4cff3bc3c27b",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Файловый менеджер"
}
},
{
"id": "4b498620d73ee6a2",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Поиск"
}
},
{
"id": "992bc4a7db84ff65",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Закладки"
}
}
]
}
],
"direction": "horizontal",
"width": 200
},
"right": {
"id": "0c0abd865995a1cc",
"type": "split",
"children": [
{
"id": "8a322defc0f75201",
"type": "tabs",
"children": [
{
"id": "120d06a9c75b255e",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Без названия.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Обратные ссылки для Без названия"
}
},
{
"id": "724195779313c4a0",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "Без названия.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Исходящие ссылки из Без названия"
}
},
{
"id": "d12f22c003e6a355",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Теги"
}
},
{
"id": "10fb87fc30a6b042",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Без названия.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Структура Без названия"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Меню быстрого перехода": false,
"graph:Граф": false,
"canvas:Создать новый холст": false,
"daily-notes:Сегодняшняя заметка": false,
"templates:Вставить шаблон": false,
"command-palette:Открыть палитру команд": false,
"bases:Создать новую базу": false
}
},
"active": "a4e36ed7cb1da80f",
"lastOpenFiles": [
"cursor_.md",
"Без названия.md"
]
}
Loading