MacBook-Pro-de-Oscar.local 2025-8-18:23:47:33
This commit is contained in:
@@ -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
|
||||||
|
@@ -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}^{*}$
|
||||||
|
Reference in New Issue
Block a user