From c02028f51ee69bfb616abc2f9c0d9f7f554e4d37 Mon Sep 17 00:00:00 2001 From: 520398c62fbc7031376c3ae7b1ffa3be <520398c62fbc7031376c3ae7b1ffa3be@app-learninglab.inria.fr> Date: Tue, 14 Dec 2021 10:11:01 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 51 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/journal/Readme.md b/journal/Readme.md index f56eb60..c9f8d3b 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -1,9 +1,52 @@ # Journal de bord du Mooc / Mooc's logbook -FR +# Cahier de notes +La méthode de John Locke: Classification par des mots-clés -Espace réservé au journal de bord du Mooc +## Les syntex de markdown: +[Cheatsheet](https://www.markdownguide.org/cheat-sheet/) +- section # +- _italique_ ou *italique* +- __gras__ ou **gras** +- [lien](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/13f6fd96266746a0bd9d717a12f1f835/4?activate_block_id=block-v1%3Ainria%2B41016%2Bself-paced%2Btype%40vertical%2Bblock%4089c7893cb5aa4644b06569c65945d4d9) +- Commentaire +- Pièce jointe ![image](https://mdg.imgix.net/assets/images/vscode.png?auto=format&fit=clip&q=40&w=1080) +- `Balise` +- > blockquote +- Horizontal rule +--- +- Footnote -EN +`Here's a sentence with a footnote. [^1] + +[^1]: This is the footnote.` -Reserved for the Mooc's logbook \ No newline at end of file + +- strikethrough + +~~The world is flat.~~ + + +- [x] Write the press release +- [ ] Update the website +- [ ] Contact the media + +- Highlight: +I need to highlight these ==very important words==. + +- Inline code: + +``` +print('Hello World') +``` + +## L'éthiquettes et les logiciels d'indexation +- recherche sur le bureau: Docfetcher +- indexation markdown: utiliser les commentaires \ +- Image: exiftool, outil de ligne de commande + +``` +exiftool machin.jpg +exiftool -comment=":étiquette_1:étiquette_1_1:" machin.jpg +exiftool -notes="https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows" +``` \ No newline at end of file -- 2.18.1