This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:30:51 +02:00
parent f5b9c3d02c
commit 03ecc4a65b
3433 changed files with 1756195 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "number-headings-obsidian",
"name": "Number Headings",
"version": "1.14.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
}

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;
}