#

  • 01.
    6 hours ago by Yongmini
    favorite
    share
    Score: 35/100
    A dynamic control center for your vault. Unify hubs, notes, tasks, periodic notes, and web resources with intuitive buttons. Replace new tab for instant access.
    Repo
  • 02.
    8 hours ago by Nicola Siniscalchi
    favorite
    share
    Score: 35/100
    Import a packing list from https://lighterpack.com.
    Repo
  • 03.
    8 hours ago by 3kk0
    favorite
    share
    Score: 35/100
    Auto upload local images to LskyPro.
    Repo
  • 04.
    8 hours ago by Edrick Leong
    favorite
    share
    Score: 35/100
    Adds a calendar layout to bases so you can display notes with dates in an interactive calendar view.
    Repo
  • 05.
    8 hours ago by Nick Le Guillou - Superhuman Curiosity
    favorite
    share
    Score: 35/100
    Interactive tree view for visualizing and managing your vault's file hierarchy.
    Repo
  • 06.
    5 days ago by NateScarlet
    favorite
    share
    Score: 35/100
    The Content-Addressed Attachments plugin stores files by their content instead of their original names, so duplicate attachments collapse into a single stored copy and links stay tied to a stable content ID. It can turn pasted or dragged files into IPFS style links, resolve those links through local storage first and fall back to configurable external gateways when needed. Another useful part is web image locking. The plugin can download remote images, verify them with a CID checksum, cache them locally and replace the original links with an internal reference format. It also includes bulk migration commands for existing local attachments and external images, which makes it practical for cleaning up a vault that already has a lot of scattered files.
    Repo
  • 07.
    5 days ago by Dani García
    favorite
    share
    Score: 36/100
    The Banners Reloaded plugin lets you place image banners on notes and control how they look across the vault without turning setup into manual frontmatter work on every page. It uses a clear priority model where note level banners override tag rules and global defaults, so broad styling and note specific exceptions can live together. The plugin also handles header text and icons, template based titles, desktop and mobile heights, embeds, popovers and draggable vertical positioning. If you want tighter control, most settings can be overridden per note through frontmatter, including style, height, alignment and header behaviour. The README also mentions a conversion tool that standardises older banner paths into wikilink format for easier cleanup.
    Repo
  • 08.
    5 days ago by Ashan Devine
    favorite
    share
    Score: 35/100
    The Negative Heading plugin turns lines that start with `-# ` into compact muted headings, giving notes a lighter way to separate sections without using standard heading levels. It works across Reading View, Live Preview and Source Mode and keeps normal Markdown content such as bold text, italics and links inside the rendered line. A smart toggle command can add or remove the token on one line or across a selection, using majority based detection and preserving list markers when the syntax appears inside list items. The plugin also supports escape characters, ignores code and math blocks and uses theme aware colors with accessible heading semantics in Reading View.
    Repo
  • 09.
    Auto Math
    Plugin
    5 days ago by Vladislav Sorokin
    favorite
    share
    Score: 35/100
    The Auto Math plugin expands standard LaTeX triggers directly in the Obsidian editor so maths markup turns into ready-to-fill structures as you type. It is focused on fast, predictable snippet expansion for equations, integrals, limits, matrices and other common math environments, without popup menus or a separate shortcut system to learn. It is highly configurable: rules live in a JSON file, can be edited through settings, and reload live while the plugin is running. It works entirely offline and ships with a built-in default rule pack
    Repo
  • 10.
    5 days ago by I. Welch Canavan
    favorite
    share
    Score: 35/100
    The Kanban Bases View plugin turns an Obsidian Base into a kanban board where notes are grouped into columns from any chosen property. You can pick fields like Status, Priority or Category, then move cards between columns with drag and drop to update that value directly from the board. Columns can also be reordered with a handle, and the chosen order is saved per property so the view stays consistent between sessions. Notes that do not have the selected value are collected into an Uncategorized column instead of disappearing. Clicking a card opens the note, which keeps the board useful as both a planning surface and a navigation layer. The plugin is mainly for managing Bases when your notes behave like tasks or tracked items.
    Repo
  • 11.
    5 days ago by Iván Sotillo
    favorite
    share
    Score: 35/100
    Category: Productivity Tools
    The Smart Export plugin follows links from a chosen root note, builds a note tree and turns that structure into exports that are easier to read, share or feed into language models. It gives separate depth controls for full content and title only context, so large vaults can be trimmed without losing the overall map. Users can traverse outgoing links, incoming links or both, then filter results with folder, tag and property based exclusion rules. The export can be copied to the clipboard or written as a new note inside the vault. It also supports XML, print focused Markdown and template based Markdown outputs, including custom templates with placeholders.
    Repo
  • 12.
    6 days ago by sawamaru
    favorite
    share
    Score: 35/100
    Category: Learning & Knowledge Management
    The LongtimeDiary plugin helps you revisit older daily notes from the same day of the month inside your current daily note. It works through a dedicated code block that must be placed in a daily note, where it searches past entries and displays matching notes directly in that context. Helps to have a quick way to look back without manual searching.
    Repo
  • 13.
    6 days ago by 蓝星晓夜
    favorite
    share
    Score: 35/100
    The WebDAV Explorer plugin connects your vault to a WebDAV server so you can browse remote files and work with them from a sidebar instead of switching apps. It focuses on file handling more than sync. You can drag files into notes to create markdown links, preview images and videos, open items with a double click in the built in browser and download supported files into the vault when needed.
    Repo
  • 14.
    6 days ago by Archivist AI
    favorite
    share
    Score: 35/100
    The Archivist Importer plugin sends selected vault files to [Archivist](https://www.myarchivist.ai/) campaigns so notes can become structured records. It lets you connect to Archivist, choose or create campaigns and push content as characters, items, locations, factions and journal entries. It also creates links between imported records when those references are detected in the chosen notes. It stores the API key in Obsidian Secret Storage, keeps other settings in local plugin data and only makes network requests when you trigger an action.
    Repo
  • 15.
    6 days ago by Carl Sverre
    favorite
    share
    Score: 35/100
    Category: Creative & Writing Tools
    The Card Forge plugin turns a note into a printable poker sized card and gives a simple preview workflow for checking the result before printing. The plugin opens a dedicated preview window, renders the current note into a 2.5 x 3.5 inch card and lets you control a few presentation details through frontmatter. You can set a custom card title, place a type marker or emoji in the top right and apply extra CSS classes for styling.
    Repo
  • 16.
    6 days ago by Tarek Saier
    favorite
    share
    Score: 35/100
    The Frontmatter to HTML Attributes plugin exposes a note's YAML frontmatter in the page HTML as data attributes, so you can target notes with CSS instead of relying on manual classes or fixed layouts. Each frontmatter key becomes a matching data-* attribute on the note container, which makes metadata driven styling straightforward for titles, headings and other interface elements. It also shows how tags can be matched with attribute selectors, which is useful when you want styles to react to note categories. Lists and objects are converted to JSON while other values become plain strings, so the output stays predictable.
    Repo
  • 17.
    TikToker
    Plugin
    6 days ago by ameyxd
    favorite
    share
    Score: 35/100
    Category: 3rd Party Integrations
    The TikToker plugin saves TikTok links as notes with embedded playback, pulled metadata, hashtags, and flexible templates for file names and note content. Notes can open immediately after capture, duplicates are handled with prompts and batch processing helps when several links are queued. The review queue is a big part of the plugin. It adds sidebar based browsing with filters, sorting, progress tracking, starring, watched status, review again tags, quick notes, inline editing and Dataview query support.
    Repo