vault backup: 2025-10-28 17:01:24

This commit is contained in:
2025-10-28 17:01:24 -04:00
parent 06222c98b6
commit 1c61b98724
38 changed files with 26018 additions and 122 deletions
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-pretty-bibtex",
"name": "Pretty BibTeX",
"version": "2.0.1",
"minAppVersion": "0.15.0",
"description": "Shows raw BibTeX bibliography entries in a prettier way",
"author": "Sandro Figo",
"authorUrl": "https://sandrofigo.com",
"isDesktopOnly": false
}
+15
View File
@@ -0,0 +1,15 @@
.bibtex.normal {
color: var(--text-faint);
}
.bibtex.value {
color: var(--text-muted);
}
.bibtex.key {
color: var(--text-faint);
}
.bibtex.header {
color: var(--text-accent);
}