Gulmwiki/metadata.json

363 lines
7.8 KiB
JSON
Raw Normal View History

2025-04-06 21:17:41 +02:00
[
2025-04-08 21:37:57 +02:00
{
"fileName": "oneline",
"relativePath": "Tipps Und Tricks/python/oneline.md",
2025-04-08 21:37:57 +02:00
"headings": [
{
"heading": "Python Programme in einer Zeile code schreiben",
"level": 1
},
{
"heading": "Inhaltsverzeichnis:",
"level": 2
},
{
"heading": "Lambda Funktionen Grundlage",
"level": 2
},
{
"heading": "Lambda Ausdrücke:",
"level": 3
},
{
"heading": "Semikolon",
"level": 2
},
{
"heading": "List Comprehension",
"level": 1
},
{
"heading": "Variablen Mehrfachzuwesungen",
"level": 2
},
{
"heading": "Stapel = Stapel",
"level": 3
}
],
"links": [
{
"link": "##-lambda-funktionen-grundlage",
"relativePath": "Tipps Und Tricks/python/oneline.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "oneline",
"displayText": "Lambda"
},
{
"link": "##-semikolon",
"relativePath": "Tipps Und Tricks/python/oneline.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "oneline",
"displayText": "Semikolons"
},
{
"link": "#-list-comprehension",
"relativePath": "Tipps Und Tricks/python/oneline.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "oneline",
"displayText": "Listen definieren"
},
{
"link": "##-variablen-mehrfachzuwesungen",
"relativePath": "Tipps Und Tricks/python/oneline.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "oneline",
"displayText": "Mehrfachzuwesungen"
}
]
},
{
"fileName": "michi_git",
"relativePath": "Tipps Und Tricks/git/michi_git.md",
2025-04-08 21:37:57 +02:00
"headings": [
{
"heading": "Git",
"level": 1
},
{
"heading": "Inhaltsverzeichniss",
"level": 2
},
{
"heading": "Git Cofigurieren",
"level": 2
},
{
"heading": "Start:",
"level": 2
},
{
"heading": "Daten hinzufügen und entfernen:",
"level": 2
},
{
"heading": "Neue Version an Git geben und überprüfen:",
"level": 2
},
{
"heading": "Mit Git Servern arbeiten:",
"level": 2
},
{
"heading": "push und pull:",
"level": 2
},
{
"heading": "Branches",
"level": 2
},
{
"heading": "Forks und Pull Requests",
"level": 2
},
{
"heading": "Grafisches Git",
"level": 2
}
],
"links": [
{
"link": "#git-cofigurieren",
"relativePath": "Tipps Und Tricks/git/michi_git.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "michi_git",
"displayText": "Git Configurieren"
},
{
"link": "#start",
"relativePath": "Tipps Und Tricks/git/michi_git.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "michi_git",
"displayText": "Start"
},
{
"link": "#daten-hinzufügen-und-entfernen",
"relativePath": "Tipps Und Tricks/git/michi_git.md",
2025-04-08 21:37:57 +02:00
"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",
2025-04-08 21:37:57 +02:00
"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",
2025-04-08 21:37:57 +02:00
"cleanLink": "michi_git",
"displayText": "Mit Git Servern arbeiten"
},
{
"link": "#push-und-pull",
"relativePath": "Tipps Und Tricks/git/michi_git.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "michi_git",
"displayText": "push und pull"
},
{
"link": "#branches",
"relativePath": "Tipps Und Tricks/git/michi_git.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "michi_git",
"displayText": "Branches"
},
{
"link": "#grafisches-git",
"relativePath": "Tipps Und Tricks/git/michi_git.md",
2025-04-08 21:37:57 +02:00
"cleanLink": "michi_git",
"displayText": "Grafisches Git"
}
],
"backlinks": [
{
"fileName": "git",
"link": "michi_git.md",
"relativePath": "Tipps Und Tricks/git/git.md",
2025-04-08 21:37:57 +02:00
"displayText": "Michis Git Verstännis"
}
]
},
{
"fileName": "git",
"relativePath": "Tipps Und Tricks/git/git.md",
2025-04-08 21:37:57 +02:00
"headings": [
{
"heading": "Alles rund um Git",
"level": 1
},
{
"heading": "Readme's",
"level": 2
},
{
"heading": "Weiteres:",
"level": 2
},
{
"heading": "Der Reponame \"main\" ist voreingestellt, es gehen auch andere.",
"level": 3
},
{
"heading": "SSH Setup",
"level": 2
},
{
"heading": "Bei dem Error `fatal: refusing to merge unrelated histories`",
"level": 2
},
{
"heading": "Dateien komplett aus der History löschen",
"level": 2
}
],
"links": [
{
"link": "michi_git.md",
2025-04-08 21:37:57 +02:00
"displayText": "Michis Git Verstännis",
"relativePath": "Tipps Und Tricks/git/michi_git.md"
2025-04-08 21:37:57 +02:00
}
]
},
2025-04-06 21:17:41 +02:00
{
"fileName": "Wobuzz",
"relativePath": "Wobuzz/Wobuzz.md",
"tags": [
"python",
"qt",
"pyqt",
"audio",
"media",
"pygame"
],
"frontmatter": {},
"headings": [
{
"heading": "UI",
"level": 1
},
{
"heading": "Library",
"level": 1
},
{
"heading": "Loading & Importing",
"level": 2
}
],
2025-04-06 21:17:41 +02:00
"links": [
{
"link": "The Wobbler",
"relativePath": "The Wobbler.md"
},
{
"link": "WOBUZZM3U",
"displayText": "WOBUZZM3U playlist file format",
"relativePath": "Wobuzz/WOBUZZM3U.md"
}
],
"backlinks": [
{
"fileName": "WOBUZZM3U",
"link": "Wobuzz",
"relativePath": "Wobuzz/WOBUZZM3U.md",
"displayText": "Wobuzz audio player"
},
{
"fileName": "The Wobbler",
"link": "Wobuzz",
"relativePath": "The Wobbler.md"
}
]
},
{
"fileName": "WOBUZZM3U",
"relativePath": "Wobuzz/WOBUZZM3U.md",
"links": [
{
"link": "Wobuzz",
"displayText": "Wobuzz audio player",
"relativePath": "Wobuzz/Wobuzz.md"
}
],
"backlinks": [
{
"fileName": "Wobuzz",
"link": "WOBUZZM3U",
"relativePath": "Wobuzz/Wobuzz.md",
"displayText": "WOBUZZM3U playlist file format"
}
]
},
{
"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
}
]
},
2025-04-06 21:17:41 +02:00
{
"fileName": "The Wobbler",
"relativePath": "The Wobbler.md",
"tags": [
"programming",
"python",
"wikiadmin"
],
"frontmatter": {},
2025-04-06 21:17:41 +02:00
"aliases": [
"Wobbl",
"EKNr1"
],
"headings": [
{
"heading": "Projects",
"level": 4
2025-04-06 21:17:41 +02:00
},
{
"heading": "Links",
"level": 4
}
],
"links": [
{
"link": "Wobuzz",
"relativePath": "Wobuzz/Wobuzz.md"
}
],
"backlinks": [
{
"fileName": "Wobuzz",
"link": "The Wobbler",
"relativePath": "Wobuzz/Wobuzz.md"
},
{
"fileName": "README",
"link": "The Wobbler",
"relativePath": "README.md"
}
]
},
{
"fileName": "README",
"relativePath": "README.md",
"headings": [
{
"heading": "Gulm Wiki 2",
"level": 1
}
],
"links": [
{
"link": "The Wobbler",
"relativePath": "The Wobbler.md"
}
]
}
]