#

  • 001.
    Smart Templates
    Version
    1.1.3
    released 4 hours ago by
    🌴 Brian Petro
    favorite
    share
    Changelog

    Smart Templates v1.1.0 Release Notes

    v1.1.0

    • Improved capabilities provided by Smart Environment
    • Easy context management
      • Quickly build context using Smart Context
    • Enhanced UX with streaming and review
      • Insert, create, or copy template output
    • Note: this version is not backwards compatible with v1.0.x releases
      • if you have questions about upgrading, please create an issue on GitHub

    patch v1.1.1

    • Added: Copy as prompt button

    patch v1.1.2

    • Added: highlighted text as context (requires Smart Context Early Release)

    patch v1.1.3

    • Fixed: closing context selector should update context
    View Details
  • 002.
    Note Definitions
    Version
    0.28.2
    released 6 hours ago by
    Dominic Let
    favorite
    share
    Changelog

    Add additional checks to include only .md files as definition files by @Accelsnow

    View Details
  • 003.
    Folder notes
    Version
    1.8.13
    released 8 hours ago by
    Lost Paul
    favorite
    share
    View Details
  • 004.
    Comments
    Version
    1.0.3
    released 9 hours ago by
    Jasper Surmont
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 005.
    Smart Connections
    Version
    3.0.46
    released 9 hours ago by
    Brian Petro
    favorite
    share
    Changelog

    Smart Connections v3

    New Features

    Smart Chat v1

    • Effectively utilizes the Smart Environment architecture to facilitate deeper integration and new features.

    Improved Smart Chat UI

    • New context builder
      • makes managing conversation context easier
    • Drag images and notes into the chat window to add as context
    • Separate settings tab specifically for chat features

    Improved Smart Chat compatibility with Local Models

    • Note lookup (RAG) now compatible with models that don't support tool calling
      • Disable tool calling in the settings

    Ollama embedding adapter

    • use Ollama to create embeddings

    Fixed

    • renders content in connections results when all result items are expanded by default

    Housekeeping

    • Updated README
      • Improved Getting Started section
      • Removed extraneous details
    • Improved version release process
    • Smart Chat v0 (legacy)
      • Smart Chat v0 will continue to be available for a short time and will be removed in v3.1 unless unforeseen issues arise in which case it will be removed sooner.
      • Smart Chat v0 code was moved from brianpetro/jsbrains to the Smart Connections repo

    patch v3.0.1

    Improved Mobile UX and cleaned up extraneous code.

    patch v3.0.3

    Fixed issue where connections results would not render if expand-all results was toggled on.

    patch v3.0.4

    Prevented frontmatter blocks from being included in connections results. Fixed toggle-fold-all logic.

    patch v3.0.5

    Fixes Ollama Embedding model loading issue in the settings.

    patch v3.0.6

    Fixed release notes should only show once after update.

    patch v3.0.7

    Added "current/dynamic" option in bases connection score modal to add score based on current file. Fixed issue causing Ollama to seemingly embed at 0 tokens/sec. Fixed bases integration modal failing on new bases.

    patch v3.0.8

    • Improved bases integration UX
      • prevent throwing error on erroroneous input in cos_sim base function
      • gracefully handle when smart_env is not loaded yet
    • Reduced max size of markdown file that will be imported from 1MB to 300KB (prevent long initial import)
      • advanced configuration available via smart_sources.obsidian_markdown_source_content_adapter.max_import_size in smart_env.json
    • Removed deprecated Smart Search API registered to window since smart_env object is now globally accessible
    • Fixed bug causing expanded connections results to render twice

    patch v3.0.9

    • Reworked the context builder UX in Smart Chat to prevent confusion
      • Context is now added to the chat regardless of how the context selector modal is closed
      • Removed "Back" button in favor of "Back" suggestion item
    • Fixed using @ to open context selector in Smart Chat
      • "Done" button now appears in the context selector modal when it is opened from the keyboard

    patch v3.0.10

    Fixed Google Gemini integration in the new Smart Chat

    patch v3.0.11

    Fixes unexpected scroll issue when dragging file from connections view (issue #1073)

    patch v3.0.12

    Fixes pasted text: should paste lines in correct order (no longer reversed)

    patch v3.0.13

    • Prevents trying to process embed queue if embed model is not loaded
      • Particularly for Ollama which may not be turned on when Obsidian starts
      • Re-checks for Ollama server in intervals of a minute
      • Embed queue can be restarted by clicking "Reload sources" in the Smart Environment settings

    patch v3.0.14

    • Improved hover popover for blocks in connections results and context builder
    • Refactored context_builder component to extract context_tree component and prevent passing UI components
      • these components are frequently re-used, the updated architecture should make it easier to maintain and extend
    • Fixed: should not embed blocks with size less than min_chars
    • Fixed: Smart Chat completion requests should have a properly ordered messages array

    patch v3.0.15

    • Fixed: some Ollama embedding models triggering re-embedding every restart

    patch v3.0.16

    • Fixed: no models available in Ollama should no longer cause issues in the settings

    patch v3.0.17

    • Improved embedding processing UX
      • show notification immediately to allow pausing sooner
      • show notification every 30 seconds in addition to every 100 embeddings
    • Fixed: Smart Environment settings tab should be visible during "loading" state
      • prevents "Loading Obsidian Smart Environment…" message from appearing indefinitely in instances where the environment fails to load from errors related to specific embedding models

    patch v3.0.18

    • Fixed: Smart Connections view rendering on mobile
      • should render when opening the view from the sidebar
      • should update the results to the currently active file

    patch v3.0.19

    • Added: model info to Smart Chat view
      • shows before the first message and anytime the model changes since the last message
    • Fixed: ChatGPT sign-in with Google account
      • should now work as expected
      • will require re-signing in to ChatGPT after update
    • Fixed: Smart Chat thread adapter should better handle past completions to prevent unexpected behavior
      • prevented build_request from outputting certain request content unless the completion is the current completion
        • logic is specific to completion adapters (actions, actions_xml, thread)

    patch v3.0.20

    • Fixed: Smart Environment settings tab should be visible during "loading" and "loaded" states
    • Fixed: Open URL externally should use window.open with "_external" if webviewer plugin is installed

    patch v3.0.21

    • Implemented Smart Completions fallback to Smart Chat configuration
      • WHY: enables use via global smart_env instance without requiring chat_model parameters in every request

    patch v3.0.22

    • Improved connections view event handling
      • prevent throwing error when no view container is present on iOS

    patch v3.0.23

    • Added Getting Started guide
      • opens automatically for new users
      • can be opened manually via command Show getting started
      • can be opened from the connections view "Help" icon
      • can be opened from the main settings "Open getting started guide" button

    patch v3.0.24

    Fix Lookup tab not displaying.

    patch v3.0.25

    Fixed connections view help button failing to open

    patch v3.0.26

    Temp disable bases integration since Obsidian changed how the integration works and there is currently no clear path to updating.

    patch v3.0.27

    • Added: Smart Chat lookup now supports folder-based filtering
      • mention a folder when requesting a lookup using self-referential pronoun (no special folder syntax required)
        • ex. "Summarize my thoughts on this topic based on notes in my Content folder"
    • Added: Smart Chat system prompt now allows {{folder_tree}} variable
      • this variable will be replaced with the folder tree of the current vault
      • useful for providing context about the vault structure to the model
    • Improved: Smart Chat system message UI
      • now collapses when longer than 10 lines

    patch v3.0.28

    Fixed: Getting Started slideshow UX on mobile.

    patch v3.0.29

    • Fixed: prevented regex special characters from throwing error when excluded file/folder contains them
    • Fixed: Smart Chat should return lookup context results when Smart Blocks are disabled

    patch v3.0.30

    • Added: Drag multiple files into the Smart Chat window to add as context
    • Fixed: Smart Connections results remain stable when dragging connection from bottom of the list

    patch v3.0.31

    • Added: Smart Chat: "Retrieve more" button in lookup results
      • allows retrieving more results from the lookup
      • includes retrieved context in subsequent lookup to provide more context to the model
    • Improved: Smart Chat: prior message handling in subsequent completions

    patch v3.0.32

    • Added: Anthropic Claude Sonnet 4 & Opus 4 to Smart Chat
    • Improved: Smart Chat new note button no longer automatically addes open notes as context
      • Added: "Add visible" and "Add open" notes options to Smart Context selector
      • Added: "Add context" button above chat input on new chat for quick access to context selector
    • Fixed: Removing an item in the context selector updates the stats
    • Fixed: Smart Chat system message should render no more than once per turn

    patch v3.0.33

    • Improved: Context Tree styles improved by samhiatt (PR #1091)
    • Improved: Smart Chat message should be full width if container is less than 600px
    • Fixed: Smart Chat model selection should handle when Ollama is available but no models are installed

    patch v3.0.34

    • Added: Multi-modal support (images as context) using Ollama models
      • requires Ollama models that support multi-modal input like gemma3:4b

    patch v3.0.37

    • Fixed: Ollama max_tokens parameter should accurately reflect the model's max tokens
    • Fixed: Getting Started slideshow should only show automatically for new users

    patch v3.0.38

    • Fixed: Smart Chat LM Studio models handling of tool_choice parameter

    patch v3.0.39

    • Improved: Release notes user experience to use the same as the native Obsidian release notes
      • Now uses new tab instead of modal to display the release notes
    • Fixed: Reduced vector length OpenAI embedding models should be selectable in the settings

    patch v3.0.40

    • Added: Smart Chat: Support for PDFs as context in compatible models
      • Currently works with Anthropic, Google Gemini, and OpenAI models
      • PDFs must be manually added to the chat context. The context lookup action will not surface the PDFs because they are not embedded.
    • Improved: Smart Chat: LM Studio settings
      • Added: Instructions for setting up LM Studio (CORS)
      • Removed: Unecessary API key setting

    patch v3.0.41

    • Fix: Bug in outlinks parsing was preventing embedding processing in some cases

    patch v3.0.42

    • Added: re_import_wait_time setting to Smart Environment settings
      • allows setting the time to wait before re-importing and embedding a note after it has been modified
      • WHY: improves real-time nature of the connections
    • Improved: Connections view: Handling when current note hasn't been imported
      • removed notification
      • added refresh instructions to the connections view
    • Improved: Connections view when no results are found
      • added "No connections found" message
      • added instructions for reloading sources from the settings
    • Reduced size of bundled plugin from ~6.5MB to ~1MB (>80% reduction)
      • removed tokenizer that's only used by OpenAI embedding models
      • removed sourcemap since it's removed by Obsidian anyway
      • WHY: make the code easier to read (trust through transparency)
    • Fixed: Embeddings should update when file is changed

    patch v3.0.43

    • Fixed: Smart Chat: Context tree connections icon should show connections in the suggestions when clicked

    patch v3.0.44

    • Improved: Settings descriptions for the Connections view
    • Changed: Moved "muted notices" settings to the obsidian-smart-env module

    patch v3.0.45

    • Added: Status element for indicating embedding queue for changed notes
      • click to begin embedding otherwise waits until re_import_wait_time has passed
    • Fixed: Smart Environment: only changed blocks should re-embed when the note is modified
      • Adds block has check to parse_blocks to prevent queue_embed from being called on blocks that haven't changed
    • Fixed: Release notes should open in a new tab instead of relpacing the current tab
    • Moved: Smart Plugins access to the obsidian-smart-env module

    patch v3.0.46

    • Added: Smart Chat: Include relevance score for item in context tree if retrieved from a lookup
      • allows users to see how relevant the item is to the current chat context
    • Added: Snowflake Arctic Embed models to the built-in embedding adapter (transformers)
      • Snowflake/snowflake-arctic-embed-xs
      • Snowflake/snowflake-arctic-embed-s
      • Snowflake/snowflake-arctic-embed-m
    • Added: Report a bug and Request a feature buttons to the settings
    • Fixed: Smart Context: Tree should not split paths with slashes or hashtags within wikilinks
      • ex. [[some/path.md#subpath]] should not be split into some/path.md and subpath
    • Improved: Smart Chat: Prevent trying to use folder scope in lookup when the folder provided by the AI does not exist
    View Details
  • 006.
    Sheet Plus
    Version
    1.12.5
    released 12 hours ago by
    ljcoder
    favorite
    share
    Changelog

    1.12.5 (2025-06-30)

    Bug Fixes

    • import-export: Fix color export bug (4bf9416)
    View Details
  • 007.
    Personal Assistant
    Version
    1.5.3
    released 13 hours ago by
    edony
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 008.
    CSV Lite
    Version
    1.1.0
    released 19 hours ago by
    Jay Bridge
    favorite
    share
    Changelog

    1.1.0 Release: Row & Col Action Menu

    ✨ What's New

    Simply right-click on any cell to bring up the new context menu, giving you the power to:

    • Insert Columns: Instantly add new columns to the left or right.
    • Delete Columns: Remove an entire column with a single click.
    • Move Columns: Effortlessly shift columns left or right to rearrange your layout.
    • (Row Actions are supported too!): Perform the same insert, delete, and move actions on rows.

    image

    ✨ 新功能亮点
    只需在任意单元格上右键点击,即可激活全新的上下文菜单,轻松实现:

    • 插入列: 在当前位置的左侧或右侧快速添加新列。
    • 删除列: 一键删除整列数据。
    • 移动列: 方便地将整列向左或向右移动,调整数据布局。
    • (同样支持行操作) 对数据行进行插入、删除和移动。

    Closed #19 #29 #16

    Full Changelog: https://github.com/LIUBINfighter/csv-lite/compare/1.0.6…1.1.0

    View Details
  • 009.
    Extended Graph
    Version
    2.5.3
    released 19 hours ago by
    Kapirklaa
    favorite
    share
    Changelog

    New features

    • Add commands to enable/disable/reset the plugin from the commands palette.
    • Add a "Filter" section to exclude files and folders from the graph without excluding them from the app other features
    View Details
  • 010.
    Text Autocomplete
    Version
    1.0.2
    released a day ago by
    Christ Degni
    favorite
    share
    Changelog

    Overview

    This release contains a bug fix for Windows users and a bigger default dictionary!

    Notes

    • Suggestions dropdown would not disappear when the plugin was disabled if visible previously (Windows bug)
    • Added a Computer Science sub-dictionary of 300+ computer science related words to the default dictionary
    View Details
  • 011.
    Advanced Canvas
    Version
    5.3.0
    released a day ago by
    Developer-Mike
    favorite
    share
    Changelog

    Changes

    • Fixed native-like search not working (#242)
    • Fixed nodes with shapes have blurred text (#42)

    Full Changelog: https://github.com/Developer-Mike/obsidian-advanced-canvas/compare/5.2.0…5.3.0

    View Details
  • 012.
    Another Simple Todoist Sync
    Version
    0.5.9
    released a day ago by
    eudennis
    favorite
    share
    Changelog
    • Wrapped onLoad with onLayoutReady to improve startup time

    Full Changelog: https://github.com/eudennis/ultimate-todoist-sync-for-obsidian-experiment/compare/0.5.8…0.5.9

    View Details
  • 013.
    Open Plugin Settings
    Version
    1.3.5
    released a day ago by
    Mara-Li
    favorite
    share
    Changelog

    1.3.5 (2025-06-29)

    Bug Fixes

    • stupid girl that ship without removing logs (91ff67f)
    View Details
  • 014.
    Task Board
    Version
    1.5.2
    released a day ago by
    Atmanand Gauns
    favorite
    share
    Changelog

    Task Board 1.5.2

    Bug Fixes 🛠

    • Update the release notes link in the Re-scan vault modal. Fixed ✅
    • The selected universal date is getting overwritten with today date value. Fixed ✅
    • The keyboard flickers on phone devices whenever a new property is added through the Add or Edit task modal. Fixed ✅

    Full Changelog: https://github.com/tu2-atmanand/Task-Board/compare/1.5.1…1.5.2

    View Details
  • 015.
    Pending notes
    Version
    0.9.0
    released a day ago by
    Ulises Santana
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 016.
    Quartz Syncer
    Version
    1.8.5
    released a day ago by
    Emile Bangma
    favorite
    share
    Changelog
    • Added setting option to override the need for a publish flag in the note properties. #79
      • This option is disabled by default.
    • Added documentation for previously undocumented functions.
    • Updated documentation.
    View Details
  • 017.
    Custom Selected Word Count
    Version
    1.2.0
    released a day ago by
    banisterious
    favorite
    share
    Changelog

    Custom Selected Word Count v1.2.0 - Comprehensive Text Analysis

    New Features

    Character Counting

    • Three modes: all characters, no spaces, or letters only
    • Toggle visibility and individual copy functionality

    Sentence Counting

    • Smart detection with abbreviation handling (Mr., Dr., etc.)
    • Excludes decimal numbers, file extensions, and code blocks

    Modern UI Redesign

    • Card-based modal with professional monochrome styling
    • Individual count cards for words, characters, and sentences
    • Enhanced history with multi-metric tracking

    Key Points

    • Core word counting unchanged: All existing accuracy, exclusions, and settings preserved
    • Path exclusions apply to words only: Character and sentence counts analyze raw selected text
    • Backward compatible: Existing settings and history data fully supported

    Installation

    Recommended: Community Plugin Store

    1. Open Obsidian Settings > Community Plugins
    2. Browse and search for "Custom Selected Word Count"
    3. Install and enable the plugin

    Alternative: BRAT Plugin

    1. Install the https://github.com/TfTHacker/obsidian42-brat
    2. Use BRAT to install from this repository
    3. Enable the plugin in Community Plugins settings

    Manual Installation

    1. Download the release files
    2. Place in VaultFolder/.obsidian/plugins/custom-selected-word-count/
    3. Enable in Obsidian Settings > Community Plugins

    More Info

    View Details
  • 018.
    GridExplorer
    Version
    2.5.3
    released a day ago by
    Devon22
    favorite
    share
    Changelog
    • Added: Custom mode now supports sorting from both its own settings and the menu
    View Details
  • 019.
    YourPulse - Your Writing Activity Visualised
    Version
    1.23.2
    released a day ago by
    Jiri Sifalda
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 020.
    Simple Banner
    Version
    0.5.7
    released a day ago by
    Sandro Ducceschi
    favorite
    share
    Changelog

    Bugfix

    • The Fade effect was not shown correctly in Safari based instances (iOS/iPadOS). Added -webkit-* specific override.
    View Details
  • 021.
    Auto Folder Collapse
    Version
    1.2.3
    released a day ago by
    Dario Casciato
    favorite
    share
    Changelog

    Changelog

    • New optional Exclusive accordion mode (#9): expanding a folder collapses all other non-related folders. Toggle is off by default.
    View Details
  • 022.
    Simple Archiver
    Version
    v0.5.0
    released a day ago by
    Mike Farr
    favorite
    share
    Changelog

    What's Changed

    New Contributors

    Full Changelog: https://github.com/mfarr/obsidian-archive/compare/0.4.0…v0.5.0

    View Details
  • 023.
    Various Complements
    Version
    10.7.0
    released a day ago by
    tadashi-aikawa
    favorite
    share
    Changelog

    10.7.0 (2025-06-29)

    ✨ Features

    View Details
  • 024.
    Quiet Outline
    Version
    0.3.49
    released 2 days ago by
    the_tree
    favorite
    share
    Changelog

    fix: switching problem indroduced in 0.3.48 #242

    View Details
  • 025.
    Annotate Audio
    Version
    1.5.2
    released 2 days ago by
    VidE
    favorite
    share
    Changelog
    • lang(#15) - Added spanish (es) localization - whoszatarash
    • lang(#16) - Added brazilian brazilian portuguese (pt-br) localization - whoszatarash
    • feat (#14) - Converted time to LRC standard
    • fix (#14) - Reduced precision TO 2decimals, following LRC standard
    View Details
  • 026.
    Folder overview
    Version
    0.4.5
    released 2 days ago by
    Lost Paul
    favorite
    share
    Changelog
    • Fix for #14
    View Details
  • 027.
    Another Quick Switcher
    Version
    13.8.0
    released 2 days ago by
    tadashi-aikawa
    favorite
    share
    Changelog

    13.8.0 (2025-06-29)

    ✨ Features

    • grep: Add toggle input focus feature (#290) (0177ae7)
    View Details
  • 028.
    Infio Copilot
    Version
    0.6.18
    released 2 days ago by
    duanfuxiang0
    favorite
    share
    Changelog

    🐛 Bug Fixes

    • fix mermaid block style, add copy btn
    View Details
  • 029.
    Periodic PARA
    Version
    1.21.7
    released 2 days ago by
    YiBing Lin
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 030.
    Telegram Inbox
    Version
    1.7.0
    released 2 days ago by
    icealtria
    favorite
    share
    Changelog

    What's Changed

    • wait obsidian sync

    Full Changelog: https://github.com/icealtria/obsidian-telegram-inbox/compare/1.6.0…1.7.0

    View Details
  • 031.
    Note Reviewer
    Version
    2.0.1
    released 2 days ago by
    Travis Linkey
    favorite
    share
    Changelog

    Changes:

    • New tags format
    • Sort name column (ascending and descending)
    View Details
  • 032.
    Mermaid Popup
    Version
    0.2.64
    released 2 days ago by
    ChenPengyuan
    favorite
    share
    Changelog

    modify add classname of the container ot the target

    View Details
  • 033.
    Simple Colored Folder
    Version
    1.1.0
    released 2 days ago by
    Mara-Li
    favorite
    share
    Changelog

    1.1.0 (2025-06-28)

    Features

    • inject the data-path into .tree-item.nav-folder to avoid using :has selector. (34b57eb)
    View Details
  • 034.
    Block Link Plus
    Version
    1.5.3
    released 2 days ago by
    Jasper
    View Details
  • 035.
    Featured Image
    Version
    1.1.17
    released 2 days ago by
    Johan Sanneblad
    Changelog

    Fixes

    • Improved batch processing notifications from every 20 file processed, to every 5 seconds processing.
    • Renamed "Thumbnail download folder" in Settings to "Download folder"
    View Details
  • 036.
    Pixel Perfect Image
    Version
    1.0.13
    released 2 days ago by
    Johan Sanneblad
    favorite
    share
    Changelog

    New features

    • New setting: CMD/CTRL + click behavior. You can now choose between Open in new tab and Open in default program

    Improvements

    • If an image cannot be copied to clipboard due to the editor window not having focus (an Electron limitation) the plugin will now show you why this happens in the notification.
    View Details
  • 037.
    Callout menu
    Version
    1.2.1
    released 2 days ago by
    Anareaty
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 038.
    Wordflow Tracker
    Version
    1.4.3
    released 2 days ago by
    LeCheenaX
    favorite
    share
    Changelog

    Bug Fixed:

    1. The YAML recorder may unexpectedly add an empty line to the YAML.
    2. The empty comment may be ignored by the table parser, leading to the column after the comment be extracted instead.
    3. The noteThredhold not working when using command, ribbon button, or auto recording interval timed out.

    Feature:

    • Support core plugin "Templates" when creating periodic note. (fixes issue 5)
    • Reviewing changelogs when updates the plugin.

    Enhancements:

    • New Settings with preview feature and validation check!

    Rebuilt:

    • Settings page are rebuilt to preview user input at real time, and validate legal inputs.
    View Details
  • 039.
    Countdown To
    Version
    1.4.1
    released 2 days ago by
    Gui Cattani
    favorite
    share
    View Details
  • 040.
    Front Matter Timestamps
    Version
    1.5.3
    released 3 days ago by
    LighthouseDino
    favorite
    share
    Changelog

    Improve file creation event handling with proper type checking (#10 )

    View Details
  • 041.
    Notes Explorer
    Version
    2.6.2
    released 3 days ago by
    Atmanand Gauns
    favorite
    share
    Changelog

    Notes Explorer 2.6.2

    Bug fixes 🛠

    New Contributors

    Full Changelog: https://github.com/tu2-atmanand/obsidian-notes-explorer/compare/2.6.1…2.6.2

    View Details
  • 042.
    Terminal
    Version
    3.19.0
    released 3 days ago by
    polyipseity
    favorite
    share
    Changelog

    3.19.0

    Minor Changes

    • 2eb93aa: Add temporary profile to select profile modal.
    • 384c2d8: Add "Copy" to pane menu to copy the terminal tab.

    Patch Changes

    • e9bd36e: Update translation.json. (GH#49 by @cuberwu)
    • 99313ca: Fix broken section links in builtin documentation.
    View Details
  • 043.
    Outline Converter
    Version
    1.3.8
    released 3 days ago by
    masaki39
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 044.
    MemoChron
    Version
    1.5.0
    released 3 days ago by
    Michalis Efstratiadis
    favorite
    share
    Changelog

    Daily note functionality added

    A daily note, all-day event on the agenda view opens the daily note when clicked.

    • Customisable with colors.
    • Visual indicator on the calendar for when a daily note exists for that day.
    View Details
  • 045.
    Copilot
    Version
    2.9.1
    released 3 days ago by
    Logan Yang
    favorite
    share
    Changelog

    Copilot for Obsidian - Release v2.9.1

    One big change in this release is the migration of Copilot custom commands, they are now saved as notes, same as custom prompts. We are unifying both into one system. Now you can edit them in Copilot settings under the Commands tab, or directly in the note, to enable them in the right-click menu or via / slash commands in chat. Please let us know if you have any issues with this migration!

    Other Significant Improvements

    • OpenRouter Gemini 2.5 models added as builtin models, available in Projects mode as well! (Please click "Refresh Builtin Models" under the model table if you don't see them)
    • Every model is configurable with its own parameters such as temperature, max tokens, top P, frequency penalty. Global params are removed to avoid confusion.
    • Projects mode now has a new context UI! It's much easier to set and check the files under a project now!
    • Introduced a new Copilot command "Add Selection to Chat Context" that adds the selected text to the chat context menu in Copilot Chat. It's also available in the right-click menu. (If you are familiar with Cursor, you can also assign this command with cmd + shift + L shortcut)
    • Files such as PDFs and EPUBs that are converted to markdown in Projects mode are cached as markdown now, find them under <vault>/.copilot/file-content-cache/. (Moving them out into the vault makes them indexable by Copilot, but keep in mind it may blow up your index size!)
    • Slash command / can be triggered anywhere in the chat input now (used to only trigger when input is empty), even mid-text!
    • Various bug fixes.

    PRs

    • #1584 Enable model params for copilot-plus-flash @logancyang
    • #1580 Update max token default description in setting page @wenzhengjiang
    • #1576 Add support for selected text context in chat component @logancyang
    • #1575 Implement slash command detection and replacement in ChatInput @logancyang
    • #1572 Update file cache to use markdown instead of json @logancyang
    • #1571 Update ChatModels and add new OpenRouter models @logancyang
    • #1570 Update dependencies and enhance project context modal @logancyang
    • #1566 Enhance abort signal in chains @logancyang
    • #1562 Support editing all parameters individually for each model @Emt-lin
    • #1551 Support project context preview @Emt-lin
    • #1549 Merge custom command with custom prompts @zeroliu
    • #1581 Composer: fix compose block for empty note @wenzhengjiang
    • #1568 Fix word completion triggers @logancyang
    • #1560 Remove think tag for insert into note @logancyang
    • #1552 Fix: Custom model verification, api key errors @Emt-lin

    Troubleshoot

    • v2.9.1 has a custom commands migration, please find those custom commands that failed the migration in your under an "unsupported" subfolder in your custom prompt folder. Please review the reason it failed and update properly to keep them supported.
    • If you find models missing in any model table or dropdown, go to Copilot settings -> Models tab, find "Refresh Built-in Models" and click it. If it doesn't help, please report back!
    • For @Believer and @poweruser who are on a preview version, please backup your current <vault>/.obsidian/plugins/copilot/data.json, reinstall the plugin and copy the data.json back to safely migrate to this update
    View Details
  • 046.
    Khoj
    Version
    1.42.7
    released 3 days ago by
    Debanjum Singh Solanky
    favorite
    share
    Changelog

    🧪 Improve

    • Improve support for new Deepseek R1 model (0528) in 29e5d7ef0
    • Ease bulk (de-)selecting of files to add/remove to agent knowledge base in 1566e3c74
    • Improve image generation success in ca9109455, 4448ab665

    🛠️ Fix

    New Contributors

    Full Changelog: https://github.com/khoj-ai/khoj/compare/1.42.6…1.42.7

    View Details
  • 047.
    Folder Links
    Version
    1.2.1
    released 3 days ago by
    Stefan Rausch
    Changelog
    • fix a bug on outgoingLink dom update not running initially
    View Details
  • 048.
    Harper
    Version
    0.46.0
    released 3 days ago by
    Elijah Potter
    favorite
    share
    Changelog

    See main release notes here.

    View Details
  • 049.
    Strapi Exporter AI
    Version
    3.0.123
    released 3 days ago by
    Cinquin Andy
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 050.
    ChatGPT MD
    Version
    2.5.0
    released 3 days ago by
    Bram Adams
    favorite
    share
    Changelog

    🚀 ChatGPT MD v2.5.0 - Anthropic Claude Integration

    ChatGPT MD v2.5.0 introduces support for Anthropic's Claude models alongside several improvements to build performance and code quality.

    ✨ New Features

    🎯 Anthropic Claude Support

    • 🧠 Multiple Claude Models: Access Claude's reasoning capabilities directly in Obsidian
    • 🔄 Provider Switching: Choose between OpenAI and Anthropic providers as needed
    • 🎨 Consistent Interface: Same familiar experience across all AI providers

    🛠️ Improvements

    ✅ Code Quality

    • 🔍 ESLint Integration: Comprehensive linting for consistent code quality
    • 🏗️ Architecture Updates: Improved CommandRegistry and ServiceLocator for better extensibility
    • 🐛 Bug Fixes: Various stability improvements and edge case handling

    🔧 Technical Updates

    • 📦 Dependency Updates: Refreshed core dependencies for security and performance
    • 🏛️ Service Architecture: Refactored to cleanly support multiple AI providers
    • 📋 Model Consistency: Streamlined model handling across different providers
    • 🧪 Enhanced Testing: Improved test coverage and reliability

    📥 Installation

    • New Users: Install from Obsidian Community Plugins
    • Existing Users: Update through plugin settings (configurations preserved)

    🙏 Contributors

    Thanks to the contributors and community feedback, especially PR #165 for Claude integration.


    Version 2.5.0 gives you access to both OpenAI and Anthropic models within your Obsidian workflow.

    Full Changelog: https://github.com/bramses/chatgpt-md/compare/2.4.5…2.5.0

    View Details
  • 051.
    URI Converter
    Version
    0.5.0
    released 3 days ago by
    wenlzhang
    favorite
    share
    Changelog
    • Allow hiding display text
    View Details
  • 052.
    Enhanced Copy
    Version
    1.0.1
    released 3 days ago by
    Mara-Li
    favorite
    share
    Changelog

    Changelog

    All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

    1.0.1 (2025-06-27)

    Bug Fixes

    • should apply to profil when using the override native copy (45a8cef)
    View Details
  • 053.
    Todoist Context Bridge
    Version
    0.11.2
    released 3 days ago by
    wenlzhang
    favorite
    share
    Changelog
    • Fix Todoist link indentation in callouts and quotes
    View Details
  • 054.
    Bookshelf
    Version
    0.16.1
    released 4 days ago by
    Philip Weinke
    favorite
    share
    Changelog

    Fixed

    • Prevent reading section from being added multiple times (#35)
      This happened when a note's metadata wasn't yet available when adding reading progress. Bookshelf now waits for it to become available.
    View Details
  • 055.
    Note to MP
    Version
    1.2.1
    released 4 days ago by
    Sun Booshi
    favorite
    share
    Changelog

    更新内容如下:

    • 修复Mermaid渲染失败的问题;
    • 修复Excalidraw渲染失败的问题;
    • 修复嵌入笔记会渲染笔记属性的问题;
    • 新增Excalidraw可渲染为PNG或者SVG;
    View Details
  • 056.
    Banyan
    Version
    1.2.12
    released 4 days ago by
    ratiger
    favorite
    share
    Changelog

    Fixes:

    • Sidebar - Filter Scheme: Dragging styles can now reset correctly when the drag operation ends.
    • Sidebar - Heatmap: Highlight colors are now correctly set to the accent color when no custom theme color is specified.
    • Header - Add Note: The button icon is now visible as intended.
    • Header - Add Note: The title area is now correctly hidden as expected.
    • Tag Input Widget: The strange border style that appeared on focus has been removed.

    Optimizations:

    • Sidebar - Filter Scheme: The default item all notes can now have sub-schemes.
    • Search: Keywords can now ignore markdown syntax within sentences, improving search accuracy.
    • Random Review: The randomness algorithm has been improved for better variety.
    • i18n: Several hardcoded texts have been replaced with internationalized strings. More English strings are now supported.
    • Card Note: The copied link now contains only the file path, with no placeholder string included.
    • Settings: Updating settings now triggers a UI update immediately.
    • README: Updated the description for clarity and accuracy.
    View Details
  • 057.
    Scribe
    Version
    2.0.4
    released 4 days ago by
    Mike Alicea
    favorite
    share
    Changelog

    Scribe 2.0.4 Enables the user to disable "created_by" in the frontmatter

    Thank you for the feature request!
    #35

    What's Changed

    • Adds an additional setting to toggle "Link to Scribe in "created_by" frontmatter"

    image

    What's Changed

    Full Changelog: https://github.com/Mikodin/obsidian-scribe/compare/2.0.3…2.0.4

    View Details
  • 058.
    Definition List
    Version
    0.2.5
    released 4 days ago by
    shammond42
    favorite
    share
    Changelog

    This release does the following:

    • Fixes a bug that conflicts with the dataview plugin
    • Fixes a documentation bug
    • Adds ZH language docs
    • Adds a test vault to help with future development
    View Details
  • 059.
    Auto Bullet
    Version
    1.1.0
    released 4 days ago by
    takitsuba
    favorite
    share
    Changelog

    New Features

    • Add support for numbered list cursor positioning with Home key/Ctrl+A
    • Cursor now moves to position after number and dot (e.g., '1. |')
    • Support for indented numbered lists with proper whitespace handling

    Improvements

    • Add comprehensive test coverage for numbered list functionality
    • All 13 tests pass including existing auto-bullet features
    View Details
  • 060.
    Meld Encrypt
    Version
    2.4.3
    released 4 days ago by
    meld-cp
    favorite
    share
    Changelog

    What's Changed

    • Fixed too many view actions being created, #207
    • Updated libs

    Full Changelog: https://github.com/meld-cp/obsidian-encrypt/compare/2.4.2…2.4.3

    View Details
  • 061.
    Interlinear Glossing
    Version
    2.0.0
    released 4 days ago by
    Mijyuoon
    favorite
    share
    Changelog

    Full rewrite. Added support for default gloss settings.

    View Details
  • 062.
    Todo.txt Mode
    Version
    1.0.2
    released 4 days ago by
    rioskit
    favorite
    share
    Changelog

    What's Changed

    • #7 Add syntax highlighting for completion and creation dates

    Full Changelog: https://github.com/rioskit/obsidian-todo-txt-mode/compare/1.0.1…1.0.2

    View Details
  • 063.
    NeuroVox
    Version
    1.0.0
    released 4 days ago by
    Synaptic Labs
    favorite
    share
    Changelog
    • added Deepgram as a transcription provider
    • optimized for mobile by chunking transcription to reduce crashing
    • updated groq models
    View Details
  • 064.
    Settings profiles
    Version
    0.7.0
    released 5 days ago by
    4Source
    favorite
    share
    View Details
  • 065.
    Markmind
    Version
    3.2.0
    released 5 days ago by
    Mark
    favorite
    share
    Changelog
    1. add a layout left horizontol time layout
    2. Optimize [[ ]] syntax display
    3. fix #973

    Rich mode Support outline,you can see v3.1.3

    If you have purchased the activation code of v2 version before, you only need to make up the difference of $4 to upgrade the v3 version, and the difference will be automatically calculated for you when you buy it again.

    The independent version of Markmind 0.1.4 has also been updated. Download

    Buy a active code


    1. 增加一个 左侧时间线横向布局
    2. 优化节点 [[]] 语法提示
    3. 对电脑触控板事件做了一定的支持,可以模拟手机拖动

    Rich 模式已经支持了大纲,具体可以查看 v3.1.3

    如果您已经购买了v2 版本的激活码,只需补差价 35 元即可升级到 v3 版本。

    另外独立版本 Markmind 0.1.4 版本也更新了,下载

    购买一个激活码


    另外 微信群和 QQ 群已经加满,大家可以加入 QQ 频道

    QQ 频道(推荐加入频道)

    或者 QQ 群 3


    https://github.com/user-attachments/assets/bab4d37c-2231-434e-a22e-a5e347f1ebb7

    View Details
  • 066.
    Pixel Banner
    Version
    3.5.6
    released 5 days ago by
    Justin Parker
    favorite
    share
    Changelog

    🎉 What's New

    v3.5.6 - 2025-06-26

    ✨ Added

    • New image property format setting allows for specifying banner image format as [[image]] or ![[image]]
    • Introduced pinnedImageFilename setting for default filename when pinning 3rd party API images

    v3.5.5 - 2025-05-30

    ✨ Added

    • New AI Image Model, FLUX Kontext (pro), allows for uploading images and editing them via text prompts
      • example: type in a prompt "Make this a Studio Ghible cartoon", select the "FLUX Kontext" model, upload an image, then click Generate

    v3.5.4 - 2025-05-27

    🐛 Fixed

    • Resolve issue with not evaluating all defined custom field names for "banner" frontmatter
    • Revert aggressive css change impacting the background color of some theme variations and plugins

    v3.5.3

    ✨ Added

    • New Icon Image Size Multiplier control:
      allows for changing the icon image size relative to the Banner Icon elements size (perfect to when you want the image to be larger or smaller than any accompanying icon text)
    • New Icon Text Vertical Offset control:
      allows for adjusting the vertical offset of the Icon Text relative to the Icon Image if set (perfect for fine-tuning center alignment of text)

    📦 Updated

    • Updated some labels on the "Position, Size & Style" modal for clarity

    image

    v3.5.2

    🐛 Fixed

    • Updated styles to remove overflow on images for mobile devices
    • Resolved issue with icon image selection modal not using the correct extension for non-svg images

    v3.5.1

    ✨ Added

    • Added Command Palette command for selecting a Banner Icon Image

    v3.5.0

    ✨ Added

    • New Banner Icon Rotation option to rotate the banner icon from 0 to 360 degrees
    • New Icon Image support to allow banner icons to contain both text/emojis and an image
    • Banner Icon Image sources include FREE downloadable icon collections
    • Banner Icon Image alignment options include
    • New Border Radius slider control available in the Position, Size & Style Modal
    • Four new AI Models to choose from when generating an image for a banner

    📦 Updated

    • Updated Token currency to allow for fractional tokens (e.g. 0.5 tokens) for better pricing where applicable
    • Embedded notes now respect custom frontmatter settings (border radius, banner height, etc.)
    • Any system action that sets the frontmatter value for a Banner or Icon Image now uses ![[image]] format vs [[image]]

    🐛 Fixed

    • Resolved issue with content being pushed down when banner was present in embedded notes
    • Resolved issue with max-width slider being disabled even when a custom max-width was set in frontmatter
    • Addressed background color preventing banner from showing in reading mode for some themes

    v3.5.0

    YouTube Video


    Please consider sending me a tip to support my work 😀

    🍵 tip me here

    ⇢ 💻 Visit eQuill Labs
    ⇢ 💬 Join the Discord

    View Details
  • 067.
    Repeat
    Version
    1.10.0
    released 5 days ago by
    Andre Perunicic
    favorite
    share
    Changelog

    Add the ability to repeat notes on certain days of the week each week. For example:

    repeat: every tuesday and friday
    View Details
  • 068.
    Click Unsupported Files
    Version
    0.5.6
    released 5 days ago by
    Albert O'Shea
    favorite
    share
    Changelog
    • Use number timeout instead of Node
    • Deferred view correction
    • Update README
    View Details
  • 069.
    Canvas Mindmap Helper
    Version
    0.2.0
    released 5 days ago by
    Tim Smart
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 070.
    Task Collector (TC)
    Version
    1.1.10
    released 5 days ago by
    ebullient
    favorite
    share
    Changelog

    1.1.10

    26 June 2025

    Fixes:

    • 🐛 Support + for unlinked lists; Resolves #657

    Commits:

    View Details
  • 071.
    Pure Chat LLM
    Version
    1.2.12
    released 5 days ago by
    Justice Vellacott
    favorite
    share
    Changelog

    Enhance chat functionality with status updates and refine system prompt

    Full Changelog: https://github.com/TheJusticeMan/pure-chat-llm/compare/1.2.11…1.2.12

    View Details
  • 072.
    Macros
    Version
    2.0.10
    released 5 days ago by
    James Clifford Spratt
    favorite
    share
    Changelog

    Updated add/edit meal template with better ui and search features

    View Details
  • 073.
    Avatar
    Version
    1.1.0
    released 5 days ago by
    froehlichA
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 074.
    Note Toolbar
    Version
    1.24.08
    released 5 days ago by
    Chris Gurney
    favorite
    share
    Changelog

    Don't miss all the new features in v1.24.

    Improvements 🚀

    • Gallery: All items that use editor:* commands added from the Gallery from now on will check availability by default (e.g., the Bold item is not displayed in Reading mode).
      • Any items that have already been added to toolbars from the Gallery are not affected; use the command item's advanced setting to use this behavior.
    • Updated Chinese localization by @Moyf in https://github.com/chrisgurney/obsidian-note-toolbar/pull/356

    Fixes

    • The active toolbar was not updating when the notetoolbar property changed; this is now fixed.
    • Command items that do not exist, or are not available, are now no longer shown in menus, including the floating button.
    • When hovering over items in menus the hover color is now explicitly set, to fix case where it was not showing on tablets with pointer devices. #233 Thanks @MatejCharbusky
    • Settings: The toolbar settings modal title is now updated when the toolbar's name is changed.

    Full Changelog: https://github.com/chrisgurney/obsidian-note-toolbar/compare/1.24.05…1.24.08

    View Details
  • 075.
    Nested tags graph
    Version
    1.0.4
    released 5 days ago by
    drpilman
    favorite
    share
    View Details
  • 076.
    Regex Line Filter
    Version
    0.1.2
    released 5 days ago by
    64MM4-KN1F3
    favorite
    share
    Changelog
    • Added hot-key assignable custom filters
    • Added leaf-node (indent) inclusion as a config default. This can be disabled in plugin settings
    • Updated plugin settings for readability
    View Details
  • 077.
    Themed Discord RPC
    Version
    1.1.0
    released 5 days ago by
    Mouadhbendjedidi
    favorite
    share
    Changelog

    What's Changed

    New Themes:

    • default icon (new)
    • default icon (old)
      and of course with the 2 modes (light/dark mode)!

    Full Changelog: https://github.com/Mouadhbendjedidi/themed-obsidian-discord-rpc/compare/1.0.2…1.1.0

    View Details
  • 078.
    Lemons Search
    Version
    0.3.1
    released 6 days ago by
    Moritz Jung
    Changelog
    No Changelog was added
    View Details
  • 079.
    Sync Vault CE
    Version
    0.6.5
    released 6 days ago by
    Camus Qiu
    favorite
    share
    Changelog

    support Jianguoyun & InfiniCloud

    View Details
  • 080.
    Proletarian Wizard Task Manager
    Version
    1.8.1
    released 6 days ago by
    Charles Feval
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 081.
    Checkbox Sort
    Version
    0.1.3
    released 6 days ago by
    mattang687
    favorite
    share
    Changelog
    • Merged fix from @kiber-io for newline edge case - PR
    • Formatted code
    View Details
  • 082.
    Gistr
    Version
    1.7.1
    released 6 days ago by
    Aetherinox
    favorite
    share
    Changelog

    Release Info (811b940f-948a-5ef7-ad5e-abc10d80fffa)

    Item Value
    SHA256 24be3686bccb0d45ec439021c68cdec0be45418cb18a60d5b4644db15dbdd03a 🔺 gistr-1.7.1.zip
    GUID 0a7f5dc4-b2fa-5064-9e54-f6e17fd14273
    UUID 811b940f-948a-5ef7-ad5e-abc10d80fffa
    Stamp 1.7.0-2024-07-15T00:14:11.000Z 🔺 1.7.1-2025-06-25T02:37:42.000Z
    Last Release 345 days ago




    What's New

    This release contains the following changes:

    • pref: embedded gists should now load at least 40% faster after to optimizations implemented
    • build(deps-dev): bump @aetherinox/noxenv from 1.0.0 to 1.1.1
    • build(deps-dev): bump electron from 31.1.0 to 37.0.0
    • build(deps): bump @octokit/rest from 20.1.0 to 22.0.0
    • build(deps): bump colortranslator from 4.1.0 to 5.0.0
    • build(deps): bump semver from 7.6.0 to 7.7.2
    • build(deps-dev): bump obsidian from 1.0.0 to 1.8.7
    • build(deps): bump yaml from 2.4.5 to 2.8.0
    • build(deps-dev): bump rollup-plugin-license from 3.3.1 to 3.6.0
    • fix: issue with opengist background color being set on dark theme; css class changed
    • fix: linter unable to load full path to project files
    • fix: Parameter 'leaf' implicitly has an 'any'
    • fix: some opengist examples in the demo vault no longer working, re-add gists to demo site
    • fix: update opengist official url to https://demo.opengist.io




    Statistics

    How the files have changed:

    • Changed files : 60
    • Changes : 12276
    • Commits : 84
    • Additions : 8861
    • Deletions : 3415
    • PRs (categorized) : 76
    • PRs (uncategorized) : 8
    • PRs (open) : 0




    Pull Requests

    This release is associated with the following pull requests:


    🪛 Continuous integration

    • update docs workflow : 8f96454e4e44499fbcad0bb84247987b5e328948 @aetherinox
    • use .yml instead of .yaml : 438740c024384c71a04e56a983208fb1b0a4180e @aetherinox
    • update workflow : e6e2c6d5c6c8969f86aaa3d77e2d2112fcce4c04 @aetherinox
    • update docs build workflow trigger : e87255c12ec5e1f5427a7d95427d649574d4562b @aetherinox
    • docs build only when changes pushed to docs/ folder : d3b5497bb9988679f36729194db39f10dfcfeaa5 @aetherinox


    🐛 Bugfixes

    • opengist dark theme background class change : 067c5e03818897d963590b3b2cf5cb63cb9b52fd @aetherinox
    • update opengist official url to https://demo.opengist.io : 297cf31076043ce00e47f0defe902c6fec940b36 @aetherinox
    • Parameter 'leaf' implicitly has an 'any' : d50a2d1bc6987c32dfa9786da0866abac919eea8 @aetherinox
    • linter unable to load full path to project files : 7d98d5cabdf056a6e3a58e6e31dcd3e2383358df @aetherinox


    🧹 Housekeeping

    • fix code for ColorPicker : 2c03141bc87c7bfbce5d81e33d44484e2543f48b @aetherinox


    📦 Build & Dependencies

    • (deps) bump uuid and @types/uuid : f3bddc8e9f688f7a4d3efde2ddbb02db0b52170e @dependabot[bot]
    • (deps) bump mikepenz/release-changelog-builder-action from 4 to 5 : c078f7b0deb44fe2c0fd775e800e234634485eb1 @aetherinox
    • (deps) bump tj-actions/changed-files from 45 to 46 : 4f1ec19167ddfd3d303b9acff96ff4eb71702dc6 @dependabot[bot]
    • (deps) bump dawidd6/action-send-mail from 4 to 5 : 75ece33f3476c1d2880a5368eeaf8f12b3843909 @dependabot[bot]
    • (deps) bump dawidd6/action-send-mail from 5 to 6 : d237cd64b399b692ecd5d7cb0d751464c721b043 @dependabot[bot]
    • (deps) bump stefanzweifel/git-auto-commit-action from 5 to 6 : be252e558188e195eada5806cb4d695a690b0194 @dependabot[bot]
    • (deps-dev) bump @aetherinox/noxenv from 1.0.0 to 1.1.1 : 49b12248c5e6279ed6a21047effc3753604da4a2 @aetherinox
    • (deps-dev) bump electron from 31.1.0 to 37.0.0 : 15be65a152cd9f61b081d134a046c20996546a5b @aetherinox
    • (deps) bump @octokit/rest from 20.1.0 to 22.0.0 : a04396047c29a31127bfa9129862fb848ce3b75b @aetherinox
    • (deps) bump colortranslator from 4.1.0 to 5.0.0 : 53d6fcfa5a2519d25b916fd24a18ca5dbd0ac59c @aetherinox
    • (deps) bump semver from 7.6.0 to 7.7.2 : b62321b1d055116d2a08f31bc0f1798d488b8ce3 @aetherinox
    • (deps-dev) bump obsidian from 1.0.0 to 1.8.7 : 9e36ae4fd79297a4f495db00322821eea6a0e00d @aetherinox
    • (deps) bump yaml from 2.4.5 to 2.8.0 : 4fa667bd398a31508f7a540d88ed3bfe4f38eb43 @aetherinox
    • (deps-dev) bump rollup-plugin-license from 3.3.1 to 3.6.0 : 0f8e5d094a2fa490e022bdc6668004d5b96af085 @aetherinox
    • bump gistr to v1.7.1 : 866078b37adf06916e95c38905f9aa97878a9000 @aetherinox
    • (deps-dev) update rollup dependencies : 884d52bae518761614b23dbc52e62fcd35aa3949 @aetherinox
    • update optionalDependencies : 4579feeba1c7d6fc9606e341eb7b00cff4cca087 @aetherinox


    ✏️ Docs

    • update build link in README : de7fa3ec37fcbb93e34406cb49591824fa755d08 @aetherinox
    • update 'raw-mode' : ceb63adfe9980918b55537780ae794ce8137de02 @aetherinox
    • update save_and_sync.md : fca6fcfa3662c62aa1c457b666a9ec26f2a6bead @aetherinox
    • update light and dark themes : 0c1b61d7b4598b6aba95431cba47c8dd62292f36 @aetherinox
    • change dark theme name : c36b5beab8160a6e419d275313ca8f8935303807 @aetherinox
    • update theme, shortcodes : d3f7a6e0c6424ebb884bfb87ee9484c6e19b19b5 @aetherinox
    • update shortcodes.py : cdc879a9a033aa9c8457704c361505d68fe3f8ac @aetherinox
    • fix material/tags id : 3c6d0b2e6bf7765c3401c8050a7a2f6f4ce9036a @aetherinox
    • update README : 739b19d02fb51e5d936cd76bcd8cd59bfeb80ef5 @aetherinox


    🧪 Tests & Demo Vault

    • update opengist examples : 79e1e61aec18da6f37618d448ea978f2246bf21a @aetherinox
    • update plugins : a0f319005ff7c82489ccec1b1c1e0ba3c5b54f89 @aetherinox




    View Details
  • 083.
    Open Tab Settings
    Version
    1.2.2
    released 6 days ago by
    jesse-r-s-hines
    favorite
    share
    Changelog
    • Fix incompatibility with Another Quick Switcher plugin
    View Details
  • 084.
    Rapid Notes
    Version
    1.2.6
    released 6 days ago by
    valteriomon
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 085.
    QuickAdd
    Version
    1.17.0
    released 6 days ago by
    Christian B. B. Houmann
    favorite
    share
    Changelog

    1.17.0 (2025-06-24)

    ­🔍 Search Improvements

    The new suggester needed refinement, and thanks to your feedback in issues #838 and #839, we've made it better.

    What's New

    Exact matches now always appear first. Type "TODO" and your TODO file shows up at the top, exactly where you'd expect it.

    Your detailed bug reports help us build the search experience you deserve. We're committed to making QuickAdd amazing, so please keep the feedback coming - every issue report makes the plugin better for everyone.

    Thank you for your continued testing and patience as we refine these features together.

    If you're wondering how to best use the improved suggester system, please read the docs here.


    Full Changelog: https://github.com/chhoumann/quickadd/compare/1.16.0…1.17.0

    Report Issues: https://github.com/chhoumann/quickadd/issues

    View Details
  • 086.
    Media Viewer
    Version
    1.9.10
    released 6 days ago by
    Devon22
    favorite
    share
    Changelog
    • Added: Ability to determine if a note link is broken.
    View Details
  • 087.
    Virtual Footer
    Version
    1.0.12
    released 6 days ago by
    Signynt
    Changelog
    • Prevented virtual content in the sidebar from disappearing when no note is selected, while the Refresh on focus change option is enabled (#15)
    • Fixed plugin icon not showing in the ribbon menu (#16)
    View Details
  • 088.
    Move Files
    Version
    1.1.0
    released 6 days ago by
    Nitish Khurana
    favorite
    share
    Changelog
    View Details
  • 089.
    SystemSculpt AI
    Version
    1.3.1
    released 6 days ago by
    SystemSculpt.com
    favorite
    share
    Changelog

    TL;DR

    Removed outdated token counting overhead, supercharged vault search with intelligent scoring, and added powerful storage analysis tools.


    ✨ What's New

    • Intelligent Search That Actually Gets You
      Find what you need faster with our new relevance scoring system. The AI now understands context better — searching for "daily notes" will prioritize files with both words together, not just random mentions of "daily" or "notes" scattered across your vault.

    • Vault Storage Analyzer
      Curious where all your disk space went? The new storage analysis tool helps you understand your vault's footprint — find large files, see storage by file type, or analyze growth over time. Perfect for spring cleaning your knowledge base.

    🛠 Improvements

    • Lightning-Fast Search Results
      Completely rebuilt the search engine from the ground up. No more waiting for results — search happens instantly as you type, with the most relevant files always appearing first.

      • Smart keyword variations (searches for "myNote", "my-note", and "my_note" automatically)
      • Intelligent path scoring (boosts files in relevant folders, deprioritizes archives)
      • Clear relevance explanations showing why each result matched
    • Cleaner, Faster Plugin
      Removed the legacy token counting system that was slowing things down. The plugin now uses a more efficient character-based approach that's both faster and more accurate.

      • Eliminated unnecessary dependencies for smaller plugin size
      • Improved startup performance by removing blocking operations
      • Better memory management for large vaults
    • Smarter Provider Management
      Custom AI providers that fail repeatedly now auto-disable after 3 failures, preventing endless error loops. You'll get a clear notification when this happens so you can fix the issue.

    🐛 Key Fixes

    • Search Actually Works Now
      Fixed multiple issues where search would return empty results or freeze Obsidian. The new singleton pattern ensures only one search engine runs at a time.

    • Embeddings Detection Fixed
      The plugin now correctly detects when embeddings are available, fixing the "No embeddings found" error that some users were experiencing.

    • No More Startup Freezes
      Eliminated several blocking operations that could cause Obsidian to freeze on startup, especially for larger vaults.

    🔒 Safety First

    • Better API URL Handling
      Enhanced development mode support with automatic URL validation and correction. The plugin now intelligently switches between development and production servers based on your environment.

    • Improved Error Recovery
      Added comprehensive error handling throughout the search system with proper cleanup on plugin unload.

    — Mike

    View Details
  • 090.
    PDF2Image
    Version
    1.2.8
    released 6 days ago by
    RasmusAChr
    favorite
    share
    Changelog

    PDF2Image v1.2.8 – Release Notes

    New Features

    • Image Separator Options: Added a flexible setting to insert separators between images, with options for no separation, empty line, separator line, or both. Includes additional control to add separators above the first image and below the last one.
    • Remove Duplicate Headers: Introduced an option to automatically remove duplicate headers detected across consecutive PDF pages.
    • Image Quality Selector: Users can now select image quality directly from the PDF import modal.

    Improvements

    • UI Enhancements: Improved the PDF selector modal with a custom file selection button, clearer file name display, and a dropdown for image quality selection.
    • Settings Layout: Rearranged plugin settings to improve clarity. Image separator settings now appear above the "Enable headers" option.

    Bug Fixes

    • File Name Handling: Fixed an issue where PDFs with a # character in the filename could not be loaded.
    View Details
  • 091.
    Mermaid Tools
    Version
    1.2.2
    released 6 days ago by
    dartungar
    favorite
    share
    Changelog

    🐞 Fixed cursor position not being placed correctly after inserting an element by https://github.com/EnidanBri

    View Details
  • 092.
    Task Genius
    Version
    9.0.6
    released 7 days ago by
    Boninall
    favorite
    share
    Changelog
    • feat: support default tree/list mode settings for views
    • feat: blacklist/whitelist for files
    • fix: Project Tag Prefix not working as intended #316
    • fix: Project Detection issues #314
    • fix: should not parse hash url or rgb color string as tag.
    • chore: change Task Status to Checkbox Status. @jsmorabito
    View Details
  • 093.
    Unearthed (Kindle Sync)
    Version
    1.5.4
    released 7 days ago by
    CheersCal
    favorite
    share
    Changelog

    Increased connection timeout.

    View Details
  • 094.
    AI Providers
    Version
    1.4.0
    released 7 days ago by
    Pavel Frankov
    favorite
    share
    Changelog
    • Fixed electronFetch, which was broken in the previous build. Closes #10.
    • Added universal caching for embeddings — just call embed, and it will cache the content key and the returned value for each provider and model. In other words, it caches every content/embedding pair globally across all plugins.
    View Details
  • 095.
    Gyazo Viewer
    Version
    1.0.4
    released 7 days ago by
    Helpfeel Inc.
    favorite
    share
    View Details
  • 096.
    Interactive Ratings
    Version
    1.0.7
    released 7 days ago by
    peritus
    favorite
    share
    Changelog

    Changes

    • Better theme support: Allow individual styling of empty symbols (#6)
    View Details
  • 097.
    Hash Pasted Image
    Version
    1.2.1
    released 7 days ago by
    Minh Vương
    favorite
    share
    View Details
  • 098.
    LinkShelf
    Version
    0.7.0
    released 7 days ago by
    Joel Sequeira
    favorite
    share
    Changelog
    • Adds support for tags (8d9ca3eb3e4aa3beb64fe9c12f9dfe0f2578279e)

    Full Changelog: https://github.com/joelseq/obsidian-linkstowr/compare/0.6.0…0.7.0

    View Details
  • 099.
    Meal Plan
    Version
    1.0.2
    released 7 days ago by
    Tyler Mayoff
    favorite
    share
    Changelog

    1.0.2 (2025-06-24)

    Bug Fixes

    • Fixed failures parsing some websites (#300) (6031333)
    View Details
  • 100.
    TOC compatible with Publish
    Version
    2.3.0
    released 7 days ago by
    Brian Collery
    favorite
    share
    Changelog

    No longer puts headings in callouts or quotes into the table of contents.

    View Details
  • 101.
    Tasks
    Version
    7.20.0
    released 7 days ago by
    Clare Macrae and Ilyas Landikov (created by Martin Schenck)
    favorite
    share
    Changelog

    What's Changed

    🌟 Most Notable

    Please run the Reload app without saving command or quit and restart Obsidian after updating the plugin. Thank you.

    Here are the most notable user-visible changes.

    🌟 Features

    Presets facility (fixes #2443 and #2267)

    • Presets allow you to save commonly used task query instructions and reuse them across multiple queries.
    • Instead of repeatedly typing the same complex filters and sorting options, you can define them once in settings and reference them by name.
    • For example, this is useful for daily notes with standard task queries, where you can now change search criteria in one place and have all your task views update automatically.

    Written by @claremacrae and @ilandikov.
    See the user documentation.

    Major performance boost

    Review and check your Statuses

    Obsidian 1.9.x (Insiders) Users


    settings-default-presets
    Screenshot of Default Presets


    💪 Fixes

    🌍 Translations

    📖 Documentation

    🛠️ Behind the scenes

    Some of the significant volume of work required to create the Presets feature (originally called Includes):

    Other changes:

    New Contributors

    Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):

    🙏 Support Tasks development

    View Details
  • 102.
    Perplexity Converter
    Version
    1.0.6
    released 7 days ago by
    Henrik Seidel
    favorite
    share
    Changelog

    Added an option to automatically preselect all text on iOS and iPadOS when the user has not made a previous selection, as selecting long notes on these platforms can be cumbersome.

    A new setting has been introduced to enable or disable this feature.

    Full Changelog: https://github.com/heseber/perplexity-converter/compare/1.0.5…1.0.6

    View Details
  • 103.
    TickTickSync
    Version
    1.1.8
    released 7 days ago by
    thesamim
    favorite
    share
    Changelog

    Add Configure Task Links to settings.
    closes #251

    What's Changed

    Full Changelog: https://github.com/thesamim/TickTickSync/compare/1.1.7…1.1.8

    View Details
  • 104.
    Proofreader
    Version
    1.3.1
    released 7 days ago by
    pseudometa (aka Chris Grieser)
    favorite
    share
    Changelog

    🛠️ Fixes

    • fix: guard against concurrent proofreading requests
    View Details
  • 105.
    LaTeX Math
    Version
    1.1.1
    released 7 days ago by
    Zarstensen
    favorite
    share
    Changelog

    Release 1.1.1

    Usage

    See README for usage.

    What's Changed

    • Execute permissions are now set on extracted binaries (fix #105 ) in #107

    Full Changelog: https://github.com/zarstensen/obsidian-latex-math/compare/1.1.0…1.1.1

    View Details
  • 106.
    LLM docs
    Version
    1.1.0
    released 7 days ago by
    Shane Lamb
    favorite
    share
    View Details
  • 107.
    Callout Copy Buttons
    Version
    1.0.2
    released 8 days ago by
    Aly Thobani
    favorite
    share
    Changelog

    Fixes to "Copy (plain text)" behavior for folded callouts

    • Adds ability for "Copy (plain text)" to work even if the callout is folded, instead of copying an empty string
    • Adds a guardrail to avoid copying an empty string if the callout is empty or something else goes wrong
    View Details
  • 108.
    Daily Task Auto Generator
    Version
    1.0.2
    released 8 days ago by
    maigamo
    favorite
    share
    Changelog

    New function

    English

    • 🗓️ New: Monthly/Daily Plan Generation: Supports generation of both daily tasks and monthly plans for flexible scheduling
    • 👁 New: Template Preview Feature: Preview the content of your template before generation to ensure accuracy
    • 📊 New: Auto Task Completion Stats: Automatically tracks and reports completion stats for the previous day's tasks, with separate handling for weekdays and weekends

    中文

    • 🗓️ 新增:每月 / 每日计划支持:支持按月、按日生成计划任务,满足不同时间粒度需求
    • 👁 新增:模板预览功能:生成前可预览模板内容,确保格式和内容准确
    • 📊 新增:自动统计任务完成情况:每日自动统计前一日任务完成情况,并区分工作日与非工作日,便于回顾与改进

    Remarks

    The interface was optimized and some bugs were fixed

    View Details
  • 109.
    Continuous Mode
    Version
    3.4.0
    released 8 days ago by
    Michael Schrauzer
    favorite
    share
    Changelog

    3.4.0

    • Added compatibility with base files, with a setting to include them when opening items in Continuous Mode.

    View Details
  • 110.
    Iconic
    Version
    1.1.2
    released 8 days ago by
    Holo
    favorite
    share
    Changelog

    The anniversary patch is up! 🌠

    Iconic has been on GitHub for a year now, and it's attracted a lot of great contributions while I took a break over the last few months. Today we're adding some new features and flattening almost all the new bugs that were reported since February. I'll be working on this plugin more regularly again, so you can expect new patches roughly every 1-2 weeks now :]

    The usual big thankies to everyone who reported bugs, suggested features, and contributed code this time, including @HishamAbraham, @chrisgrieser, @danielwerner86, @KhangHLe, @johannrichard, @tuckerwhite, @kherge, @SamEdwardes, @claudiospizzi, @mxberner, @Mistmage, @bladeacer, @Nsbx, and @jckoester. You're all queens, kings, and scholars 💖

    New features

    • File & bookmark icons now appear in the Quick Switcher!

    1.1.2

    • New setting: Hide icons from Markdown tabs by toggling Show Markdown tab icons (#80)
    • New setting: Hide menu items like Change icon... by toggling Show menu actions (#118)
    • New command: Added Toggle Markdown tab icons
    • New command: Added Toggle menu actions
    • Rulebook: You can now delete rules by secondary-clicking them and pressing Remove rule

    Rulebook fixes

    • 1.9 only: The rule editor now displays correct dropdown options for the selected property type again (#125)
    • Rulings now refresh correctly when you move or rename a file/folder (#82)
    • Rulings now refresh correctly when you add or modify a property, thanks to @ShadiestGoat 💖 (#115)
    • Rules no longer crash if one of your files contains a list property with blank items (#102)
    • When previewing your rule matches, the dialog now scrolls sideways instead of line-wrapping
    • Deleting a rule no longer breaks the drag-and-drop order until you re-open the rulebook

    Bugfixes

    • 1.9 only: Bases can now be customized correctly from their tab
    • Images can now be customized correctly from their tab
    • Web viewer favicons are now displayed correctly, but won't be customizable until a later patch (#92)
    • @johannrichard solved a crash when the plugin encounters filenames with line breaks in them 💖 (#86)

    Visual fixes

    • 1.9 only: Default property icons now appear correctly again, instead of showing a question mark in a page
    • @Nsbx fixed the issue of property icons disappearing when switching between tabs 💖 (#121)
    • @mxberner made sure folder icons open & close correctly when you expand & collapse them 💖 (#113)
    • @mxberner re-aligned the file explorer icons to look more natural when minimal folders are disabled 💖 (#113)
      • Minimal folder icons are now enabled by default, so new users aren't surprised by the extra spacing
    • @bladeacer corrected several wonky translations in Simplified Chinese 💖 (#120)

    Full changelog: https://github.com/gfxholo/iconic/compare/1.1.1…1.1.2

    View Details
  • 111.
    Gemini Scribe
    Version
    3.0.0
    released 8 days ago by
    Allen Hutchison
    favorite
    share
    Changelog

    Gemini Scribe 3.0.0 - Major Release

    🚨 Breaking Changes

    This is a major version release with significant architectural improvements that may require
    user attention:

    Plugin State Folder Restructure

    • BREAKING: Plugin data storage has been reorganized for better structure and compatibility

    • Migration: Existing users will be automatically migrated from the flat folder structure to
      the new organized structure

    • New Structure:

      • Main plugin folder: [state-folder]/ (default: gemini-scribe)
      • Chat history: [state-folder]/History/
      • Custom prompts: [state-folder]/Prompts/

      Improved Obsidian API Integration

    • BREAKING: Replaced low-level file operations with native Obsidian APIs for better plugin
      compatibility

    • Impact: This may affect how the plugin interacts with other plugins, but should improve
      overall stability

      🎉 Major New Features

      Enhanced Custom Prompt System

    • New: Command palette commands for easy custom prompt management:

      • "Create New Custom Prompt" - Generate new prompt templates
      • "Apply Custom Prompt to Current Note" - Search and apply prompts with autocomplete
      • "Remove Custom Prompt from Current Note" - Quick removal of prompts
    • New: Custom prompts are now tracked in chat history for better context continuity

    • New: Instant UI updates when custom prompts are applied or removed

    • New: Improved prompt template system with better error handling

      Dynamic Model Discovery

    • New: Automatic discovery of available Gemini models from the API

    • New: Intelligent model sorting with date-based version prioritization

    • New: Enhanced model selection with deduplication and smart defaults

    • New: Phase 2 integration with full model discovery capabilities

      Streaming API Support

    • New: Real-time streaming responses in the chat interface for faster perceived performance

    • New: Improved user experience with immediate response feedback

      🔧 Improvements & Fixes

      User Interface & Experience

    • Improved: Settings UI cleanup with better organization and default models

    • Improved: Documentation button added to settings panel for easy access to guides

    • Fixed: Chat interface prompt indicator updates immediately when prompts are
      applied/removed

    • Fixed: HTML entity decoding in model responses for proper text display

      Development & Testing

    • New: Comprehensive user documentation for all features

    • New: Enhanced test coverage for core components

    • New: CI/CD improvements with automated testing and coverage reporting

    • New: GitHub Actions workflows for code review and PR assistance

    • Fixed: TypeScript errors and improved code formatting

    • Improved: Retry logic for model API requests with exponential backoff

      Code Quality & Architecture

    • Improved: Native Obsidian API usage instead of low-level file operations

    • Improved: Frontmatter handling using Obsidian's native API instead of custom YAML parser

    • Improved: Standardized logging for file operations

    • Removed: Deprecated @google/generative-ai dependency cleanup

      Documentation

    • New: Comprehensive user guides for all features

    • New: Implementation planning practices and development guidelines

    • Updated: README with "What's New" section highlighting recent improvements

    • Updated: Development documentation with better architecture explanations

      🛠️ Technical Changes

      Plugin Compatibility

    • Better integration with other Obsidian plugins through native API usage

    • Improved file operation handling that respects Obsidian's internal systems

    • Enhanced metadata cache utilization for better performance

      State Management

    • Restructured plugin state folder organization

    • Automatic migration for existing users

    • Better separation of concerns for different data types

      Model Management

    • Dynamic model discovery replaces static model lists

    • Improved model version handling and selection logic

    • Better error handling for model API interactions

      📝 Migration Notes

      For Existing Users

    • Automatic Migration: Your chat history and custom prompts will be automatically moved to
      the new folder structure

    • Settings Review: Check your plugin settings after upgrade to ensure all preferences are
      maintained

    • Custom Prompts: If you have existing custom prompts, they will be migrated to the new
      Prompts/ subfolder

      For Developers

    • Update any integrations to use the new folder structure paths

    • Review the updated documentation for API changes

    • Consider the improved Obsidian API integration for better compatibility

      🔗 Resources

    • docs/README.md

    • docs/custom-prompts-guide.md

    • https://github.com/allenhutchison/obsidian-gemini

    • https://github.com/allenhutchison/obsidian-gemini/issues


    This release represents a significant step forward in plugin architecture, user experience,
    and feature completeness. The breaking changes are primarily internal improvements that
    enhance compatibility and maintainability while providing automatic migration for existing
    users.

    Full Changelog: https://github.com/allenhutchison/obsidian-gemini/compare/2.2.0…3.0.0

    View Details
  • 112.
    Substitutions
    Version
    0.4.1
    released 8 days ago by
    BambusControl
    favorite
    share
    Changelog

    Bug Fix

    Obsidian Downloads

    Fixed a bug with swapping from and to in substitution settings.

    View Details
  • 113.
    Layout Manager
    Version
    1.0.8
    released 8 days ago by
    Lucy Dryaeva
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 114.
    Enveloppe
    Version
    7.6.2
    released 8 days ago by
    Mara-Li
    favorite
    share
    Changelog

    7.6.2 (2025-06-22)

    View Details
  • 115.
    Ace Code Editor
    Version
    1.2.0
    released 8 days ago by
    RavenHogWarts
    favorite
    share
    Changelog

    🎉 This is a stable release

    Version: 1.2.0

    English Changelog

    Changes

    ♻️ Refactor

    • Moved FontData type and global declarations to global interface file (9a3a04b)

    ✨ Features

    • Added editor instance retrieval and auto-save functionality for content changes (b319713)
    • Optimized code editor view registration and settings validation logic (64a9c6e)
    • Optimized system font loading with multi-platform font detection support (d044492)

    🐛 Bug Fixes

    • Fixed Ace editor undo management (8dbf60a)
    • Fixed Ace editor keyboard handler configuration logic (3b8237a)

    Installation

    1. Download ace-code-editor.zip
    2. Unzip it to your Obsidian vault's plugins folder: <vault>/.obsidian/plugins/ace-code-editor/
    3. Reload Obsidian
    4. Enable ace-code-editor plugin in settings

    中文更新日志

    更新内容

    ♻️ 重构

    • 将 FontData 类型和全局声明移至全局接口文件 (9a3a04b)

    ✨ 新功能

    • 添加编辑器实例获取及内容变化自动保存功能 (b319713)
    • 优化代码编辑器视图注册及设置校验逻辑 (64a9c6e)
    • 优化系统字体加载,支持多平台字体检测 (d044492)

    🐛 修复

    • 修复 Ace 编辑器撤销管理 (8dbf60a)
    • 修复 Ace 编辑器键盘处理器配置逻辑 (3b8237a)

    如何安装

    1. 下载 ace-code-editor.zip 压缩文件
    2. 解压到你的 Obsidian 库的插件文件夹内: <vault>/.obsidian/plugins/ace-code-editor/
    3. 重启 Obsidian
    4. 在设置中启用 ace-code-editor 插件
    View Details
  • 116.
    Post Webhook
    Version
    1.2.3
    released 8 days ago by
    MasterB1234
    favorite
    share
    Changelog

    Changelog v1.2.3

    • Webhook payloads now include additional file metadata:
      • filepath: Full file path within the vault
      • createdAt: File creation timestamp
      • modifiedAt: File last modified timestamp
    View Details
  • 117.
    Advanced Progress Bars
    Version
    1.1.3
    released 8 days ago by
    cactuzhead
    favorite
    share
    Changelog

    New Features

    • Inline editing for swift adjustments to the value of a standard progress bar (without a tag).

    Bug Fixes

    • Hotkeys are now enabled immediately upon plugin activation, allowing seamless interaction without needing to render a progress bar first.

    Documentation

    • Added Inline Edit page to explain the 4 new settings.
    • Added Hotkeys page for quick access to hotkey setup information.
    View Details
  • 118.
    HiNote
    Version
    0.4.3
    released 9 days ago by
    Kai
    favorite
    share
    Changelog

    0.4.3 - 2025-06-22

    • 移动端体验优化
      • 批注输入框增加 Enter 换行,增加保存按钮;
      • 主视图将高亮文件列表和高亮卡片拆分;
      • HiCard 将学习分组和闪卡进行拆分;
      • 优化编辑器中的高亮小部件被拉伸问题;
    • 优化搜索功能,保留搜索关键词在所有文档可用;
    • 增加全局搜索,可在右侧侧边栏通过 all: 前缀来搜索全部内容;
    • 搜索结果可直接拖拽至文档和 AI 对话框中;

    0.4.3 - 2025-06-22

    • Mobile experience optimization
      • Add Enter key to the annotation input box for line breaks, and add a save button;
      • Highlight the file list and split the card view in the main view;
      • HiCard splits learning groups and flashcards;
      • Optimize the stretching issue of the highlight widget in the editor;
    • Optimize the search function, retaining search keywords in all documents;
    • Add global search, which can search all content by using the prefix all: in the right sidebar;
    • Search results can be directly dragged into the document and AI dialogue boxes.
    View Details
  • 119.
    CSV All-in-One
    Version
    0.1.5
    released 9 days ago by
    hihangeol
    favorite
    share
    Changelog

    What's Changed

    Full Changelog: https://github.com/Hangeol-Chang/obsidian-csv-allinone/compare/0.1.4…0.1.5

    View Details
  • 120.
    Dashboard navigator
    Version
    6.0.0
    released 9 days ago by
    Bernardo Pires
    favorite
    share
    Changelog

    Version 6.0.0

    View Details
  • 121.
    AI Chat as Markdown
    Version
    1.8.0
    released 9 days ago by
    Charl P. Botha
    favorite
    share
    Changelog

    Added

    • Support for perplexity API
      1. Remove x-stainless and other CORS-blocked headers
      2. Add web_search_options for medium search_context_size
      3. Parse and render new more detailed search_results when these are available, instead of citations
    View Details
  • 122.
    Musical Text
    Version
    0.2.2
    released 9 days ago by
    Tynan Purdy
    favorite
    share
    Changelog

    A couple small bug fixes and a version number reset to more faithfully align with semantic versioning.

    Full Changelog: https://github.com/tynanpurdy/musical-text/compare/0.2.0…0.2.2

    View Details
  • 123.
    Hover Reveal
    Version
    1.0.7
    released 9 days ago by
    Shawn Yang
    favorite
    share
    Changelog
    No Changelog was added
    View Details
  • 124.
    Track-a-Lot
    Version
    1.5.0
    released 9 days ago by
    Iulian Onofrei
    favorite
    share
    Changelog
    • Added Eis[kalt] Ice Creams recipe
    View Details
  • 125.
    DataCards
    Version
    1.1.0
    released 9 days ago by
    Sophokles187
    favorite
    share
    Changelog

    Changelog 1.0.5

    • Refresh Button: Added an option to disable the button
    • Refresh Button: Implemented measures to prevent themes from interferring with the buttons styles.
    • NEW FEATURE: Kanaban
    • Use the Kanban preset to turn notes into Kanban boards
    • customizable color coding and statuses
    • create new Taks/notes directly from datacards plugins, with cusomizable task tempaltes and file path definiton
    View Details
  • 126.
    Heading Decorator
    Version
    1.10.0
    released 9 days ago by
    dragonish
    favorite
    share
    Changelog

    Features

    • support always ignore the top-level headings

    Bug Fixes

    • heading: fix ordered list mistakenly identified as heading
    • plugin: fix decorators in third-party plugins that may not have hidden as expected
    View Details
  • 127.
    Folder Canvas
    Version
    1.0.2
    released 10 days ago by
    Nancy Lee
    favorite
    share
    Changelog
    • Bug fix in "Narrow to heading" option
    • Add a new option "Hide heading titles" in the settings
    View Details
  • 128.
    OpenWords
    Version
    1.0.6
    released 10 days ago by
    insile
    favorite
    share
    Changelog
    • 增加设置参数
    • 修改调度逻辑
    • 默写单词评分
    View Details
  • 129.
    Images to Notes
    Version
    1.0.7
    released 10 days ago by
    Rodolfo Terriquez
    favorite
    share
    Changelog

    New

    • Significantly improved loading times
    View Details
  • 130.
    Xournal++
    Version
    1.1.2
    released 10 days ago by
    Jon Jampen
    favorite
    share
    Changelog

    Added

    • Added confirmation modal before enabling the auto-export setting due to potential overwriting (PR #20).

    Fixed

    • Fixed auto-export to immediately happen after the setting is turned on (fixes #19, PR #20).

    Contributors

    Thank you, @JacobASorensen and @AstyCX, for reporting and implementing these changes.

    View Details
  • 131.
    Filename Heading Sync
    Version
    1.10.0
    released 10 days ago by
    dvcrn
    favorite
    share
    View Details