Obsidian Plugin Updates 2025-08-03 to 2025-08-09
- #weekly-updates

There are 12 new plugins, 4 new themes, and 100 plugin updates during the week 2025-08-02 to 2025-08-09.
This past week brought in a strong lineup of plugins that hit both the productivity and creativity sides of our Obsidian workflow. Handwriting OCR steps in for anyone with stacks of handwritten notes, turning them into clean, searchable text in seconds. Linked Note Exporter feels like that reliable teammate who packs every linked note and attachment neatly before sharing. LLM Shortcut and Mini-RAG add serious AI muscle right inside your vault, while Custom Slides and Sortable Tables keep presentations and data viewing smooth. And with Private AI guarding your conversations on-device, it's been a week of powerful upgrades without compromising privacy.
⭐ New Plugins
1. Handwriting OCR
Released on 2025-08-09 by ikmolbo
The Handwriting OCR plugin converts handwritten or printed content from images and PDFs into editable text using HandwritingOCR's AI-powered recognition service. It supports a wide range of image formats, multi-page PDFs, and files up to 20MB, making it suitable for digitising notes, archival documents, or scanned material. Extracted text can be copied to the clipboard, appended to an existing note, or saved as a new note, with options accessible via the command palette or right-click menus in both the editor and file explorer. The plugin requires an API key from HandwritingOCR, validates it within the settings, and displays your remaining credits.
2. Linked Note Exporter
Released on 2025-08-09 by the-c0d3r
The Linked Note Exporter plugin lets you export a note as a complete, self-contained package along with all its linked notes and attachments. You can specify how many levels of linked notes to include, choose whether to keep the original folder structure, and optionally compress the export into a zip file. Filters allow excluding certain folders or tags, making it easy to avoid sharing private or irrelevant content. Internal links are automatically updated so the exported copy works seamlessly outside your vault. The export can be triggered from the right-click context menu or via the command palette, providing a fast and organised way to share rich, interconnected notes without broken links or missing files.
3. umbPublisher
Released on 2025-08-09 by Owain Williams
The umbPublisher plugin enables direct publishing of your notes to an Umbraco 15+ CMS instance as content items. It streamlines the process of transferring written material from your vault to a live site, removing the need for manual copy-paste or external export tools. This can be useful for content editors, developers, or teams who maintain documentation, articles, or structured content in Markdown but want to manage and display it through Umbraco. By integrating your note - taking and content management workflows, it helps maintain consistency between your local drafts and the published site.
4. Sortable Tables
Released on 2025-08-09 by filippov112
The Sortable Tables plugin enhances table usability by allowing sorting directly in preview mode without altering the underlying note content. Clicking on a column header toggles between ascending and descending order, and multiple levels of sorting can be applied by holding Shift while selecting additional columns. This makes it easy to reorganise and view data in different ways on the fly, all while keeping the original markdown table intact.
5. Bibtex Entry View
Released on 2025-08-09 by Kyoungdeuk
The Bibtex Entry View plugin renders formatted bibliographic entries from a .bib
file directly in your notes by replacing bibkey
code blocks with detailed reference information. It detects the matching entry, displaying the citation key, author or editor names, and other fields in a customisable order defined in the settings. If the key is not found, it highlights the block in red with a strike-through to signal an invalid reference. While typing a bibkey
, the plugin suggests matches based on partial keyword searches of selected fields, improving speed and accuracy when adding citations. Users can select or import a .bib
file into their vault, set preferred display fields, and have the plugin sort and present them neatly.
6. Clipboard Manager
Released on 2025-08-09 by Ayush Raj
The Clipboard Manager plugin captures and organises your clipboard history automatically while Obsidian is running, offering fast retrieval of text snippets, code blocks, and other frequently reused content. It stores entries persistently across sessions, supports configurable history limits, and allows instant search through both content and previews. A quick paste modal with hotkey support enables direct insertion into notes, while export tools save selected or all entries as properly formatted Markdown in a chosen folder. You can adjust monitoring intervals, enable notifications, and preview long text for easier identification. All data stays local in your vault with no external transmission, and the plugin is optimised for desktop use on macOS, Windows, and Linux.
7. LLM Shortcut
Released on 2025-08-09 by Viktor Chernodub
The LLM Shortcut plugin streamlines prompt management by converting a folder of saved prompts into instantly accessible commands. Each file in the prompt directory becomes a command that can be triggered directly, with the current open note automatically passed as context to the chosen LLM provider. It supports any OpenAI -compatible API, giving flexibility in selecting your AI backend while keeping all activity local without external logging. The tree-like folder structure is preserved as a navigable list, making it easy to organize and access prompts for different use cases.
8. Mini-RAG
Released on 2025-08-08 by John Wheatley
The Mini-RAG plugin enables local retrieval augmented generation by connecting your notes to a locally running LLM through Ollama. You can start a chat in the context of a specific note or folder, allowing the model to reference only relevant content when generating responses. It supports any Ollama-installed model and provides controls for model selection, temperature adjustment, and even context-free chatting when you want unconstrained responses. Interactions can be initiated directly from right-click menus in the editor or sidebar, and conversations can be saved for later reference.
9. Scrolls To Nav Top
Released on 2025-08-08 by mario
The Scroll To Nav Top plugin adds a simple but useful command to instantly jump to the top of the file explorer. It is designed for users who navigate without relying on folder structures and may find themselves deep within nested files. Instead of manually scrolling through hundreds of items, you can trigger a command from the palette or use a toolbar button to return to the starting point of your navigation pane.
10. Custom Slides
Released on 2025-08-08 by David V. Kimball
The Custom Slides plugin extends the functionality of the core Slides feature by offering more control over the presentation experience. It lets you toggle the visibility of navigation arrows to reduce on-screen distractions and adjust the progress bar height for better visual balance. Lists in presentation mode can be left-aligned for improved readability, maintaining proper spacing for both bulleted and numbered items. The plugin also streamlines navigation by automatically enabling keyboard input when entering Slides mode, so you can use the spacebar and arrow keys immediately without clicking the presentation window. When you exit, it restores your previous editing mode, keeping your workflow intact.
11. Private AI
Released on 2025-08-08 by GB
The Private AI Chat plugin enables secure, local AI-powered conversations with your notes using a privacy-first approach. It connects to a locally running LM Studio server, ensuring that all processing happens on your own device without sending data to external services. You can query your vault naturally, with the plugin automatically searching relevant notes and citing them in responses. It allows narrowing the AI's focus to specific open notes for targeted insights and supports performance tuning through adjustable models, search parameters, and token limits. Cross-platform compatibility for Mac and Windows makes it widely accessible, while easy setup and model swapping simplify usage.
12. Quick Emoji
Released on 2025-08-03 by Alec Sibilia
The Quick Emoji plugin adds an instant emoji picker right into your editor, making it easy to add personality to notes without breaking your flow. Typing a colon triggers a responsive search bar that suggests emojis by name or description, with results updating smoothly thanks to debounced searching and lazy loading. It keeps a history of your most used emojis for quick reuse and even lets you pick a default skin tone for supported icons. The plugin stays lightweight by loading data only when needed, so it won't slow down your workspace.
🔁 Plugin Updates
We got 100 plugin updates in the last one week's time. You can see all the plugin updates on Obsidian Plugin Stats webapp.
Notable Updates
- TaskNotes - v3.17.0 - Changelog
- Pretty Properties - v1.4.4 - Changelog
- Quick Add** - v2.0.0 - Changelog
🎨 New Themes
- Baseline - sleek, familiar, and effortlessly minimal, offering endless ways to make it yours - Github
- Azure - no-frills Obsidian theme designed for long writing sessions - Github
- Noctis - dark theme for Obsidian inspired by the night sky - Github
- Matric - a neon-green, cyberpunk Matrix-inspired theme for Obsidian - Github