Obsidian Weekly 2025-08-10:Obsidian v1.9.10 内测版已发布!
Obsidian Weekly 2025-08-17:Obsidian v1.9.10 catalyst is now available!
AbstractStatistical time: 2025-08-03 21:00 ~ 2025-08-17 21:00
Statement: This column is inspired by a series of Obsidian Roundup articles written and published by Ms. Eleanor Konik from April 2021 to June 2023. Those interested may follow the original author’s personal website Obsidian Iceberg. The section’s content is sourced from the official Obsidian Discord channel and information on corresponding projects on Github or there independent websites. Descriptions may have been modified based on personal interpretation, and corrections are welcome if there are any inaccuracies. Thank you to the Obsidian team for bringing us such excellent software.
Official News
Obsidian v1.9.10 catalyst is now available!
v1.9.7 Desktop
Improvements
- Bases: Autocomplete now includes formula properties.
- Bases: Added
file.backlinks
. - Bases: Improved performance when rendering large images.
- Bases: Cards view can now show images if the “image property” is a text property containing a path to an image, either relative to your vault root, or an absolute
file:///
path (desktop only). - Bases: Added
file()
andLink.asFile()
. You can now also access properties from a file reference. - Bases: Base code blocks will now have YAML syntax highlighting.
- Bases: Improved display of formula errors.
- Bases: Improved the organization of the toolbar items. View menu and Properties menu have been simplified.
- Improved Markdown parser performance for files that contain many underscores (
__
). - Clicking a property search result now focuses the whole row and not the property name.
- Sync: Added new “Conflict resolution” setting. Choose how Obsidian handles file conflicts when syncing: Merge (default) or create conflict file.
No longer broken
- Fixed bug where creating a new formula would create an extra “Untitled” formula.
- Bases: Fixed clicking on links in Cards view if the link uses an icon as its display.
- Fixed interacting with Bases inside callouts
- Bases: Fixed date comparison between two datetime values.
- Bases: It is now possible to resize the last column in the base.
- Bases: Fixed Card properties sometimes rendering empty properties as “â€.”
- Fixed page preview not working for Mermaid links.
- Fixed properties fold state not always saving correctly when file is in edit mode.
- Fixed display of titles in page preview for RTL languages.
- Bases: Empty dates are now serialized as
null
in frontmatter. This behavior is more consistent with text properties. - Fixed text containing
:
getting rendered as a link in properties. - Fixed page preview immediately hiding when pressing the ‘x’ to remove an item from a list property.
- Fixed “Download attachments for current file” command incorrectly replacing links for files with frontmatter.
- Global search stops scanning your vault after it finds 100,000 results.
- Sync: Fixed Bases getting deleted when syncing your vault with a device running Obsidian 1.8.10.
- Canvas: Fix new Canvas nodes getting accidentally created when editing an embedded Base file.
v1.9.7 Mobile
Includes all new functionality and bug fixes up to Obsidian Desktop v1.9.7.
Improvements
- Improved display of Bases toolbar menus.
No longer broken
- Android: Fixed tapping checkboxes causing scroll position to be lost.
- Android: Fixed scrollbars missing in editor.
v1.9.8 Desktop
Improvements
- Bases: New
File#hasProperty()
function. To check if a file has a property (regardless of value), usefile.hasProperty("property")
. In the filter menu, “exists” is no longer a valid operator. This was returning incomplete and incorrect results. Instead of ”<property>
exists”, you will need to update your filters to say “file has property<property>
“. - Bases: “Tags” and “File tags” are now hidden from the filter menu. Prefer to use “file has tag ” instead.
- Bases: Added
String#reverse
andString#repeat
functions. - Bases: Added support for list concatenation using
+
(e.g.list1 + list2
). - Bases: Added “New base” option to the ribbon.
- File Explorer: When the view is active, holding
Command/Ctrl
while navigating through files using the arrow keys will now open the file under the cursor. - File Explorer: Right-clicking in the file explorer will now include options to create a new base or a new canvas.
- The menu item “Move file to…” is now available in all link context menus.
- Added “Copy path” and “Copy relative path” to the link context menu.
No longer broken
- Fixed bug where property menu would immediately close when selecting “Edit property…”
- Search: Text searches will now look at the filenames of your
.base
files. - Page preview: Fixed hover detection, making it less likely to trigger a preview unexpectedly.
- Bases: Fixed sort menu showing incorrect labels in sort selection dropdown.
- Bases: Fixed text wrapping of text properties inside multiline tables.
- Bases: Fixed appearance of Card view embedded inside a callout.
- Bases: Fixed issue with “Copy to clipboard” creating invalid links.
- Bases: File tags are now rendered correctly, and duplicate entries are removed.
- Canvas: Fixed bug where Canvas nodes would hide when trying to move 2 groups that are the same size and at the same exact position in the viewport.
v1.9.8 Mobile
Includes all new functionality and bug fixes up to Obsidian Desktop v1.9.8.
Improvements
- Canvas: Added ‘Duplicate’ option to the node context menu.
- Swipe down on notices to dismiss them.
No longer broken
- The “Find…” search input now immediately receives keyboard focus. Pressing “return” on your keyboard now dismisses the keyboard.
- “Split down” and “Split right” no longer appear in the context menu for the sidebar tabs.
- Fixed appearance of sidebar if you close all tabs.
v1.9.9 Desktop
Improvements
- Added “Toggle readable line length” command.
No longer broken
- Bases: Filter menu now use date input for comparing to date properties, and datetime input when comparing to datetime.
- Bases: Fixed views getting duplicated when modifying an embedded Base.
- Bases: Card view’s “Image property” now resolves relative links (
./link/to/file.png
). - Bases: Invalid arithmetic (e.g.
"text" * 2
) in formulas now reports an error.
v1.9.9 Mobile
Includes all new functionality and bug fixes up to Obsidian Desktop v1.9.9.
v1.9.10 Desktop
No longer broken
- Fixed bases “duplicate view” causes two new ones to be created.
- Fixed interactive editor tooltips broken for some plugins.
- Removed “Property” type from possible metadata types.
v1.9.10 Mobile
- Includes all new functionality and bug fixes up to Obsidian Desktop v1.9.10.
- Fixed File recovery dialog not navigable on tablet devices.
Plugin News
Community Plugins
New
packUp4AI By Jeffry
Collect related notes based on links/backlinks to provide focused context for external AI chatbots. Explore note relationships visually and export the bundle.
Linked Note Exporter By the-c0d3r
Export note with all its attachments and linked notes.
umbPublisher By Owain Williams
Push your Obsidian notes to Umbraco 15+ as a content item.
Sortable Tables By filippov112
Adds sortable columns to markdown tables in preview mode.
Bibtex Entry View By Kyoungdeuk
Load the bibtex entry of a given bibkey from a given bib file and show the entry in the code block of bibkey.
Clipboard Manager By Ayush Raj
A clipboard manager that stores clipboard history and provides search functionality with real-time updates
LLM Shortcut By Viktor Chernodub
Provides a way to create shortcuts for commands powered by LLM capabilities.
The plugin allows you to create a directory of prompts that would automatically be mapped to Obsidian “commands” (tree-like structure would become an easily accessible list). The plugin will use the current open document as context for the selected prompt to an LLM provider of your choice.
Mini-RAG By John Wheatley
Leverage Retrieval Augmented Generation (RAG) for your notes using a locally running LLM or AI.
Scrolls To Nav Top By mario
Scrolls File Explorer to top position.
Custom Slides By David V. Kimball
Customize the Slides core plugin’s navigation, styles, and behavior.
Private AI By GB
Effortlessly chat with your notes using locally hosted AI. Private by design, your notes never leave the device and use locally processing only.
Updates
Quiet Outline v0.4.2 By the_tree
- Style: remove pending color on heading in outline panel.
- Fix: new created canvas text node doesn’t show in outline panel.
- Feat: Potimize search logic to search content cross markdown/html syntax.
- Fix: Panel becomes empty after switching to core outline/back-links panel (FileViews)
Heading Decorator v2.2.0 By dragonish
add support for custom leading delimiter
Excalidraw v2.15.0 By Zsolt Viczian
- Introducing Marker Frames. These are special frames that can be used to mark slides, pages areas for PDF printouts, image references, etc.
To create a marker frame, create a frame and toggle the marker frame in the elements properties panel.
- Markers are not included in exports such as images or PDFs.
- Markers do not contain elements
- Markers can be hidden/shown from the canvas context menu
- Updated the “Printable Layout Wizard” script
- Now works with marker frames
- Supports different page sizes and orientations within a single PDF document
- The printout may include non-marker frames (e.g., PDF image embeds in frames)
- Pro-tip: You can also use marker frames…
- with the Slideshow plugin
- to create image-area references such that the frames do not get rendered in exported images, and you can reference areas by frame name
- Performance improvement of Image-area references
Easy Copy v1.3.2 By Moy
- Remove the
^
in markdown link- Extended one more line when checking line ID, fixed
Discrete v0.2.0 By shkarlsson
- Plugin automatically applies new rules without having to toggle filter off and on
- Ribbon button added for quick on-off toggling
- Reworked menu layout
BRAT v1.2.0 By TfTHacker
- Features
- Add setting to use “latest”plugin version by default
- Bug Fixes
- fix errors with downloading assets.
- improve robustness of release asset download logic
- support github urls with trailing slash
- Performance Improvements
- add user-agent string to GitHub APl requests
Produced by PKMer
InfoPKMer (PKMer.cn, PKMer.net) aims to create a powerful knowledge management community in the Eastern Hemisphere. “PKM” stands for Personal Knowledge Management, and the “er” suffix represents individuals. Anyone who is focused on and enjoys personal knowledge management work, and who seeks efficiency, can be included in this category. We hope the community can bring together more people like this.
Thino has been updated to v2.7.18
fix: or logic issue in query filter
Appearance
Osaka Jade Theme By sspaeti
Powered by Lancer - Retouched Theme By Cloopy
A theme based heavily off of the aesthetics of the Lancer TTRPG, and Santi Younger’s Wasp theme. This theme is an edited version of the theme “Powered by Lancer” by Dion McMillan, made to fit the author’s preferences for the dark theme, changing colours to be more pleasing to the eyes, while still sticking with the theme and usage of colours that would ordinarily be seen within the Lancer TTRPG.
Matrix Theme By fabdub
A neon-green, cyberpunk Matrix-inspired theme for Obsidian with Live Preview parity, always-on animated H1/inline title glow, and cohesive styling across links, blockquotes, code, tables, and more.
Noctis Theme By konnta0
A beautiful dark theme for Obsidian inspired by the night sky, ported from the popular Noctis VS Code theme.
Azure Theme By Anna Grace
A no-frills theme designed for long writing sessions.
Baseline Theme By Alexis C
Baseline sets a new standard for your Obsidian vault experience — sleek, familiar, and effortlessly minimal, offering endless ways to make it yours.