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
File diff suppressed because it is too large Load Diff
+1
View File
@@ -0,0 +1 @@
{"id":"virtual-linker","name":"Virtual Linker / Glossary","version":"1.5.2","minAppVersion":"1.5.0","description":"Automatically creates virtual links for text within your notes that match the titles or aliases of other notes in your vault. Create a glossary-like functionality, show unlinked mentions and transform them to real links.","author":"Valentin Schröter","authorUrl":"https://github.com/vschroeter/","isDesktopOnly":false}
+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;
}