IT Personal Knowledge

Hi mx129,

I have a System Engineer Wiki for storing all my Snippets of code.

My Journey starter with Notion then I eventually moved over to Obsidian.

For me I find keeping everything organised in folder directory helps. Then have multiple templates to add scripts to that directory for Powershell, Microsoft, Linux, Obsidian, etc.

Some insights on the path I took https://youtu.be/yMudgm4k-ro?si=hT-qAkY5a_97J3fM

Best thing about Obsidian is there is no right or wrong system. It’s really what works best for you.

My free directory template might help https://youtu.be/v7C6JI2S12Y?si=-7SLKnvZZC2addBi

My template from my SysEng Wiki is very basic, goes a little like this

---
Date-Added: "[[${dateAdded}]]"
Week: "[[${week}]]"
Quarter: "[[${quarter}]]"
Month: "[[${month}]]"
Year: "[[${year}]]"
Category: PowerShell
Notes:
Source:
---

## Summary

// what it's for

## Script

//code block here

### When to use?

// when to use it


1 Like