1
0

Restructure

This commit is contained in:
Yavuz Sava 2025-04-01 02:06:15 +03:00
parent 82f7481be2
commit f03babb4b3
6 changed files with 219 additions and 0 deletions

8
.obsidian/app.json vendored Executable file
View File

@ -0,0 +1,8 @@
{
"readableLineLength": false,
"newLinkFormat": "relative",
"trashOption": "none",
"alwaysUpdateLinks": true,
"showUnsupportedFiles": true,
"attachmentFolderPath": "_data_"
}

3
.obsidian/appearance.json vendored Executable file
View File

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

31
.obsidian/core-plugins.json vendored Executable file
View File

@ -0,0 +1,31 @@
{
"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": true,
"webviewer": false
}

177
.obsidian/workspace.json vendored Executable file
View File

@ -0,0 +1,177 @@
{
"main": {
"id": "eebc17ab40f6aa65",
"type": "split",
"children": [
{
"id": "70d89f3e8f81c7b5",
"type": "tabs",
"children": [
{
"id": "cff5628f379f8651",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Welcome.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Welcome"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "1a345d60abe99bfc",
"type": "split",
"children": [
{
"id": "37233d7e6f411dce",
"type": "tabs",
"children": [
{
"id": "bedb8435f39b4ccf",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "5613771a741f30b5",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "c6befa8cf4ca10f6",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "fb9b667094d65b37",
"type": "split",
"children": [
{
"id": "d10ebb2cb3c1ff02",
"type": "tabs",
"children": [
{
"id": "cea434606022346c",
"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": "3c8242ac2bb5150f",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links"
}
},
{
"id": "c0b4b6427889de08",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "f72fb1c283d55dcc",
"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
}
},
"active": "bedb8435f39b4ccf",
"lastOpenFiles": [
"Notes/README.md",
"Welcome.md",
"bafd218a740f40eef369fc1bcb31f79bbf1e0837/Untitled.md",
"bafd218a740f40eef369fc1bcb31f79bbf1e0837/README.md",
"Notes/Git Repo.md",
"bafd218a740f40eef369fc1bcb31f79bbf1e0837/Git Repo.md"
]
}

0
Notes/README.md Executable file
View File

0
Welcome.md Executable file
View File