惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
云风的 BLOG
云风的 BLOG
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
IT之家
IT之家
Google DeepMind News
Google DeepMind News
罗磊的独立博客
爱范儿
爱范儿
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
U
Unit 42
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
B
Blog
博客园 - 叶小钗
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Obsidian Changelog

Obsidian 1.13.0 Mobile (Early access) Obsidian 1.13.0 Desktop (Early access) Obsidian 1.12.7 Mobile (Public) Obsidian 1.12.7 Desktop (Public) Obsidian 1.12.6 Mobile (Early access) Obsidian 1.12.6 Desktop (Early access) Obsidian 1.12.5 Mobile (Early access) Obsidian 1.12.5 Desktop (Early access) Obsidian 2026.02.27 (Public) Obsidian 1.12 Mobile (Public) Obsidian 1.12 Desktop (Public) Obsidian 1.12.4 Mobile (Early access) Obsidian 1.12.4 Desktop (Early access) Obsidian 1.12.3 Mobile (Early access) Obsidian 1.12.3 Desktop (Early access) Obsidian 1.12.2 Mobile (Early access) Obsidian 1.12.2 Desktop (Early access) Obsidian 1.12.1 Mobile (Early access) Obsidian 1.12.0 Mobile (Early access) Obsidian 1.12.1 Desktop (Early access) Obsidian 1.12.0 Desktop (Early access) Obsidian 1.11.7 Mobile (Public) Obsidian 1.11.7 Desktop (Public) Obsidian 1.11.7 Mobile (Early access) Obsidian 1.11.7 Desktop (Early access) Obsidian 1.11.6 Mobile (Early access) Obsidian 1.11.6 Desktop (Early access) Obsidian 1.11.5 Mobile (Public) Obsidian 1.11.5 Desktop (Public) Obsidian 1.11.5 Mobile (Early access)
Obsidian 1.9.8 Desktop (Early access)
2025-08-14 · via Obsidian Changelog
Improvements Bases: New File#hasProperty() function. To check if a file has a property (regardless of value), use file.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 and String#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 Cards 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.