device-52.home 2026-3-21:18:15:57
This commit is contained in:
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"theme": "system",
|
||||
"cssTheme": "Minimal",
|
||||
"baseFontSize": 25,
|
||||
"baseFontSize": 22,
|
||||
"enabledCssSnippets": [
|
||||
"pdf_darkmode",
|
||||
"query_header_title",
|
||||
|
||||
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -41,5 +41,6 @@
|
||||
"obsidian-daily-note-outline",
|
||||
"obsidian-kanban",
|
||||
"obsidian-pandoc",
|
||||
"obsidian-enhancing-export"
|
||||
"obsidian-enhancing-export",
|
||||
"heatmap-tracker"
|
||||
]
|
||||
2
.obsidian/plugins/breadcrumbs/data.json
vendored
2
.obsidian/plugins/breadcrumbs/data.json
vendored
@@ -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,
|
||||
|
||||
123
.obsidian/plugins/heatmap-tracker/main.js
vendored
Normal file
123
.obsidian/plugins/heatmap-tracker/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/heatmap-tracker/manifest.json
vendored
Normal file
12
.obsidian/plugins/heatmap-tracker/manifest.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
1
.obsidian/plugins/heatmap-tracker/styles.css
vendored
Normal file
1
.obsidian/plugins/heatmap-tracker/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -149,7 +149,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"previousRelease": "2.21.0",
|
||||
"previousRelease": "2.21.2",
|
||||
"showReleaseNotes": true,
|
||||
"compareManifestToPluginVersion": true,
|
||||
"showNewVersionNotification": true,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"lineWidth": 40,
|
||||
"lineWidthWide": 50,
|
||||
"maxWidth": 98,
|
||||
"textNormal": 25,
|
||||
"textNormal": 22,
|
||||
"textSmall": 18,
|
||||
"imgGrid": false,
|
||||
"imgWidth": "img-default-width",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Ma bibliothèque",
|
||||
"lastUpdate": 1773345365547
|
||||
"lastUpdate": 1774111558215
|
||||
}
|
||||
],
|
||||
"renderCitations": true,
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
16
.obsidian/snippets/custom_callouts.css
vendored
16
.obsidian/snippets/custom_callouts.css
vendored
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user