![[obsidian_plugins_for_blog_post.png]] As you know, [[Getting Things Done with Obsidian|I have been getting things done with Obsidian]] by using it for life management, like note-taking, journaling, task management, and GTD productivity. It’s a powerful software that allows customization to fit your needs. Part of that customization are community plugins. Beyond the official core plugins, the community ecosystem adds everything from advanced task management and spaced repetition to full-blown databases, publishing workflows, and automation engines. Community plugins transform Obsidian from a markdown notebook into a serious knowledge operating system. In this post, I will go over 3 community plugins that I use every day and consider essential for my system. ## Calendar plugin Let’s start with the [Calendar plugin.](obsidian://show-plugin?id=calendar) It allows easy daily/weekly notes navigation and more. The Calendar plugin gives you a visual, month-by-month interface for your daily (and weekly) notes, instead of relying on a list of files and dates buried in folders. It’s basically a calendar view that lives right in your sidebar or its own pane. Click on any day and it opens (or creates) the corresponding daily note. That alone saves me from hunting through file names like it’s the Stone Age. It plays well with core plugins like Daily Notes, so your templates, journaling, habit tracking, or timestamped notes sit where they logically should: tied to dates you can see. The core idea is simplicity: you get context for your time-based notes and a smoother way to navigate them visually. Less digging, more doing. If you use daily/weekly notes or journaling, Calendar plugin is a must! ## Tasks plugin [Tasks](https://publish.obsidian.md/tasks/Reference/Task+Formats/About+Task+Formats) turns Obsidian’s basic checkboxes into something you might actually want to use as a task manager. Instead of being stuck with dumb Markdown ticks, you get a queryable, filterable, dynamic task system inside your markdown vault. Tasks integrates nicely with Daily Notes and other plugins, so your daily todos and long-term projects live in the same searchable universe. It doesn’t replace a full project manager (no Gantt charts here), but for bullet-journal-style task tracking that stays fluid inside your notes, it’s infinitely better than plain checkboxes. While the Tasks plugin doesn’t turn Obsidian in a dedicated task manager - it gets pretty close. The eco-system integration makes up for some more advanced features found in dedicated task manager. ## Editing Toolbar [Editing Toolbar](https://github.com/PKM-er/obsidian-editing-toolbar) plugin adds a customizable toolbar to Obsidian’s editor, giving you quick access to formatting commands and actions that otherwise require memorizing markdown or digging through menus. Think of it as a shortcut bar for Markdown editing. This plugin makes text editing and firing commands easier for those that don't wish to configure a multitude of hotkeys. No need to remember complex markdown commands, similar to a rich text editor as WYSIWYG. This plugin was specifically designed for note-takers that want to have a simple text editor to aid in marking up their notes. It solves the issue of having to memorize numerous hotkeys and/or use multiple key presses to get the desired markup. A simple toolbar to improve your writing experience in Obsidian! Vanilla Obsidian has a basic toolbar, but this plugin lets you extend it and tailor it to your workflow. --- Tags: #obsidian #productivity --- ## Related Posts - [[Getting Things Done with Obsidian]] - [[How to setup Obsidian Homepage to keep organized and productive]]