chore(vault): track .obsidian plugin configs (incl. obsidian-git settings)

This commit is contained in:
hehaiguang1123
2026-07-01 08:20:57 +08:00
parent e166ef1052
commit c7037119a5
216 changed files with 447823 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.virtual-link-default {
filter: brightness(0.6);
}
.linker-suffix-icon {
user-select: none;
}
.linker-settings-text-box {
min-width: 200px;
min-height: 60px;
}
.virtual-link-span:hover .multiple-files-references {
display: inline;
}
.virtual-link-span:hover .multiple-files-indicator {
display: none;
}
.multiple-files-references {
display: none;
}
.multiple-files-indicator {
display: inline;
}