Obsidian Plugin Updates 2025-05-04 to 2025-05-10
- #weekly-plugin-updates
It's been a vibrant week in the Obsidian plugin universe, with 21 fresh additions ready to supercharge your workflow! From customizable commands and card-style views to inline callouts and contact management, these new plugins bring both power and personality to your vault. The excitement doesn't stop there, 79 plugins received updates, including big releases like Task Genius and Advanced Canvas. We've also spotted a promising beta tool Python Bridge - which lets developers write Obsidian plugin in python (Have to wait and watch if and how these plugins can be included to the official community plugins). And for the style-savvy among us, 6 new themes have landed, offering everything from retro vibes to elegant calligraphy. Let's dive into the highlights!
There are 21 new plugins and 79 plugin updates in the last one week's time.
⭐ New Plugins: We have 21 new plugins.
1. Backlink Settings
Released on 2025-05-07 by calvinwyoung
The Backlink Settings plugin enhances the backlinks or 'Linked mentions' pane by allowing users to save their preferred view settings. Normally, each time a new file is opened, users need to manually adjust the sort order, context display, and whether backlink results are collapsed. With this plugin, these preferences are saved and automatically applied whenever a note is opened, streamlining the experience for those who rely heavily on backlinks to navigate and understand their note connections.
2. Custom Commands
Released on 2025-05-07 by Staaaaaaaaaan
The Custom Commands plugin lets users define personalized commands to speed up common workflows like opening specific notes, creating templated files, inserting dynamic text snippets, or chaining multiple actions together. Each command type-Open, Create, Insert, and Sequence-can be customized with placeholders like date and time, and even configured to open notes in a new tab or window. This is particularly useful for recurring tasks such as journaling, note-taking for meetings, or setting up a morning routine. By centralizing these repetitive actions into named commands accessible from the command palette, the plugin helps users save time and maintain consistency in their workflows.
3. Easy Keep View
Released on 2025-05-07 by @tazihad
The Easy Keep View plugin provides a visually rich, card-style interface for browsing and managing notes, inspired by the layout of Google Keep. It displays notes with their titles, short previews, and optional image thumbnails, making it easier to scan through content quickly. Users can open notes by clicking on the cards or create new ones directly from the view. The interface supports both light and dark themes and can be adjusted based on system settings.
4. logos-refs
Released on 2025-05-07 by Joey Kilgore
The Logos-refs plugin streamlines the process of importing and managing citations from Logos Bible Software into your vault. By copying a passage in Logos and using the plugin's paste command, users can automatically generate or link to a formatted reference note, especially useful when working with BibTeX citation style. It helps keep biblical references organized in a designated folder and simplifies the workflow for those regularly working with theological or academic material sourced from Logos.
5. Checkbox Sort
Released on 2025-05-07 by mattang687
The Checkbox Sorter plugin automatically moves completed checklist items to the bottom of their respective groups while maintaining the original structure of nested lists. When a checkbox is marked as done, the plugin intelligently reorders only its immediate peers, keeping child items correctly nested and unrelated lists unaffected. It offers flexible control through global settings, YAML frontmatter, or inline list markers, so you can fine-tune behavior at the vault, file, or list level.
6. Inline Callouts
Released on 2025-05-07 by @gapmiss
The Inline Callouts plugin adds a clean and efficient way to create inline callouts using simple custom syntax. Users can display small visual highlights with icons, labels, and colours directly within text lines. It includes modals to create or modify callouts, auto-suggestions for Lucide icons, and a search interface for existing callouts. The plugin is compatible with the Style Settings plugin and supports full customization via CSS variables.
7. Byte Field Diagrams
Released on 2025-05-07 by natri0
The bytefield plugin allows users to create visual byte-field diagrams directly within their notes using simple code blocks. These diagrams are useful for illustrating data layouts in structured formats like network packets or binary files, with each field mapped to a specific byte length. Users can define fields with names and sizes, specify starting offsets, add unnamed padding bytes, and even allow fields to wrap across rows if they exceed available space. It's a lightweight and practical tool for developers, reverse engineers, or protocol designers who need to represent low-level data structures in a clear, visual format.
8. DataCards
Released on 2025-05-07 by Sophokles187
The DataCards plugin transforms Dataview query results into elegant, customizable card layouts, offering a more visual and user-friendly way to present structured note data. Instead of plain tables, users can display content like books, tasks, or any tagged data as cards with properties such as images, ratings, and excerpts. It supports multiple layout presets like portrait, compact, and grid, along with mobile-friendly settings and lazy loading for better performance. Each code block can be fine-tuned with its own display settings, giving users flexibility to design card views tailored to their vault content.
9. Title-Only Tab
Released on 2025-05-07 by tristone13th
The Title-only Tab plugin customizes how note tabs are displayed by replacing the default filename with the title
value defined in the YAML frontmatter. This is especially useful for users following a Jekyll-style workflow where the actual filename might include dates or slugs, but a cleaner, human-readable title is preferred for display. By aligning tab names with the content title, it improves readability and reduces clutter when working with multiple open tabs..
10. Note Status
Released on 2025-05-07 by Aleix Soler
The Note Status plugin introduces a flexible system for tracking the progress and state of your notes using customizable statuses like active, completed, or on hold. It integrates directly into the toolbar, status bar, file explorer, and a dedicated status pane, giving users multiple ways to assign, view, and manage statuses. You can batch-update files, apply multiple statuses to a single note, and organize your workflow with built-in or user-defined templates. The plugin also supports YAML frontmatter integration and deep customization.
11. Another Name
Released on 2025-05-06 by Jiyuan Wang
The Another Name plugin lets you add an alternative display name just below the inline title of a note. By defining an another-name
attribute in the Properties section of a file, users can show an additional label under the main title. The attribute key is configurable in the plugin settings, offering some flexibility. It's a simple but thoughtful enhancement that improves the clarity and aesthetic of notes involving dual-language or alias use.
12. LawList: Custom List Styles
Released on 2025-05-06 by Willem Schlieter
The LawList: Custom List Styles plugin enhances the appearance of ordered lists by allowing users to customize numbering formats for up to 10 indentation levels. It supports various list styles such as Roman numerals, uppercase or lowercase letters, and even patterns like (1) or i). Users can set global styles through plugin settings or apply inline custom styles to specific items using curly braces. Importantly, the plugin only changes how lists are displayed-it doesn't alter the underlying Markdown. This is especially useful for users who need structured formatting, such as those working in academic, legal, or documentation-heavy contexts.
13. Water Tracker
Released on 2025-05-06 by Luigi Cerone
The Water Tracker plugin helps you monitor your daily water intake by logging each drinking event directly from a command or ribbon icon. You can customise the volume of your drinking container and choose where the data gets saved - either as a property or a timestamped log in the current or daily note. This gives users flexibility in how they record and summarise hydration habits. The plugin keeps the original note format intact and works well with Dataview for generating daily summaries.
14. Reactive Notes
Released on 2025-05-06 by Elias Noesis
The ReactiveNotes plugin lets you embed interactive React components directly into your notes, transforming them into dynamic and programmable documents. It supports full React 18 features including hooks, state management, lifecycle handling, and integration with Obsidian's file system and theme. Users can persist state in frontmatter, render charts with libraries like Recharts or Lightweight Charts, manipulate canvas elements, and even import libraries from CDN. Each note can maintain its own independent state, enabling reusable component templates. This plugin is ideal for developers, data analysts, and tinkerers looking to combine note-taking with interactivity, custom tooling, or rich visualizations.
15. Draw Steel Retainer
Released on 2025-05-06 by Martin Dampier
The Draw Steel Retainer plugin adds a dedicated initiative tracker tailored for managing combat encounters in the TTRPG Draw Steel by MCDM. It provides a scroll ribbon button that opens a special tracker view, allowing the DM to manage two separate initiative tables in line with Draw Steel mechanics. The plugin also supports automatic inclusion of predefined player characters into new trackers, simplifying session prep. While currently focused on combat tracking, the roadmap hints at future support for negotiation, montage tests, and class-based utilities, making it a helpful tool for GMs running immersive campaigns.
16. VCF Contacts
Released on 2025-05-06 by Roland Broekema
The VCF Contacts plugin enables you to manage and organize contact information directly within your vault, using structured vCard (VCF) fields. You can import or export .vcf
files, add avatars, and maintain detailed records for each contact-like phone numbers, emails, birthdays, addresses, and social profiles. Each contact is stored as a markdown file, making it easy to link notes and use existing Obsidian workflows. Features like click-to-call, quick copy, and avatar processing add convenience, while Quick Switcher support ensures fast navigation. Ideal for users who want to integrate personal or professional networks into their knowledge management system.
17. Rainbow-Colored Sidebar
Released on 2025-05-06 by Kevin Woblick
The Rainbow-Colored Sidebar plugin adds automatic, theme-based colouring to your vault's sidebar folders and files without needing any CSS tweaks or file naming conventions. It supports nine color schemes, including rainbow-based gradients, blue-themed palettes, random mixes, and an accessibility-friendly mode with higher contrast. Colours are applied based on A-Z folder order and cycle infinitely, making it suitable for vaults with many folders. Active files are visually marked, and users can easily switch themes or enable contrast options from the settings. It's a simple yet aesthetic enhancement for users who want visual clarity and customisation in their workspace.
18. Limitless Lifelogs
Released on 2025-05-06 by Maclean Dunkin
The Limitless Lifelogs plugin allows you to sync your lifelog entries from Limitless AI directly into your vault as well-organized markdown files. Entries are saved with date-based filenames and preserve original formatting, including headings, timestamps, and speaker tags. The plugin supports incremental syncing, so only new or updated logs are pulled in each time you sync. You can set a custom folder and initial sync date, and trigger updates either via the ribbon icon or command palette. This is especially useful for users who use Limitless AI for journaling, tracking conversations, or recording personal insights and want seamless integration with their notes.
19. YTSummarizer
Released on 2025-05-06 by Arda Kalaycı
The YTSummarizer plugin helps you bring YouTube content into your vault by fetching video transcripts and generating AI-powered summaries using OpenAI models. You can view transcripts in a sidebar or save them as full notes, complete with clickable timestamps for easy navigation. The plugin supports custom prompts, multilingual transcripts, and configurable timestamp intervals. It's especially useful for researchers, students, or content consumers who want to capture and summarise key ideas from videos without watching them in full. All summaries are generated locally with your own OpenAI API key, giving you flexibility and control over the output.
20. Textfresser
Released on 2025-05-06 by clockblocker
The Textfresser plugin helps German language learners build a structured vocabulary network by transforming any selected word into a detailed dictionary entry within your vault. It detects if a word is in its normal form and either generates a new entry or links it to the root form. Each word entry includes pronunciation, translation, conjugation or declension tables, and links to related grammatical or semantic variants. The plugin also supports automatic backlinking, helping you navigate between word forms like reisen, gereist, and reisender. Designed for deep linguistic exploration, it works best in a dedicated vault due to the large number of files it generates.
21. aDHL
Released on 2025-05-06 by tine-schreibt
The Another Dynamic Highlights plugin offers a powerful and highly customizable way to highlight text dynamically using user-defined search terms, regular expressions, and styles. You can group highlighters with tags, assign colors and decorations, and control whether matches or their parent lines are highlighted. Highlights persist across sessions and can be toggled globally or per tag. The plugin also supports selection-based highlighting, where words under the cursor or selected text are highlighted on the fly with a delay option and an ignore list for common words.
🅱️Beta Plugins
Some of the cool plugins that are in beta (accessible via BRAT) are
- Python Bridge - Develop Obsidian plugins in Python
- DayFrame - like a picture frame but for your daily notes.
- Layout Manager - An obsidian plugn that manages the layouts of your leaves
🔁 Plugin Updates
We got 79 plugin updates in the last one week's time. You can see all the plugin updates on Obsidian Plugin Stats webapp.
Notable Updates
- Task Genius v8.6.0 - Changelog
- Task Board v1.4.0 - Changelog
- Dynamic Outline v1.19.0 - Changelog
- Easy Copy v1.2.2 - Changelog
- Advanced Canvas v5.0.0 - Changelog
🎨 Themes
We got 6 new themes added during last week.
- Hojicha - Obsidian port of neomodern's hojicha theme - Github
- Quillcode - An Obsidian theme for both writers and coders, for the storytellers and for the logical builders - Github
- Myst - Myst theme for Obsidian (IntelliJ color schemes) - Github
- Soli Deo Gloria - inspiration is from old German bibles and Gothic Style of calligraphy - Github
- RetroOS 98 - Experience the Windows 95/98 in Obisidian MD - Github
- Ribbons Theme - Allows separating special Callouts in Ribbons. - Github