diff --git a/.obsidian/app.json b/.obsidian/app.json index e9e255a..3dbf78f 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -3,5 +3,9 @@ "newLinkFormat": "absolute", "alwaysUpdateLinks": true, "useMarkdownLinks": true, - "promptDelete": false + "promptDelete": false, + "spellcheck": true, + "showLineNumber": true, + "showFrontmatter": false, + "newFileLocation": "current" } \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index ab1d511..5be73b2 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -5,6 +5,7 @@ "graph", "backlink", "page-preview", + "templates", "note-composer", "command-palette", "editor-status", diff --git a/.obsidian/templates.json b/.obsidian/templates.json new file mode 100644 index 0000000..a4dfb2c --- /dev/null +++ b/.obsidian/templates.json @@ -0,0 +1,3 @@ +{ + "folder": "content/templates" +} \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace index b307d6b..2201edc 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "content/notes/Installation et mise en place pour Java.md", + "file": "content/notes/Installation Eclipse.md", "mode": "source", "source": false } @@ -69,7 +69,7 @@ "state": { "type": "backlink", "state": { - "file": "content/notes/Installation et mise en place pour Java.md", + "file": "content/notes/Installation Eclipse.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -84,20 +84,19 @@ } ], "direction": "horizontal", - "width": 300, - "collapsed": true + "width": 300 }, "active": "53c7d65d526f34fc", "lastOpenFiles": [ + "content/notes/Installation Eclipse.md", "content/notes/Installation et mise en place pour Java.md", + "content/notes/Installation vsCode.md", "content/_index.md", "content/private/private-note.md", "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/github-pages.png", - "content/notes/images/github-actions.png" + "content/notes/images/google-domains.png" ] } \ No newline at end of file diff --git a/content/notes/Installation Eclipse.md b/content/notes/Installation Eclipse.md new file mode 100644 index 0000000..166bd4e --- /dev/null +++ b/content/notes/Installation Eclipse.md @@ -0,0 +1,5 @@ +--- +title: "Installation Eclipse" +--- + + ![Labo 1](notes/pdf/Lab01-Introduction.pdf) \ No newline at end of file diff --git a/content/notes/Installation et mise en place pour Java.md b/content/notes/Installation et mise en place pour Java.md index 64cab13..c0d201c 100644 --- a/content/notes/Installation et mise en place pour Java.md +++ b/content/notes/Installation et mise en place pour Java.md @@ -2,9 +2,9 @@ title: Installation et mise en place pour Java --- # IDE et machine virtuelle -La première étape est logiquement d'installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java +La première étape est logiquement d'installer un IDE (éditeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java + +## Machine virtuelle Java ## L'IDE -De nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est Eclipse. Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d'IDE pour passer à vsCode qui permet beaucoup d'option supplémentaire au niveau de l'adaptaion et la collaboration. - -## Machine virtuelle Java \ No newline at end of file +De nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est [Eclipse](notes/Installation%20Eclipse.md) Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d'IDE pour passer à [vsCode](notes/Installation%20vsCode.md) qui permet beaucoup d'option supplémentaire au niveau de l'adaptation et la collaboration. diff --git a/content/notes/Installation vsCode.md b/content/notes/Installation vsCode.md new file mode 100644 index 0000000..89b4080 --- /dev/null +++ b/content/notes/Installation vsCode.md @@ -0,0 +1,4 @@ +--- +title: "Installation vsCode" +--- + diff --git a/content/notes/pdf/Lab01-Introduction.pdf b/content/notes/pdf/Lab01-Introduction.pdf new file mode 100644 index 0000000..a74bd51 Binary files /dev/null and b/content/notes/pdf/Lab01-Introduction.pdf differ diff --git a/data/config.yaml b/data/config.yaml index d7308ba..8c4d95c 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -7,7 +7,7 @@ description: Host your second brain and digital garden for free. Quartz features extremely fast full-text search, Wikilink support, backlinks, local graph, tags, and link previews. page_title: - "RaspiDac" + "RaspiDAC" links: - link_name: Github link: https://github.com/HERDAC