update 6 files
This commit is contained in:
parent
babe060bc0
commit
c535e898c9
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"accentColor": "#5cf5a6"
|
"accentColor": "#5cf5a6",
|
||||||
|
"theme": "obsidian"
|
||||||
}
|
}
|
5
.obsidian/plugins/obsidian-linter/data.json
vendored
5
.obsidian/plugins/obsidian-linter/data.json
vendored
@ -276,7 +276,10 @@
|
|||||||
"lintOnFileChange": true,
|
"lintOnFileChange": true,
|
||||||
"displayLintOnFileChangeNotice": false,
|
"displayLintOnFileChangeNotice": false,
|
||||||
"settingsConvertedToConfigKeyValues": true,
|
"settingsConvertedToConfigKeyValues": true,
|
||||||
"foldersToIgnore": [],
|
"foldersToIgnore": [
|
||||||
|
"_data_",
|
||||||
|
"_templates_"
|
||||||
|
],
|
||||||
"filesToIgnore": [],
|
"filesToIgnore": [],
|
||||||
"linterLocale": "system-default",
|
"linterLocale": "system-default",
|
||||||
"logLevel": "ERROR",
|
"logLevel": "ERROR",
|
||||||
|
3
.obsidian/templates.json
vendored
Executable file
3
.obsidian/templates.json
vendored
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"folder": "_templates_"
|
||||||
|
}
|
17
.obsidian/workspace.json
vendored
17
.obsidian/workspace.json
vendored
@ -44,7 +44,7 @@
|
|||||||
"autoReveal": false
|
"autoReveal": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-folder-closed",
|
"icon": "lucide-folder-closed",
|
||||||
"title": "Dosya Gezgini"
|
"title": "Files"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -157,16 +157,17 @@
|
|||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
"switcher:Hızlı geçişi aç": false,
|
"switcher:Open quick switcher": false,
|
||||||
"graph:Grafik görünümünü aç": false,
|
"graph:Open graph view": false,
|
||||||
"canvas:Yeni tuval oluşturun": false,
|
"canvas:Create new canvas": false,
|
||||||
"daily-notes:Bugünün Notunu Aç": false,
|
"daily-notes:Open today's daily note": false,
|
||||||
"templates:Şablon ekle": false,
|
"templates:Insert template": false,
|
||||||
"command-palette:Komut paletini aç": false
|
"command-palette:Open command palette": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "cff5628f379f8651",
|
"active": "bedb8435f39b4ccf",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"_templates_",
|
||||||
"README.md",
|
"README.md",
|
||||||
"Welcome.md",
|
"Welcome.md",
|
||||||
"_data_/config.md",
|
"_data_/config.md",
|
||||||
|
Loading…
Reference in New Issue
Block a user