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

推荐订阅源

H
Help Net Security
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
博客园_首页
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
B
Blog
D
DataBreaches.Net
腾讯CDC
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
月光博客
月光博客
V
V2EX
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
The Cloudflare Blog
博客园 - 叶小钗
Y
Y Combinator 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.10.2 Desktop (Early access)
2025-10-29 · via Obsidian Changelog
Improvements Renaming a bases view now automatically updates links and embeds to that view. Reverted base formula this becoming null when focused on the current base file. Settings in Links and Files section are slightly reorganized for better structure. Plugin and theme repositories are now accessible even if GitHub is blocked. Improved canvas zoom speed with trackpad pinch on macOS. No longer broken Fixed mermaid export to PDF render error. Fixed formula error causes list view to crash. Fixed editing dates in property editor and then navigating sometimes cause new file metadata to be overwritten. Fixed unindented text after an indented list not being parsed correctly. Fixed when editing multiple lines of text, sometimes ajacent blocks are deleted. Attempt to fix youtube embed error 153 when possible. Developers Bases views now has a data-view-name for ease of styling. New APIs for bases views. BasesView.createFileForView to display the "new note" menu for the current view. BasesViewConfig.getEvaluatedFormula to get a config as a formula and evaluate it against the current base file. FormulaOption , FileOption , and FolderOption are now available as option base view option types. BaseOption.shouldHide is an optional callback to hide some options based on other options.