← Back to Blog

September 18, 2024

What is Obsidian? A Note-Taking App for Power Users

Why Obsidian is my go-to tool for organizing knowledge, study notes, and cybersecurity research.

obsidianproductivitytoolsnote-taking

If you’re drowning in bookmarks, scattered notes, and half-finished documents, Obsidian might be the tool that changes everything. It’s a free, offline-first note-taking app that stores everything as plain Markdown files on your local machine. No cloud lock-in, no proprietary format — just your notes, your way.

Why I Love It

Obsidian uses bidirectional linking — you can link notes to each other with [[double brackets]], creating a web of connected knowledge. This is incredibly powerful for cybersecurity study. When I learn about a new attack vector, I link it to related defense techniques, relevant tools, and certification objectives. Over time, my vault becomes a personal knowledge graph.

How I Use It

  • Certification prep: Organized notes by exam objective, linked to practice questions and resources
  • CTF writeups: Document my approach, tools used, and lessons learned
  • Tool documentation: Quick-reference guides for tools like Nmap, Burp Suite, and Metasploit
  • Daily notes: Capture ideas, interesting articles, and things to follow up on

Getting Started

Download Obsidian (it’s free for personal use), create a vault, and start writing. Don’t overthink the structure — let it emerge naturally. The magic happens when you start linking ideas together and patterns emerge that you didn’t expect. Pair it with the community plugins ecosystem and you’ve got a tool that grows with you.