vault backup: 2025-10-28 17:01:24
This commit is contained in:
+25750
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user