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

推荐订阅源

IT之家
IT之家
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
爱范儿
爱范儿
博客园_首页
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
宝玉的分享
宝玉的分享
GbyAI
GbyAI
H
Help Net Security
A
About on SuperTechFans
Recent Announcements
Recent Announcements
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
D
Docker
博客园 - Franky
有赞技术团队
有赞技术团队
G
Google Developers 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 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.