MacBook-Pro-de-Oscar.local 2025-8-18:23:47:33

This commit is contained in:
oskar
2025-08-18 23:47:33 +02:00
parent a153d326d1
commit 0e7dadc5c1
2 changed files with 7 additions and 4 deletions

View File

@@ -1,11 +1,12 @@
up::[[obsidian plugin dataview]] up::[[obsidian plugin dataview]]
title::"cound tasks completed in a file" title::"count tasks completed in a file"
#s/obsidian #s/obsidian
--- ---
- simple solution : - simple solution :
- `= length(filter(this.file.tasks.completed, (t) => t = true))` tasks completed - `= length(filter(this.file.tasks.completed, (t) => t = true))` tasks completed
- `= length(filter(this.file.tasks.completed, (t) => t = true))` / `= length(filter(this.file.tasks.task, (t) => t = true))` tasks completed
- with html styling : - with html styling :
- `= "<button> tasks are " + round(length(filter(this.file.tasks.completed, (t) => t = true)) / length(this.file.tasks) * 100) + "% done </button>"` - `= "<button> tasks are " + round(length(filter(this.file.tasks.completed, (t) => t = true)) / length(this.file.tasks) * 100) + "% done </button>"`
- with minimal's `<progress>` tag : - with minimal's `<progress>` tag :
@@ -13,7 +14,7 @@ title::"cound tasks completed in a file"
# Tasks # Tasks
- [ ] foo - [x] foo
- [x] bar - [x] bar
- [ ] foobar - [ ] foobar
- [ ] thing - [ ] thing

View File

@@ -1,5 +1,7 @@
up:: [[groupe]] ---
#s/maths/algèbre up: "[[groupe]]"
tags: ["#s/maths/algèbre"]
---
> [!definition] groupe symétrique d'indice $n$ > [!definition] groupe symétrique d'indice $n$
> Soit $n \in \mathbb{N}^{*}$ > Soit $n \in \mathbb{N}^{*}$