MacBook-Pro-de-Oscar.local 2026-3-28:2:48:13
This commit is contained in:
12
.obsidian/snippets/proposition_counter.css
vendored
Normal file
12
.obsidian/snippets/proposition_counter.css
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
/* sadly, does not work because of obsidian's lazy loading */
|
||||
/* it would, theorically, work though*/
|
||||
.view-content {
|
||||
counter-set: proposition;
|
||||
}
|
||||
|
||||
.callout[data-callout="proposition"] >.callout-title> .callout-title-inner::before {
|
||||
counter-increment: proposition;
|
||||
content: counter(proposition) " – ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user