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

推荐订阅源

月光博客
月光博客
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
博客园 - 司徒正美
S
SegmentFault 最新的问题
Jina AI
Jina AI
美团技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
WordPress大学
WordPress大学
爱范儿
爱范儿
博客园 - Franky
量子位
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网

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.