From e8fd37cce02744fe8ffc9160024fd316ed0bb75f Mon Sep 17 00:00:00 2001 From: Philippe Torrel Date: Mon, 15 Jun 2026 15:06:21 +0200 Subject: [PATCH] Added linksammlung --- 01_grundlagen/linksammlung.md | 14 ++++++++++++ .../tag01/01_tools-fuer-die-webentwicklung.md | 3 ++- .../unterricht/tag01/02_markdown-syntax.md | 22 +++++++++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 01_grundlagen/linksammlung.md create mode 100644 01_grundlagen/unterricht/tag01/02_markdown-syntax.md diff --git a/01_grundlagen/linksammlung.md b/01_grundlagen/linksammlung.md new file mode 100644 index 0000000..e992afe --- /dev/null +++ b/01_grundlagen/linksammlung.md @@ -0,0 +1,14 @@ +# Linksammlung + +## Repo + +- + +## Allgemeine Links + +- [StackOverflow Survey 2023](https://survey.stackoverflow.co/2023) +- [StackOverflow Survey 2024](https://survey.stackoverflow.co/2024) +- [StackOverflow Survey 2025](https://survey.stackoverflow.co/2025) +- [State Of JS 2023](https://2023.stateofjs.com/en-US) +- [State Of JS 2024](https://2024.stateofjs.com/en-US) +- [State Of JS 2025](https://2025.stateofjs.com/en-US) diff --git a/01_grundlagen/unterricht/tag01/01_tools-fuer-die-webentwicklung.md b/01_grundlagen/unterricht/tag01/01_tools-fuer-die-webentwicklung.md index 77ca6f4..32aed44 100644 --- a/01_grundlagen/unterricht/tag01/01_tools-fuer-die-webentwicklung.md +++ b/01_grundlagen/unterricht/tag01/01_tools-fuer-die-webentwicklung.md @@ -6,6 +6,7 @@ **Links zum Lernen der Markdown-Syntax** +- Markdown-Cheatsheet - [Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - [Markdown.de](http://markdown.de/) @@ -13,7 +14,7 @@ - [Auflistung von Markdown Editoren](https://dev.to/awwsmm/state-of-markdown-editors-2019-2k49) - [Haroopad](http://pad.haroopress.com/) (Windows) -- [Macdown](https://macdown.uranusjr.com/) (Mac OS) +- [Macdown](https://macdown.app/) (Mac OS) - [Typora](https://typora.io/) (Windows | Mac OS) - [Joplin](https://joplinapp.org/) (Windows | Mac OS) - [Obsidian](https://obsidian.md/) (Windows | Mac OS) diff --git a/01_grundlagen/unterricht/tag01/02_markdown-syntax.md b/01_grundlagen/unterricht/tag01/02_markdown-syntax.md new file mode 100644 index 0000000..b4024c4 --- /dev/null +++ b/01_grundlagen/unterricht/tag01/02_markdown-syntax.md @@ -0,0 +1,22 @@ +# Markdown Syntax + +| Bezeichnung | Text | +| ----------- | ---------------------------- | +| Macdown | | +| Haroopad | | + +```js +function test() { + console.log('Hello World'); +} +``` + +**Fetter Text** +_kursiver Text_ + +> Zitattext + +## Todos + +- [ ] Markdown +- [ ] HTML & CSS lernen