Hey everyone! I've been in a DevOps role for about five years now, and I've had my fair share of disorganized notes over time—everything from OneNote to random bits of paper. However, as I transition to a new DevOps team in a few weeks, I want to revamp my note-taking approach. Recently, I've been using Markdown in VS Code for detailed notes on my last two Azure projects, and I'm really getting comfortable with it. Are there others out there who use Markdown for note-taking? I'd love to hear your tips and best practices for keeping it organized! How do you manage your notes?
5 Answers
If you're sticking with VS Code like I do, make sure to create a repository for your Markdown notes. It gives you centralized documentation that's easy to maintain and update.
Great idea! I just set up GitHub, so I’ll start implementing this tomorrow.
I've been using Obsidian for my note-taking, and it works wonders! It supports Markdown and has been a game changer for me and my coworkers. I even went through the process of getting it approved at work because it's just that good.
Absolutely! Obsidian is fantastic. I migrated all my old OneNote notes into it, and I haven't looked back. The Markdown structure makes sharing docs so much easier!
You should definitely check if Obsidian is allowed at your company. It's really beneficial for structured note-taking!
I mainly use Obsidian for personal notes and GitHub for documentation. I find it super helpful to have everything in Markdown across platforms for ease of access.
Great! It really helps streamline how documentation is handled, especially with version control.
Exactly, I migrated from other apps to Markdown too. Never looked back!
I'm a Joplin fan when it comes to Markdown notes. It syncs well across all platforms and keeps everything organized without much hassle!
Same here! Joplin is fantastic for cross-platform use. It's not perfect, but it gets the job done!
Did you transition from another app? I've been thinking of making a switch.
I've been using Foam in VS Code with some custom snippets for efficient note-taking. It's similar to Obsidian with tagging and linking features, and it integrates well with my current setup.
Love that idea! VS Code is my go-to as well, and incorporating Foam sounds promising.

That's a solid tip! I have a daily 'notes' repo that I automatically populate with notes and setup configs, making everything easy to manage.