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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
V
V2EX
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - Franky
爱范儿
爱范儿
T
Tailwind CSS Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
博客园_首页
B
Blog RSS Feed
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

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.