Published Jul 22, 2026, 6:30 AM EDT Dibakar Ghosh is a tech journalist at How-To Geek, where he focuses on Linux, Windows, and productivity tools. His goal is simple—help readers at every skill level get more done with the tech they use every day. He began his writing career in 2016 with WordPress tutorials, later moving into digital marketing, where he spent years reviewing complex tools for marketers. His work has also appeared on Authority Hacker, where he’s shared in-depth guides on digital workflows and online productivity. That experience now shapes his journalism, blending analytical depth with practical, real-world advice. When he’s not writing or testing software, Dibakar is usually watching movies or playing video games. He’s a huge Christopher Nolan fan and a strong proponent of the theater experience. In gaming, he has sunk hundreds of hours into Insomniac’s Spider-Man series, Returnal, Prototype, Darksiders, and Final Fantasy titles. Obsidian has hundreds of community plugins—so many that simply browsing the list can feel overwhelming. Most plugins are built for specific workflows, and not every plugin will be useful to everyone. Whether you're a new Obsidian user or a veteran just starting to explore community plugins, it can be difficult to figure out which ones to install and which ones to skip. To help narrow down the options, here are five broadly useful plugins that every Obsidian user should consider installing. Image Converter Makes images first-class citizens If you like adding lots of images to your notes to make them more visually engaging, Image Converter is the first plugin you should install. As the name suggests, it converts and compresses images when you add them to your Obsidian vault. You can use it to manually convert or compress an image, or automate the entire process so that the moment you drop an image into a note, the plugin converts it to your preferred file type and size—and even automatically rename it. That said, conversion is just the tip of the iceberg—the plugin offers plenty of other useful features. For starters, it adds a new context menu when you right-click an image. From there, you can rename the image, move it to another folder in your vault, resize it, and access several basic editing tools. You can align images left, center, or right, wrap text around them, compress, crop, rotate, flip, and even annotate them using tools like text, layers, opacity controls, a magnifier, and background options. The plugin can also delete an image and its underlying file at the same time. That means when you remove an image from a note, it's automatically deleted from your vault as well. If you've ever cleaned up a bunch of images from your notes only to discover the originals still tucked away in some forgotten folder, you're going to love this feature. Tracker Turn your daily notes into something you can actually graph Tracker is an absolute must-have if you use Obsidian for daily journaling. The idea is simple: every day, you create a new note documenting what you did, how you felt, how many hours you slept, how many hours you worked, etc. You then configure Tracker to pull that data and build visualizations over time. You can graph your sleep over a week, a month, or even a year. You can also combine multiple metrics in a single chart—such as sleep and mood—to see how they correlate. It does require you to follow a consistent format across your notes, though. This isn't an AI reading your journal entries and inferring numbers automatically. Instead, you explicitly record the data somewhere in each note—for example, mood: 8 and sleep: 6—and Tracker pulls those values from there. The easiest way to streamline this is by using Obsidian's built-in Daily Notes feature with a template that includes all the properties you want to track. That way, capturing your data becomes as simple as entering numbers into preconfigured fields. Once the data is in place, you create a note—something like Weekly Tracker or Monthly Tracker—and add a code snippet that generates the graphs and charts. Here's what a basic configuration looks like: ```tracker searchType: frontmatter # Where the value lives in your notes: frontmatter, tag, dvField (Dataview inline field), task, table, text, or wiki searchTarget: your-field-name # The exact property/tag/field name Tracker should search for and pull numbers from folder: path/to/your/notes # Optional. Limits the search to one folder instead of scanning your whole vault datasetName: A label # Optional. A human-readable name for this dataset — shows up in legends and hover tooltips instead of "untitled" line: # The chart type to render. Swap this key for bar, pie, bullet, month, or summary title: Chart title # Text shown above the chart itself yAxisLabel: What the numbers mean # Text shown along the vertical axis — e.g. "Hours" or "Mood (1-10)", so the chart is readable without guessing lineColor: '#e07a5f' # Hex color code for the line — controls how it looks, not the data itself ``` Out of the box, Tracker supports line charts, bar charts, pie charts, bullet charts, month views, and calendar heatmaps. The plugin's documentation on GitHub covers every snippet type and what it does. Alternatively, you can point an AI chatbot like Claude at the GitHub repo and describe the view you want—it'll write the snippet for you. Omnisearch Obsidian's default search has a blind spot, and this fixes it Obsidian already has a robust search feature. It's fast and ranks results based on titles, file names, paths, and tags. But it has one notable blind spot: it only searches markdown files. If you keep lots of PDFs, images, or infographics in your vault, the default search can't see any of their contents. Omnisearch fixes that issue. Pair it with the Text Extractor plugin—which Omnisearch relies on for this functionality—and your searches will start surfacing PDFs and images that contain your query alongside the usual results from your notes. The Text Extractor plugin basically uses OCR (Optical Character Recognition) technology under-the-hood to extract text out of all the images and PDFs. The plugin also makes everyday searching better. It supports fuzzy matching, which makes it easier to search for notes you don't recall precisely. The default search relies on exact matches, so not using the exact keyword can cause it to miss what you're looking for. Omnisearch is far more forgiving and will often find the correct result anyway. Under the hood, it uses the BM25 ranking algorithm, a widely used information retrieval algorithm that prioritizes the most relevant results instead of simply listing every match. Tag Wrangler Tame your tags—even if they’ve already gotten out of control I don't know why, but I've always found tags to be one of the trickiest parts of using Obsidian. I want to use them because they help contextualize notes and make them easier to organize, but I don't always remember which tags I've already created. Before long, I end up with redundant tags and similar notes split across labels like #work and #career. If your tag list has become just as chaotic, Tag Wrangler is a must-have. Once the plugin is enabled, open the Tags pane from the right sidebar by clicking the tag icon. It lists every tag in your vault, and from there you can right-click any tag to rename it. If a tag appears 50 times across your notes, renaming it here updates every instance automatically. That alone makes tag management much easier. The same rename feature also lets you merge tags. If you rename #work to #career, every #work tag becomes #career, and the two are consolidated into one. Just keep in mind that this is a destructive operation—once you merge the tags, there's no easy way to restore the originals—so double-check before committing. Tag Wrangler also lets you create tag pages—notes that act as aliases for tags. Once you've created one, Ctrl-clicking (or Option-clicking on a Mac) a tag in your notes opens its corresponding page. This way, your tag effectively becomes a note, solving a confusion almost every Obsidian user has faced at some point: should I create a tag or a backlink note? With tag pages, your tags can be the backlink notes. For example, I use a #homelab tag for all my homelab-related notes. Now, I can also create a #homelab tag page containing my hardware specs, useful reference material, and even have it backlink to all related notes. Recent Files The plugin that should've shipped by default Last but not least is Recent Files, a plugin that feels like it should've been baked into Obsidian from the start. As the name suggests, it gives you a list of the notes you've opened recently. Once installed, it adds a clock icon to the upper-left corner of the sidebar. Click it, and you'll see every note you've recently visited, making it easy to jump right back in. Obsidian OS Windows, iOS, Android, macOS, Linux Brand Obsidian Obsidian is a note-taking and database creation app that lets you store notes privately, so others can't see them unless you share them. It also has robust third-party app support, so you can customize everything just the way you want it. That's the entire plugin. It's incredibly simple, but if you move around your vault a lot, it's one of those features that, once you have it, you'll wonder how you ever lived without it. It feels so fundamental that it's surprising it isn't built into Obsidian itself. Five down, hundreds more to go One of the best things about Obsidian is that it's minimal by default, yet its community plugin ecosystem lets you make it exactly as powerful and complex as you need. If you've found Obsidian a little too bare out of the box, these five plugins are a great place to start. They're broadly useful, regardless of your workflow. From there, it all depends on how you use Obsidian. If you like hand-drawn notes and diagrams, the Excalidraw plugin is well worth checking out. If you want AI in your vault, plenty of plugins can connect language models directly to your notes. There's a lot more to explore, but hopefully these five give you a solid starting point.
5 Obsidian plugins that feel so fundamental they should have been built-in
Full Article
Original Source
Read the full article at Howtogeek →KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.