Revolutionize Your Note-Taking Game With Obsidian: The Ultimate Guide to Perfectly Organized Notes

As someone who loves to learn, taking notes comes naturally to me. But after years of trying different note-taking apps and software, I never found one that fit all my needs. Until I discovered Obsidian.

Obsidian is a note-taking app that creates interconnected notes using Markdown. It’s free, open-source, and available on Windows, Mac, and Linux. But what sets Obsidian apart is its ability to link notes, create a knowledge graph, and make it easy to find and connect ideas.

In this guide, I’ll show you how to use Obsidian to revolutionize your note-taking game, with perfectly organized notes. Whether you’re a student, researcher, writer, or just someone who likes to take notes, Obsidian can help.

Getting Started

Before we dive into the details, you’ll need to download and install Obsidian. Visit obsidian.md and select the version for your operating system. Once it’s installed, you can start creating notes.

Writing In Obsidian

Obsidian uses Markdown, a lightweight markup language that makes it easy to format text. If you’re new to Markdown, don’t worry. It’s easy to learn, and there are plenty of resources online to help you.

Markdown uses various symbols to format text. For example, use an asterisk (*) or an underscore (_) to create italics, bold, or links. Here are some essential Markdown symbols you’ll need to know:

  • # Headers (Use ## for subheadings)
  • * or _ for italics
  • ** or __ for bold
  • [] for links

To create a new note, simply start typing in the editor. Obsidian automatically saves your notes as plain text files, which makes them easy to read and edit outside of the app.

Obsidian’s real power lies in its ability to create links between notes. Unlike other note-taking apps, there are no folders or tags. Instead, Obsidian creates a network of notes that are interconnected through links.

To create a link in Obsidian, simply put two square brackets around the word or phrase you want to create a link for. For example, [[Apple]] will create a link to a note called “Apple.” If the note doesn’t exist yet, Obsidian will create a new one for you.

You can also create backlinks, which show you all the notes that link to a particular note. This is helpful for tracking ideas and seeing how notes are related.

The Knowledge Graph

Obsidian’s unique feature is the ability to create a knowledge graph. A knowledge graph is a visual representation of linked notes, which shows how ideas are connected.

To create a knowledge graph in Obsidian, simply go to the graph view and click on the “Generate Graph” button. Obsidian will then display a visual representation of your notes, with links connecting them. This is helpful for visualizing concepts and seeing how ideas are related.

Organizing Your Notes

Organizing your notes in Obsidian is easy, thanks to its interlinking ability. You don’t need to worry about folders, tags, or hierarchies. Instead, you can focus on creating notes and linking them together.

Here are some tips for organizing your notes in Obsidian:

  • Use short, descriptive titles for your notes
  • Create a table of contents note that links to other notes
  • Use links to create connections between notes
  • Use backlinks to track related ideas

Conclusion

Obsidian is a powerful tool that can revolutionize your note-taking game. Whether you’re a student, researcher, or writer, Obsidian can help you organize your notes and connect ideas. With its ability to create interconnected notes, knowledge graphs, and links, you can take your note-taking to the next level.

Do you have a habit of keeping notes to remind yourself of tasks? If yes, then have you tried organizing your notes using folders, categories, or even tags, but ended up with an even more unorganized mess on your screen? If you answered positively to any of those questions, you’ll probably love how Obsidian can help you make sense out of your note-taking chaos.

It can do that by letting you see a visual representation of your notes and their relations. Let’s see how you can use Obsidian to turn your notes into a knowledge base.

Installation

Obsidian is available for Windows, macOS, and Linux. It comes with a quick installer for Windows (exe) and macOS (dmg). For Linux, it is available as an AppImage (learn how you can run AppImage in Linux) or can be installed via Snap or Flatpak.

First Contact

When you run Obsidian for the first time, you have to tell it where you keep your notes. If you already have all your notes in markdown format in a folder, you can choose the first option, “Open folder as Vault.” That’s the way we’ll go with this tutorial since we already have a bunch of notes created with QOwnNotes.

If you prefer to start from scratch, you can create a new vault and select the location to store your notes.

It’s also worth noting that Obsidian can work with multiple vaults. However, you’ll have to open each one in a separate instance of the app.

When Obsidian’s main interface appears, you’ll see your notes listed on the left. Obsidian supports folders, so if you had your notes categorized using a folder structure, you’ll also see those folders. You can expand them to access the notes within.

You can move notes around by dragging and dropping them. The three icons at the top pane allow you to create a new note, make a new folder, or change the sorting order.

Obsidian has a powerful search feature that checks the content of your notes and returns all results in microseconds. Click on the magnifying glass icon at the top to start searching your notes.

The other options at the same spot allow you to open the quick switcher to view Obsidian’s graph. At the bottom of that toolbar, you’ll find three more icons. Those allow you to open another vault, check the program’s help, and access its settings.

Using Obsidian to Organize Your Notes

By default, when you open Obsidian, you’ll be in editor mode, where you can edit your notes or write new ones. In this mode, all Markdown syntax is visible. Press Ctrl + E to switch to preview mode, where the syntax disappears, and the note will appear formatted.

In other note-taking apps, you might organize your files in folders or by using tags and categories. Obsidian is similar in that it supports both folders and tags. However, it also borrows the logic of Wikis and solutions like Tiddlywiki to allow linking of internal notes.

If you type a tag (with a hash before a word, like #tag), Obsidian will detect it and assign it to the note no matter where it is in your text.

If you prefer to add your tags in a single dedicated line, you can do the same by typing them as:

Notice the arrow at the right of the screen? Click on it to expand the pane. Move to the second tab, with the hash symbol, and you’ll see all the tags detected in your current note. You’ll also see a number next to each tag. This refers to the number of times the tag is used in the your vault. You can use this to locate other notes using the same tag.

In Obsidian, the primary way to create relations between your notes is through internal links. Let’s say you have two notes, named “MTE” and “Future Articles.” To link the latter to the former, you can use the syntax [[mte]] in your note. To follow the link, simply click on it to open the other note.

You can also do the opposite (seeing which notes are linking to the current note) by going to its Backlinks pane on the right panel of the screen.

The best part is that Obsidian can detect mentions of a note even if they’re not actually formatted as links but typed in plain text. You can move to any note mentioned in the Backlinks panel by clicking on it to open it in a new pane.

Multi-editing notes

Obsidian allows you to work on multiple notes in parallel. You can split an existing pane by clicking on the button with the three dots at its top right and then selecting either “Split horizontally” or “Split vertically.”

To ensure you don’t accidentally close a note you use as a reference, you can use the Pin function, accessible from the same three-dot menu. From the same spot, you can delete a note, reveal its file in the default file explorer, and even export it as a PDF.

Mastering the Knowledge Graph

Obsidian’s knowledge graph allows you to see the relations between your notes. To access it, either click on its button on the left toolbar or press Ctrl + G on your keyboard.

By default, Obsidian only presents the relations between linked notes. To also see how all notes connect through common tags, enable this option from the Filters group in the graph’s menu.

Here’s an example of how the knowledge graph can help you find relations between your notes.

By hovering over a node, you can see the tags associated with it.

Wrapping Up

As you create more notes (and links) in Obsidian, more connections will start showing up in the Knowledge Graph. The best part, though, is that those relations, and the notes they connect, won’t get lost in some database as they are saved to the notes itself, so even though you are using it on different computer, you will still get the same output.

If you just need a simple note-taking app that you can access on multiple platforms, try Joplin Notes.

OK’s real life started at around 10, when he got his first computer - a Commodore 128. Since then, he’s been melting keycaps by typing 24/7, trying to spread The Word Of Tech to anyone interested enough to listen. Or, rather, read.

Our latest tutorials delivered straight to your inbox