From 6b47bd774d700476562522d6d069be77284e01ce Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Wed, 9 Apr 2025 12:01:10 +0200 Subject: [PATCH] Renamed tipps and removed links to it from the README because Perlite has a TOC --- README.md | 11 +- .../git/git.md | 2 +- .../git/michi_git.md | 0 .../python/oneline.md | 0 metadata.json | 116 ++++++------------ 5 files changed, 41 insertions(+), 88 deletions(-) rename {tipps_und_tricks => Tipps Und Tricks}/git/git.md (98%) rename {tipps_und_tricks => Tipps Und Tricks}/git/michi_git.md (100%) rename {tipps_und_tricks => Tipps Und Tricks}/python/oneline.md (100%) diff --git a/README.md b/README.md index 687719f..9501f29 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,4 @@ Mal gucken, hoffentlich wird das hier das neue Gulmwiki. Wiki-Admin: [[The Wobbler]] - - -## Tipps und Tricks zu verschiedenen Sachen - -### Git -- [Git README](./tipps_und_tricks/git/git.md "Git ist doof") -- [YT Tutorial (Morpheus)](https://youtube.com/playlist?list=PLNmsVeXQZj7rbmmqb1Lt_RGU4DEhelTrR&si=U-ldkXilfRgSsBYn) - -### Python -- [One Line Python Scripts](./tipps_und_tricks/python/oneline.md) \ No newline at end of file +Wiki-Authors: Megamichi, Wuffel \ No newline at end of file diff --git a/tipps_und_tricks/git/git.md b/Tipps Und Tricks/git/git.md similarity index 98% rename from tipps_und_tricks/git/git.md rename to Tipps Und Tricks/git/git.md index c746d5c..0ede328 100644 --- a/tipps_und_tricks/git/git.md +++ b/Tipps Und Tricks/git/git.md @@ -1,7 +1,7 @@ # Alles rund um Git ## Readme's -- [Michis Git Verstännis](michi_git "Git ist doof") +- [Michis Git Verstännis](michi_git.md "Git ist doof") ## Weiteres: diff --git a/tipps_und_tricks/git/michi_git.md b/Tipps Und Tricks/git/michi_git.md similarity index 100% rename from tipps_und_tricks/git/michi_git.md rename to Tipps Und Tricks/git/michi_git.md diff --git a/tipps_und_tricks/python/oneline.md b/Tipps Und Tricks/python/oneline.md similarity index 100% rename from tipps_und_tricks/python/oneline.md rename to Tipps Und Tricks/python/oneline.md diff --git a/metadata.json b/metadata.json index 2fee6ad..77d6847 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ [ { "fileName": "oneline", - "relativePath": "tipps_und_tricks/python/oneline.md", + "relativePath": "Tipps Und Tricks/python/oneline.md", "headings": [ { "heading": "Python Programme in einer Zeile code schreiben", @@ -39,41 +39,33 @@ "links": [ { "link": "##-lambda-funktionen-grundlage", - "relativePath": "tipps_und_tricks/python/oneline.md", + "relativePath": "Tipps Und Tricks/python/oneline.md", "cleanLink": "oneline", "displayText": "Lambda" }, { "link": "##-semikolon", - "relativePath": "tipps_und_tricks/python/oneline.md", + "relativePath": "Tipps Und Tricks/python/oneline.md", "cleanLink": "oneline", "displayText": "Semikolons" }, { "link": "#-list-comprehension", - "relativePath": "tipps_und_tricks/python/oneline.md", + "relativePath": "Tipps Und Tricks/python/oneline.md", "cleanLink": "oneline", "displayText": "Listen definieren" }, { "link": "##-variablen-mehrfachzuwesungen", - "relativePath": "tipps_und_tricks/python/oneline.md", + "relativePath": "Tipps Und Tricks/python/oneline.md", "cleanLink": "oneline", "displayText": "Mehrfachzuwesungen" } - ], - "backlinks": [ - { - "fileName": "README", - "link": "oneline.md", - "relativePath": "README.md", - "displayText": "One Line Python Scripts" - } ] }, { "fileName": "michi_git", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "headings": [ { "heading": "Git", @@ -123,49 +115,49 @@ "links": [ { "link": "#git-cofigurieren", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "Git Configurieren" }, { "link": "#start", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "Start" }, { "link": "#daten-hinzufügen-und-entfernen", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "Daten hinzufügen und entfernen" }, { "link": "#neue-version-an-git-geben-und-überprüfen", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "Neue Version an Git geben und überprüfen" }, { "link": "#mit-git-servern-arbeiten", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "Mit Git Servern arbeiten" }, { "link": "#push-und-pull", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "push und pull" }, { "link": "#branches", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "Branches" }, { "link": "#grafisches-git", - "relativePath": "tipps_und_tricks/git/michi_git.md", + "relativePath": "Tipps Und Tricks/git/michi_git.md", "cleanLink": "michi_git", "displayText": "Grafisches Git" } @@ -173,15 +165,15 @@ "backlinks": [ { "fileName": "git", - "link": "michi_git", - "relativePath": "tipps_und_tricks/git/git.md", + "link": "michi_git.md", + "relativePath": "Tipps Und Tricks/git/git.md", "displayText": "Michis Git Verstännis" } ] }, { "fileName": "git", - "relativePath": "tipps_und_tricks/git/git.md", + "relativePath": "Tipps Und Tricks/git/git.md", "headings": [ { "heading": "Alles rund um Git", @@ -214,17 +206,9 @@ ], "links": [ { - "link": "michi_git", + "link": "michi_git.md", "displayText": "Michis Git Verstännis", - "relativePath": "tipps_und_tricks/git/michi_git.md" - } - ], - "backlinks": [ - { - "fileName": "README", - "link": "git.md", - "relativePath": "README.md", - "displayText": "Git README" + "relativePath": "Tipps Und Tricks/git/michi_git.md" } ] }, @@ -298,6 +282,26 @@ } ] }, + { + "fileName": "403", + "relativePath": "E/403.md", + "headings": [ + { + "heading": "E_403: Forbidden", + "level": 1 + } + ] + }, + { + "fileName": "404", + "relativePath": "E/404.md", + "headings": [ + { + "heading": "E_404: Not found.", + "level": 1 + } + ] + }, { "fileName": "The Wobbler", "relativePath": "The Wobbler.md", @@ -347,54 +351,12 @@ { "heading": "Gulm Wiki 2", "level": 1 - }, - { - "heading": "Tipps und Tricks zu verschiedenen Sachen", - "level": 2 - }, - { - "heading": "Git", - "level": 3 - }, - { - "heading": "Python", - "level": 3 } ], "links": [ { "link": "The Wobbler", "relativePath": "The Wobbler.md" - }, - { - "link": "git.md", - "displayText": "Git README", - "relativePath": "tipps_und_tricks/git/git.md" - }, - { - "link": "oneline.md", - "displayText": "One Line Python Scripts", - "relativePath": "tipps_und_tricks/python/oneline.md" - } - ] - }, - { - "fileName": "404", - "relativePath": "E/404.md", - "headings": [ - { - "heading": "E_404: Not found.", - "level": 1 - } - ] - }, - { - "fileName": "403", - "relativePath": "E/403.md", - "headings": [ - { - "heading": "E_403: Forbidden", - "level": 1 } ] }