This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,10 @@
{
"id": "number-headings-obsidian",
"name": "Number Headings",
"version": "1.16.0",
"minAppVersion": "1.4.0",
"description": "Automatically number or re-number headings in an Obsidian document",
"author": "Kevin Albrecht (onlyafly@gmail.com)",
"authorUrl": "https://www.kevinalbrecht.com",
"isDesktopOnly": false
}
+8
View File
@@ -0,0 +1,8 @@
div.number-headings-button-container > button {
font-weight: normal;
}
div.number-headings-question {
font-weight: bold;
margin-bottom: 10px;
}