Most Downloaded (25)
  • 01.
    Excalidraw
    2 months ago by Zsolt Viczian
    favorite
    share
    3,020,974
    Category: Note Enhancements
    The Obsidian Excalidraw Plugin is a powerful tool for sketching and note-taking. It offers a range of features, including custom fonts, pens, and OCR support. Users can import SVG files, convert them into drawings, and edit properties with ease. The plugin also includes a script engine for executing macros and assigning shortcuts. Additionally, it supports QuickAdd, Templater, and Dataview plugins. The ExcalidrawAutomate feature allows users to automate repetitive tasks, such as auto-toggling pens or hardware eraser buttons. With its multilingual support and full drawing file history synchronization, the Obsidian Excalidraw Plugin is a valuable addition to any Obsidian user's toolkit.
    View Plugin Details
  • 02.
    Dataview
    2 months ago by Michael Brenan
    favorite
    share
    2,299,422
    Category: Data Visualization
    The Dataview plugin is a powerful tool that helps you visualize and navigate your Obsidian notes in a whole new way. With Dataview, you can create customizable views of your notes, filtering by tags, dates, and more. Imagine being able to see all your tasks due today, or all your notes related to a specific project, with just a glance. This plugin streamlines your note-taking experience, making it easier to find what you need, when you need it. Perfect for those who like to stay organized and focused!
    View Plugin Details
  • 03.
    Advanced Tables
    2 months ago by Tony Grosinger
    favorite
    share
    1,924,067
    The Advanced Tables plugin for Obsidian brings a new level of flexibility and control to your markdown tables. With this plugin, you can easily navigate, format, and manipulate your tables like a spreadsheet. Auto-formatting ensures that your tables look professional, while Excel-like navigation makes it simple to move between cells and rows. You can even use formulas to perform calculations and add functionality to your tables. Additionally, you can sort rows by a specified column, export to CSV, and set column alignment for precise control over your data. With Advanced Tables, you'll be able to work with your data in Obsidian like never before.
    View Plugin Details
  • 04.
    Templater
    2 months ago by SilentVoid
    favorite
    share
    1,902,768
    Category: Note Enhancements
    The Templater plugin is a powerful tool for Obsidian users, allowing them to create dynamic templates with variables and functions. With Templater, you can insert variables and function results into your notes, making it easy to customize your workflow and create reusable templates. The plugin also enables you to execute JavaScript code, giving you the flexibility to automate tasks and manipulate data in your notes. Whether you're looking to streamline your note-taking process or create custom templates for specific use cases, Templater is a valuable addition to your Obsidian toolkit.
    View Plugin Details
  • 05.
    Tasks
    2 months ago by Clare Macrae and Ilyas Landikov (created by Martin Schenck)
    favorite
    share
    1,858,889
    The Tasks plugin is a powerful tool for managing tasks across your entire Obsidian knowledge base. With this plugin, you can track tasks in any note or query, set due dates, recurring tasks, and done dates, and even filter by specific criteria. You can also mark tasks as done from anywhere, and the status will be updated in the source file. The plugin includes a range of features, including sub-set checklists, grouping, and sorting, making it easy to organize and prioritize your tasks. Whether you're managing personal or professional projects, the Tasks plugin is a great way to stay on top of your workload and boost your productivity.
    View Plugin Details
  • 06.
    Calendar
    2 months ago by Liam Cain
    favorite
    share
    1,463,818
    Category: Data Visualization
    This is a blog post about an Obsidian plugin called "Calendar" that was recently released. The author, Liam Cain, explains the plugin's features](https://www.obsidian-plugins-calendar.png) The calendar can be revealed from the command palette with `Calendar: Reveal open note` on a cell, it will open in a new split window. ### Custom styling for weekends You want to highlight your weekend notes without having to create separate folder. You're using `--color-background-weekend` variable. ### Weekly Notes The weekly note functionality has been deprecated and moved into its [plugin](https://github.com/liamcain/obsidian-periodic-notes/) just run the command `Calendar: Reveal open note`.
    View Plugin Details
  • 07.
    Kanban
    2 months ago by mgmeyers
    favorite
    share
    1,441,867
    Category: Task Management
    The Kanban plugin is a game-changer for Obsidian users who need to manage complex projects or workflows. With this plugin, you can create customizable Kanban boards using markdown, allowing you to visualize and organize your tasks in a way that suits your needs. The plugin's intuitive interface makes it easy to add cards, move them across columns, and assign tasks to team members. Whether you're working on a personal project or collaborating with others, the Obsidian Kanban plugin is a valuable tool for boosting productivity and staying organized.
    View Plugin Details
  • 08.
    Style Settings
    2 months ago by mgmeyers
    favorite
    share
    1,276,202
    Category: Customization & UI
    You're an Obsidian plugin developer, and you publish a blog post every week to share updates on the latest plugins that have been released. Here's your template for this week's post: Obsidian Plugins Updates: [Week Number] In this update, we are excited to announce the release of several new plugins for the Obsidian community. We will cover each plugin in detail below. ### `Plugin 1 - [Plugin Name]` This plugin adds a feature that allows users to... (briefly describe what the plugin does). It includes two main settings: - Setting 1: [Setting description] - Setting 2: [Setting description] You can customize these settings by using the following CSS variables: ```css --var: [value]; ``` For example, if you set `--var` to `#007AFF`, it will output `hsl(211, 100%, 50%)`. ### `Plugin 2 - [Plugin Name]` This plugin introduces a new theme setting for... (briefly describe what the plugin does). It includes three main settings: - Setting 1: [Setting description] - Setting 2: [Setting description] - Setting 3: [Setting description] You can customize these settings by using the following CSS variables: ```css --var: [value]; ``` For example, if you set `--var` to `#2DB253`, it will output `hsl(211, 100%, 50%)`. ### `Plugin 3 - [Plugin Name]` This plugin provides a new formatting option for... (briefly describe what the plugin does). It includes two main settings: - Setting 1: [Setting description] - Setting 2: [Setting description] You can customize these settings by using the following CSS variables: ```css --var: [value]; ``` For example, if you set `--var` to `#007AFF`, it will output `hsl(211, 100%, 50%)`. ### `Localization Support` Translations for titles and descriptions can be supplied for each language Obsidian supports by using one of the following postfixes: ```markdown en: English zh: 简体中文 zh-TW: 繁體中文 ru: Pусский ko: 한국어 it: Italiano id: Bahasa Indonesia ro: Română pt-BR: Português do Brasil cz: čeština de: Deutsch uk: Українська sq: Shqip tr: Türkçe ``` ### `Color Gradient` formatting options There are 8 formatting options: - `hex` - `rgb` - `rgb-values` - `hsl` - `hsla` - `hsl-split` - `hsl-split-decimal` - `color-gradient` For example, if you set `--accent` to `#007AFF`, it will output `hsl(211, 100%, 50%)`. ### `Plugin Support` Plugins can specify a style setting config in the plugin's CSS. Plugins must call `app.workspace.trigger("parse-style-settings")` when the plugin loads in order for Style Settings to be notified of CSS changes. That's it for this week's update! We hope you enjoy these new plugins and look forward to hearing your feedback. Happy coding!
    View Plugin Details
  • 09.
    Git
    2 months ago by Vinzent, (Denis Olehov)
    favorite
    share
    1,232,912
    Category: 3rd Party Integrations
    The Git plugin for Obsidian.md brings seamless Git integration to your vault management. With this plugin, you can automate commit-and-sync operations on a schedule, pull commits from remote repositories on startup, and manage multiple repositories using Git submodules. The Source Control View allows you to stage, unstage, and commit individual files, while the History View provides a detailed log of your commits. Additionally, the Diff View helps you track changes between versions. With this plugin, you can manage your vault like a pro, and take advantage of Obsidian's powerful note-taking features with the added security and version control of Git.
    View Plugin Details
  • 10.
    Iconize
    2 months ago by FlorianWoelki
    favorite
    share
    1,130,102
    Category: Note Enhancements
    The Iconize plugin is a game-changer for Obsidian users who want to add a personal touch to their notes and folders. With this plugin, you can easily add custom icons from any SVG file or icon pack to give your content a unique visual identity. Whether it's adding icons before file/folder names, in notes, above titles, or even in tabs, Iconize makes it all possible. Plus, with customizable settings and custom rules, you can tailor the plugin to fit your specific needs. Overall, Iconize is a powerful tool that will help you visually organize and differentiate your content in Obsidian.
    View Plugin Details
  • 11.
    Minimal Theme Settings
    2 months ago by @kepano
    favorite
    share
    984,003
    Category: Customization & UI
    The Minimal Theme Settings plugin is a game-changer for Obsidian users who want to customize their theme without digging into code. This plugin allows you to adjust various settings, including color schemes, background styles, and font sizes, all from the Obsidian Settings panel. With this plugin, you can easily switch between different color schemes, such as Atom or Solarized, or create your own custom scheme using the Style Settings plugin. Additionally, you can toggle light/dark mode, customize hotkeys, and even adjust settings like underlining links and font sizes. Whether you're looking to simplify your workflow or add some visual flair to your notes, this plugin is a must-have for any Obsidian user who wants more control over their theme.
    View Plugin Details
  • 12.
    Remotely Save
    2 months ago by fyears
    favorite
    share
    921,876
    Category: 3rd Party Integrations
    The Remotely Save plugin allows users to synchronize their Obsidian notes with various cloud storage services, including Google Drive, Dropbox, and more. The plugin supports OAuth2 authentication for secure connections and has a range of features, such as scheduled auto-sync, sync on save, and conflict resolution options. Additionally, the plugin provides PRO (paid) features like smart conflict detection, Azure Blob Storage support, and more. With Remotely Save, users can access their notes from any device with an internet connection, making it easy to collaborate and stay organized across multiple devices.
    View Plugin Details
  • 13.
    QuickAdd
    2 months ago by Christian B. B. Houmann
    favorite
    share
    869,911
    Category: Note Enhancements
    The QuickAdd plugin is a game-changer for Obsidian users who crave efficiency and productivity. It combines four powerful tools - templates, captures, macros, and multis - to help you streamline your note-taking process. With QuickAdd, you can create custom workflows that automate tasks, such as creating new notes with pre-defined templates and content, adding links to specific files, or even chaining together multiple actions for complex workflows. The plugin's syntax is similar to Obsidian's template syntax, making it easy to customize and extend your workflow. Whether you're a power user or just looking to boost your productivity, QuickAdd is definitely worth exploring.
    View Plugin Details
  • 14.
    Outliner
    2 months ago by Viacheslav Slinko
    favorite
    share
    829,344
    Category: Note Enhancements
    The Outliner plugin is a powerful tool for Obsidian users who want to create deeply structured lists and move items around with ease. With its intuitive interface, you can enhance the style of your lists, move them back and forth without breaking the structure, and even stick the cursor to the content while typing. The plugin also offers advanced features like vertical indentation lines, drag-and-drop functionality, and enhanced hotkeys for better navigation and manipulation of your lists. Whether you're a student, researcher, or simply someone who likes to organize their notes in a specific way, the Outliner plugin is definitely worth checking out.
    View Plugin Details
  • 15.
    Advanced Slides
    2 years ago by MSzturc
    favorite
    share
    750,385
    Category: Note Enhancements
    The Advanced Slides plugin for Obsidian takes your note-taking to the next level by allowing you to create slide decks directly within the app. With this plugin, you can embed your notes into slides, preview them in real-time as you edit, and customize their appearance with various themes and annotations. Plus, you can export your slides as PDF documents or HTML presentations, making it easy to share your knowledge with others. The plugin also supports the full Obsidian Markdown syntax, ensuring a seamless integration with your existing workflow.
    View Plugin Details
  • 16.
    Admonition
    2 months ago by Jeremy Valentine
    favorite
    share
    738,623
    Category: Note Enhancements
    The Admonition plugin for Obsidian is a powerful tool that allows you to add attention-grabbing callouts, tips, warnings, and other informative blocks to your notes. With this plugin, you can create custom styles using CSS and target each admonition independently using the `.callout` and `.admonition` selectors. The plugin supports various built-in admonition types, such as tip, warning, caution, note, and more. You can also nest blockquotes and code-blocks within your admonitions and combine them with other plugins for even greater flexibility. With the Admonition plugin, you can add visual interest to your notes and make important information stand out.
    View Plugin Details
  • 17.
    Recent Files
    2 months ago by Tony Grosinger
    favorite
    share
    616,629
    Category: File Management
    The Recent Files plugin is a simple yet convenient Obsidian plugin that keeps track of the files you've recently opened, displaying them in a tidy list in your sidebar. You can easily access and re-open your most frequently used notes with just a click or a drag-and-drop operation. Plus, hovering over an item lets you preview its content without having to open it. With this plugin, you'll save time navigating through your Obsidian vault and stay focused on your work.
    View Plugin Details
  • 18.
    Omnisearch
    2 months ago by Simon Cambier
    favorite
    share
    614,755
    Category: Note Enhancements
    The Omnisearch plugin is a powerful search engine for Obsidian that instantly provides relevant results. Its smart weighting algorithm ensures that the most relevant files are displayed first, making it easy to quickly find notes, documents, PDFs, and images. With features like automatic document scoring, keyboard navigation, and support for quotes and exclusions, Omnisearch is a valuable tool for anyone who needs to quickly locate specific information in their Obsidian vault. Additionally, its workflow is similar to the "Quick Switcher" core plugin, making it easy to integrate into your existing workflow.
    View Plugin Details
  • 19.
    Tag Wrangler
    2 months ago by PJ Eby
    favorite
    share
    578,352
    Category: Note Enhancements
    The Tag Wrangler plugin enhances your Obsidian workflow by introducing powerful tools for managing tags. With its intuitive drag-and-drop functionality, you can effortlessly rename or reorganize tags. The plugin allows you to create or open dedicated tag pages, blending the organizational strengths of tags with the structure of linked notes. Its context menu adds versatility, letting you search, exclude, or interact with tags directly. Advanced features include batch renaming hierarchical tags, ensuring smooth tag management across your vault. Whether refining tag hierarchies or leveraging tag pages for centralized insights, Tag Wrangler streamlines the process for a more organized note-taking experience.
    View Plugin Details
  • 20.
    Homepage
    2 months ago by mirnovov
    favorite
    share
    569,861
    Here's a 100-word passage summarizing the plugin: The 404 Homepage plugin is designed to help users create customizable 404 error pages that are both visually appealing and informative. With this plugin, you can easily set up a default 404 page with your brand's style and messaging. The plugin offers a range of customization options, including text and image placeholders, allowing you to tailor the design to fit your website's unique voice. Additionally, it provides a simple way to redirect users to a specific page or section of your site, ensuring that they don't get lost in the process.
    View Plugin Details
  • 21.
    Mind Map
    2 months ago by James Lynch
    favorite
    share
    557,702
    Category: Data Visualization
    The Mind Map plugin for Obsidian allows users to visualize their Markdown notes as interactive mind maps. With this plugin, you can easily explore the relationships between ideas and concepts in your notes. The plugin provides a seamless integration with Obsidian's note-taking system, allowing you to quickly switch between different notes while keeping the mind map preview updated. Additionally, you can pin the mind map pane to the current note for easy reference or copy the SVG image of the mind map to share it with others.
    View Plugin Details
  • 22.
    Day Planner
    2 months ago by James Lynch (continued by Ivan Lednev)
    favorite
    share
    550,900
    Category: Task Management
    The Day Planner plugin for Obsidian streamlines scheduling and time management by integrating editable timelines, task tracking, and calendar synchronization. It works seamlessly with daily notes, tasks saved across your vault, and external calendars like Google or Outlook. Users can visualize events, tasks, and deadlines in a clear timeline view, while optional time-tracking features allow for recording time spent on tasks. This plugin enhances productivity with its ability to merge multiple sources of scheduling data into one cohesive view, making it ideal for those who need a structured approach to managing their time directly within Obsidian.
    View Plugin Details
  • 23.
    Linter
    2 months ago by Victor Tao
    favorite
    share
    468,938
    The Linter plugin for Obsidian enhances note-taking by streamlining formatting and organization with customizable rules. Users can toggle and configure rules to suit their workflows, addressing aspects like YAML structure, headings, spacing, and footnotes. The plugin supports auto-correction of common issues such as redundant spaces, inconsistent list markers, and improper heading capitalization. It ensures cleaner, more consistent notes by aligning document styles and applying standards like proper ellipses and trailing punctuation removal. With an emphasis on configurability, the Linter plugin allows each rule to operate independently, offering flexibility to meet diverse formatting needs without rigid constraints.
    View Plugin Details
  • 24.
    Editing Toolbar
    2 years ago by Cuman
    favorite
    share
    468,082
    Category: Customization & UI
    The Editing Toolbar plugin is a game-changer for Obsidian users who want to enhance their writing experience. This plugin provides a user-friendly text editor modal with a minimalistic design, making it easy to format and edit your notes without having to memorize complex markdown commands or configure multiple hotkeys. With its intuitive toolbar, you can quickly switch between font colors, backgrounds, indentations, and more, all while maintaining a distraction-free writing environment. The plugin also supports custom command icons, submenus, and menu dragging and sorting, allowing for a high degree of customization to fit your workflow.
    View Plugin Details
  • 25.
    MAKE.md
    2 years ago by MAKE.md
    favorite
    share
    436,041
    I'm afraid I have some bad news - it seems there is no README file provided! As a result, I won't be able to create a summary about this Obsidian plugin. If you could provide me with the actual contents of the README file, I'd be happy to assist you in creating a short passage (100 words) about the plugin, focusing on its features and benefits for users.
    View Plugin Details