device-52.home 2026-3-21:18:15:57

This commit is contained in:
oskar
2026-03-21 18:15:57 +01:00
parent 40c2e3f382
commit 3a94d69d4e
16 changed files with 236 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"theme": "system",
"cssTheme": "Minimal",
"baseFontSize": 25,
"baseFontSize": 22,
"enabledCssSnippets": [
"pdf_darkmode",
"query_header_title",

View File

@@ -41,5 +41,6 @@
"obsidian-daily-note-outline",
"obsidian-kanban",
"obsidian-pandoc",
"obsidian-enhancing-export"
"obsidian-enhancing-export",
"heatmap-tracker"
]

View File

@@ -631,7 +631,7 @@
"prevs"
],
"lock_view": false,
"lock_path": "suite finies d'entiers.md"
"lock_path": "daily/2026-03-21.md"
},
"tree": {
"collapse": false,

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
{
"id": "heatmap-tracker",
"name": "Heatmap Tracker",
"version": "2.1.7",
"minAppVersion": "0.1.0",
"description": "Visualize your activity and track goals, progress, habits, tasks, exercise, finances, and more—all in a single, interactive heatmap!",
"author": "Maksim Rubanau",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/mrubanau"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -149,7 +149,7 @@
}
}
},
"previousRelease": "2.21.0",
"previousRelease": "2.21.2",
"showReleaseNotes": true,
"compareManifestToPluginVersion": true,
"showNewVersionNotification": true,

View File

@@ -8,7 +8,7 @@
"lineWidth": 40,
"lineWidthWide": 50,
"maxWidth": 98,
"textNormal": 25,
"textNormal": 22,
"textSmall": 18,
"imgGrid": false,
"imgWidth": "img-default-width",

View File

@@ -5,7 +5,7 @@
{
"id": 1,
"name": "Ma bibliothèque",
"lastUpdate": 1773345365547
"lastUpdate": 1774111558215
}
],
"renderCitations": true,

View File

@@ -213,6 +213,19 @@
}
]
},
"isShownInEditModal": {
"priority": true,
"recurrence": true,
"due": true,
"scheduled": true,
"start": true,
"before_this": true,
"after_this": true,
"status": true,
"created": true,
"done": true,
"cancelled": true
},
"features": {
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
},

View File

@@ -140,10 +140,24 @@
}
.callout[data-callout="démonstration"], .callout[data-callout="Démonstration"]{
/* démonstrations (expecially in maths) */
/* démonstrations (specifically in maths) */
--callout-color: 252, 213, 0;
--callout-icon: square;
}
.callout[data-callout="démonstration"]:not(.is-collapsed)::after, .callout[data-callout="Démonstration"]::after {
/* add the end of proof symbol */
content: ""; /*alternative symbols : ∎□*/
text-align: right;
float: right;
margin-bottom: 5pt;
/* draw the square */
width: 11pt;
height: 11pt;
border: 2px solid;
border-radius: 2pt;
}
.callout[data-callout="proposition"], .callout[data-callout="Proposition"] {
/* propositions mathématiques */