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

推荐订阅源

M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
GbyAI
GbyAI
S
SegmentFault 最新的问题
量子位
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
IT之家
IT之家
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
雷峰网
雷峰网

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 0.12.2 Desktop (Early access)
2021-05-03 · via Obsidian Changelog
Shiny new things Command palette can now be configured to have "pinned" commands that appear at the top. Obsidian Publish now has a search filter in the upload dialog. Improvements Obsidian Sync no longer runs into a possible race condition which sometimes causes file to be recognized as deleted. This has only been observed happening on Obsidian Mobile so far. Vastly improved Obsidian Sync boot up speed. It will now also avoid re-scans of attachments when they haven't been changed. Obsidian Sync will now log the reason for connection errors to help with debugging. Embedding other notes with a heading or a block target will no longer render the whole note when the target cannot be found. On macOS, the trigger to change font size will now use the pinch-to-zoom gesture instead of Cmd+Scroll . Improved performance when sidebars are hidden. Caching/speed improvements for rendering images and other media files. No longer broken Fixed headings took too much space when line-wrapping. Fixed editor had a larger gap on the right side due to an improper CodeMirror upgrade. Fixed exiting the hotkey customization pane while the app is waiting for a hotkey causes keys to stop working. Fixed link suggestion not working with capital letters when over 10k files + aliases. The fold indicator in metadata section is now correctly aligned. Fixed bound command not preventing default when command doesn't execute, causing confusion. Fixed some plugins didn't show up when a sort filter is applied. Removed Ctrl/Cmd+M hotkey for minimizing the app, which was previously assigned by default from Electron. Developers You can now specify an editorCallback or editorCheckCallback in a command that will register your command as an editor command, which will allow it to be added to the editor toolbar on mobile. Adapter now has a stat function. There is now a Platform object that can be used to determine whether the app is on mobile, along with some other platform information.