From 4fcfc9403412dd0c0414cf990b8adec556810dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Heredero?= Date: Mon, 11 Apr 2022 14:30:21 +0200 Subject: [PATCH] test 11 --- .obsidian/workspace | 11 ++++++----- content/notes/ordre de formation.md | 13 +++++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 content/notes/ordre de formation.md diff --git a/.obsidian/workspace b/.obsidian/workspace index 2201edc..8e5e88d 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "content/notes/Installation Eclipse.md", + "file": "content/notes/ordre de formation.md", "mode": "source", "source": false } @@ -69,7 +69,7 @@ "state": { "type": "backlink", "state": { - "file": "content/notes/Installation Eclipse.md", + "file": "content/notes/ordre de formation.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -84,10 +84,12 @@ } ], "direction": "horizontal", - "width": 300 + "width": 300, + "collapsed": true }, "active": "53c7d65d526f34fc", "lastOpenFiles": [ + "content/notes/ordre de formation.md", "content/notes/Installation Eclipse.md", "content/notes/Installation et mise en place pour Java.md", "content/notes/Installation vsCode.md", @@ -96,7 +98,6 @@ "content/templates/post.md", "README.md", "content/notes/_index.md", - "content/notes/images/obsidian-settings.png", - "content/notes/images/google-domains.png" + "content/notes/images/obsidian-settings.png" ] } \ No newline at end of file diff --git a/content/notes/ordre de formation.md b/content/notes/ordre de formation.md new file mode 100644 index 0000000..c7e0010 --- /dev/null +++ b/content/notes/ordre de formation.md @@ -0,0 +1,13 @@ +- [ ] 02 Structure: +- [ ] Lab 01 introduction +- [ ] 03 data et types +- [ ] lab 02 type et data +- [ ] 04 expressions +- [ ] 05 boucle +- [ ] lab 03 boucle et expressions +- [ ] 06 fonctions +- [ ] lab 04 fonctions +- [ ] lab 06 nombre secret +- [ ] 07 classe et objet +- [ ] 08 structure de donnée +- [ ] lab 07 révision sur les classes \ No newline at end of file