device-52.home 2026-3-21:19:6:3

This commit is contained in:
oskar
2026-03-21 19:06:04 +01:00
parent 3a94d69d4e
commit 8df904c7b7
26 changed files with 3900 additions and 171 deletions

View File

@@ -0,0 +1,26 @@
{
"language": "en",
"showOnStatusBar": true,
"showOnSidebar": true,
"isAutoDetectHeaderLevel": false,
"startHeaderLevel": 1,
"endHeaderLevel": 6,
"autoNumberingMode": "on",
"autoNumberingStartNumber": "1",
"autoNumberingSeparator": ".",
"autoNumberingHeaderSeparator": "\t",
"updateBacklinks": false,
"yamlFallbackMode": "use_default",
"yamlDefaultStartLevel": 2,
"yamlDefaultEndLevel": 6,
"yamlDefaultStartNumber": "1",
"yamlDefaultSeparator": ".",
"globalAutoNumberingEnabled": true,
"perDocumentStates": "{\"suite finies d'entiers.md\":false}",
"isSeparateHeaderFont": false,
"headerFontFamily": "inherit",
"headerFontSize": "inherit",
"isSeparateTitleFont": false,
"titleFontFamily": "inherit",
"titleFontSize": "inherit"
}

3524
.obsidian/plugins/header-enhancer/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
{
"id": "header-enhancer",
"name": "Header Enhancer",
"version": "0.5.1",
"minAppVersion": "0.14.0",
"description": "Level up your headers, customize your notes. Header Enhancer makes your notes header better and more useful.",
"author": "Hobee Liu",
"authorUrl": "https://github.com/HoBeedzc",
"fundingUrl": "https://bmc.link/hobee",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,8 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/