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,
|
||||
"displayLintOnFileChangeNotice": false,
|
||||
"settingsConvertedToConfigKeyValues": true,
|
||||
"foldersToIgnore": [],
|
||||
"foldersToIgnore": [
|
||||
"_data_",
|
||||
"_templates_"
|
||||
],
|
||||
"filesToIgnore": [],
|
||||
"linterLocale": "system-default",
|
||||
"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
|
||||
},
|
||||
"icon": "lucide-folder-closed",
|
||||
"title": "Dosya Gezgini"
|
||||
"title": "Files"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -157,16 +157,17 @@
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"switcher:Hızlı geçişi aç": false,
|
||||
"graph:Grafik görünümünü aç": false,
|
||||
"canvas:Yeni tuval oluşturun": false,
|
||||
"daily-notes:Bugünün Notunu Aç": false,
|
||||
"templates:Şablon ekle": false,
|
||||
"command-palette:Komut paletini aç": false
|
||||
"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": "cff5628f379f8651",
|
||||
"active": "bedb8435f39b4ccf",
|
||||
"lastOpenFiles": [
|
||||
"_templates_",
|
||||
"README.md",
|
||||
"Welcome.md",
|
||||
"_data_/config.md",
|
||||
|
Loading…
Reference in New Issue
Block a user