This is a machine-translated text that may contain errors!
Kort oppsummert
- Create an information bank with information about IT professions, education and tasks.
- You can, for example, use Obsidian Markdown to organize the information.
- Later, we can synchronize the bank to GitHub and create a website with MkDocs.
- The information bank can be used for delivery of assignments, but not least be a gathering point for knowledge for yourself.
What?
Create an information bank that can contain useful information you learn throughout the year, or other things you don’t want to forget. For example, you can use Obsidian Markdown to create and organize your notes. Think of the information bank as a digital workbook and knowledge base.
Why?
Why not? We will also be using the information bank in the Development and Operational Support subject. Word documents and the like are often lost, but if we use version control systems like GitHub, we can preserve data that may be nice to look back on later. Publishing Markdown documents is easily done by using projects like MkDocs, which is something we will look at later.
How?
We recommend that you familiarize yourself with the Obsidian software and become acquainted with Markdown’s syntax. Unlike Word, where formatting is “invisible”, Markdown uses special characters to change the visual appearance. https://www.markdownguide.org/cheat-sheet/ is a good starting point.
Excerpt from https://www.markdownguide.org