chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)
This commit is contained in:
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"ProgressProperties": {
|
||||
"enabled": false,
|
||||
"properties": []
|
||||
},
|
||||
"IgnoredProperties": {
|
||||
"enabled": false,
|
||||
"properties": []
|
||||
},
|
||||
"AutoProperties": {
|
||||
"enabled": false,
|
||||
"properties": []
|
||||
},
|
||||
"EditMode": {
|
||||
"mode": "All Single",
|
||||
"properties": []
|
||||
},
|
||||
"KanbanHelper": {
|
||||
"enabled": true,
|
||||
"boards": []
|
||||
},
|
||||
"UIElements": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Vendored
+5538
File diff suppressed because it is too large
Load Diff
+1
@@ -0,0 +1 @@
|
||||
{"id":"metaedit","name":"MetaEdit","version":"1.8.2","minAppVersion":"1.4.1","description":"MetaEdit helps you manage your metadata.","author":"Christian B. B. Houmann","authorUrl":"https://bagerbach.com","isDesktopOnly":false}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
.centerSettingContent {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.not-a-button {
|
||||
background: none;
|
||||
color: inherit;
|
||||
border: none;
|
||||
padding: 0;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
outline: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user