-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
article: traduction et publication d'un ancien article : Construire d…
…es index pour apprendre
- Loading branch information
1 parent
0abfacf
commit ae35f01
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "Automatiser la construction d’index pour apprendre" | ||
stub: true | ||
tags: | ||
- Obsidian | ||
- Productivité | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "Construire des index pour apprendre" | ||
date: 2023-01-25 | ||
description: "Les index pour apprendre me permet de “stocker” des sujets pour savoir qu’ils existent et m’y référer en cas de besoin." | ||
tags: | ||
- Base-de-connaissances | ||
- Développeur-généraliste | ||
--- | ||
|
||
En tant que développeur généraliste, je ne peux pas toujours creuser l’ensemble des sujets que je rencontre. | ||
|
||
Ouvrir le lien suivant et chercher les mots "building index for learning" : https://techleadjournal.dev/episodes/63/ | ||
|
||
Une carte index consiste en : | ||
|
||
- Un nom ; | ||
- Un résumé avec **mes propres mots** ; | ||
- Un lien vers le sujet à indexer | ||
- (optionnel) quelques informations complémentaires (par exempl des étiquettes) | ||
|
||
Ces cartes peuvent être des fiches physiques. | ||
|
||
On peut aussi les saisir dans un outil de prise de notes comme [Obsidian](https://obsidian.md). | ||
|
||
[Dans un autre post](/blog/automatiser-la-construction-d-index-pour-apprendre), je montre comment j'ai semi-automatisé la rédaction de telles fiches avec Obsidian. |