from github to this gitea
This commit is contained in:
11
templates/citation.md
Normal file
11
templates/citation.md
Normal file
@@ -0,0 +1,11 @@
|
||||
author::
|
||||
source::
|
||||
link::
|
||||
date-seen::{{DATE:yyyy-MM-DD}}
|
||||
#citation #
|
||||
|
||||
---
|
||||
|
||||
> ...
|
||||
|
||||
## Interprétation
|
5
templates/cours.md
Normal file
5
templates/cours.md
Normal file
@@ -0,0 +1,5 @@
|
||||
date::{{DATE}}
|
||||
#cours
|
||||
|
||||
---
|
||||
|
32
templates/daily note.md
Normal file
32
templates/daily note.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
spaced_repetition: 0
|
||||
kung_fu: 0
|
||||
---
|
||||
|
||||
## Todo
|
||||
- spaced repetition : `INPUT[toggle(onValue(1), offValue(0)):spaced_repetition]`
|
||||
- kung-fu : `INPUT[number:kung_fu]` minutes
|
||||
|
||||
## I did
|
||||
> [!smallquery]- Modified files
|
||||
> ```dataview
|
||||
> LIST file.mtime
|
||||
> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc
|
||||
> ```
|
||||
|
||||
## Devoirs
|
||||
> [!smalltodo]+ Devoirs
|
||||
> ```dataview
|
||||
> TABLE difficulty as "", due as "date", title as "description", file.etags as "tags"
|
||||
> FROM #devoir
|
||||
> WHERE contains(due, date(this.file.name))
|
||||
> ```
|
||||
> > [!done]- Devoirs faits
|
||||
> > ```dataview
|
||||
> > TABLE difficulty as "", due as "date", title as "description"
|
||||
> > FROM #devoir-fait
|
||||
> > WHERE contains(due, date(this.file.name))
|
||||
> > ```
|
||||
|
||||
## I am gratefull to
|
||||
|
23
templates/devoir.md
Normal file
23
templates/devoir.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
difficulty: 5
|
||||
due: 2023-01-10
|
||||
---
|
||||
up::[[devoirs]]
|
||||
title::
|
||||
#devoir
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
# Réglages
|
||||
|
||||
A rendre pour le
|
||||
```meta-bind
|
||||
INPUT[date:due]
|
||||
```
|
||||
|
||||
Difficulté :
|
||||
```meta-bind
|
||||
INPUT[slider(minValue(0), maxValue(10)):difficulty]
|
||||
```
|
4
templates/exercice.md
Normal file
4
templates/exercice.md
Normal file
@@ -0,0 +1,4 @@
|
||||
date::{{DATE}}
|
||||
#exercice
|
||||
|
||||
---
|
4
templates/markmind pdf annotation.md
Normal file
4
templates/markmind pdf annotation.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
annotate-target: ""
|
||||
annotate-type: pdf
|
||||
---
|
10
templates/page de blog.md
Normal file
10
templates/page de blog.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "{{TITLE}}"
|
||||
date: {{DATE:YYYY-MM-DD}}
|
||||
categories: [ ]
|
||||
image: "_images/"
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
|
3
templates/pdfjs annotation-annotate.md
Normal file
3
templates/pdfjs annotation-annotate.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
annotate-target: ""
|
||||
---
|
14
templates/personne.md
Normal file
14
templates/personne.md
Normal file
@@ -0,0 +1,14 @@
|
||||
title::
|
||||
link::
|
||||
anniv::
|
||||
#personne
|
||||
|
||||
---
|
||||
|
||||
|
||||
```dataview
|
||||
TABLE title, description, elink(link) as "link"
|
||||
FROM ""
|
||||
WHERE contains(author, this.file.link)
|
||||
```
|
||||
|
12
templates/polyèdre.md
Normal file
12
templates/polyèdre.md
Normal file
@@ -0,0 +1,12 @@
|
||||
#maths/géométrie/polyèdre
|
||||
symbole de shläfli ::
|
||||
|
||||
|
||||
faces ::
|
||||
sommets ::
|
||||
arrêtes ::
|
||||
|
||||
|
||||
## Transformations
|
||||
[[polyèdre dual|dual]] ::
|
||||
[[polyèdre adouci|adouci]] ::
|
16
templates/sources.md
Normal file
16
templates/sources.md
Normal file
@@ -0,0 +1,16 @@
|
||||
author::
|
||||
date::{{DATE:YYYY-MM-DD}}
|
||||
#source
|
||||
|
||||
---
|
||||
|
||||
Description de la source
|
||||
|
||||
|
||||
## Notes personnelles
|
||||
|
||||
- notes personnelles sur la source
|
||||
- idées importantes
|
||||
- conclusions personnelles
|
||||
- Partie _Developp_ de l'[[ENCODE framework]]
|
||||
|
121
templates/vx.json
Normal file
121
templates/vx.json
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"files": [
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1053",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "citation.md",
|
||||
"signature": "1352522526440465701",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1054",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "cours.md",
|
||||
"signature": "4587547015397942565",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1055",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "daily note.md",
|
||||
"signature": "1542770211645728037",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1056",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "devoir.md",
|
||||
"signature": "1555015129046885669",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1057",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "exercice.md",
|
||||
"signature": "2333612916499195173",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1058",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "markmind pdf annotation.md",
|
||||
"signature": "786378345711576357",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1059",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "pdfjs annotation-annotate.md",
|
||||
"signature": "5093131525893039397",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1060",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "personne.md",
|
||||
"signature": "1570278167211582757",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1061",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "polyèdre.md",
|
||||
"signature": "1225965559807649061",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1062",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "sources.md",
|
||||
"signature": "1428496237299148069",
|
||||
"tags": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachment_folder": "",
|
||||
"created_time": "2022-09-27T07:24:21Z",
|
||||
"id": "1063",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"name": "élément CV.md",
|
||||
"signature": "1012474916050740517",
|
||||
"tags": [
|
||||
]
|
||||
}
|
||||
],
|
||||
"folders": [
|
||||
],
|
||||
"id": "1052",
|
||||
"modified_time": "2022-09-27T07:24:21Z",
|
||||
"signature": "7576908437405213989",
|
||||
"version": 3
|
||||
}
|
8
templates/élément CV.md
Normal file
8
templates/élément CV.md
Normal file
@@ -0,0 +1,8 @@
|
||||
up::[[CV]]
|
||||
date::
|
||||
date-end::
|
||||
description::
|
||||
compétences:: 🤝 🧑🏫 🗣️ 🔍 🧮 💻
|
||||
#CV
|
||||
|
||||
---
|
Reference in New Issue
Block a user