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

推荐订阅源

雷峰网
雷峰网
博客园 - 叶小钗
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
D
Docker
J
Java Code Geeks
B
Blog
G
Google Developers Blog
小众软件
小众软件
博客园 - 聂微东
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
量子位
WordPress大学
WordPress大学
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
腾讯CDC
Martin Fowler
Martin Fowler
V
Visual Studio Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow 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 0.13.25 Desktop (Early access)
2022-02-18 · via Obsidian Changelog
Shiny new things Clicking on links in Live Preview will now open them directly. Previously Ctrl/Cmd+Click to open link is now simply a click. Previously Ctrl/Cmd+Shift+Click to open link in new pane is now Ctrl/Cmd+Click , just like everywhere else in the app. Embedding list items will now show any sub list items when rendering. Improvements Embeds to files that don't yet exist will automatically load the file once it's created. This avoids issues with images that syncs in after opening the note it was embedded in. Word count now properly counts apostrophes. Renamed "Swap line up/down" commands to "Move line up/down". Obsidian Publish now has an option to hide page title headings. Added persistent notice to the help vault to remind users not to save data in it, since the help vault can be reset. Added additional confirmation for opening file:/// links. No longer broken Fixed several issues with IME in the new editor. Fixed code blocks tagged with markdown as the language causes Live Preview to misbehave. Fixed mermaid state diagrams not properly sized. Fixed command palette performance issue. Fixed export to PDF doesn't expand embedded notes and instead show a scrollbar. Fixed local file:/// links stopped working. Fixed macOS caret character misbehaving when used as a deadkey in some keyboard layouts. Fixed hitting Shift+End twice not going to the end of the paragraph. Developers Theme developers: our new editor has received an upgrade where previous &ZeroWidthSpace; characters, used as placeholders for computing cursor positions, have been switched to 0-width <img> elements. We recommend double-checking that your theme does not contain global img { ... } CSS rules to avoid breaking the editor. TFile.unsafeCachedData has been removed and is now stored in a private inaccessible WeakMap to avoid accidental use of this unsafe data. There is now a new requestUrl API function that returns an object with the http response status , headers , as well as getters for arrayBuffer , json , and text . This is a more advanced version of the request API. (Requires API version 0.13.25) The request and the new requestUrl functions can now accept a body of type ArrayBuffer.