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

推荐订阅源

量子位
D
Docker
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
美团技术团队
博客园 - 叶小钗
I
InfoQ
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
B
Blog
Y
Y Combinator Blog
A
About on SuperTechFans
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
V
V2EX
N
Netflix TechBlog - Medium

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.14.0 Desktop (Early access)
2022-03-14 · via Obsidian Changelog
Callouts Obsidian Markdown now allows you to create callout blocks (sometimes called "admonitions"). Callouts are written as a blockquote, inspired by the "alert" syntax from Microsoft Docs. A big shoutout to @javalent from the community for creating and maintaining the Admonitions plugin, from whom we've gotten a ton of help and inspiration! For compatibility reasons, if you're also using the Admonitions plugin, you should update it to at least v8.0.0 to avoid problems with the new callout system. Callouts will also be supported natively on Obsidian Publish. See our documentation for more on how to use callouts . Example: > [!INFO] > Here's a callout block. > It supports **Markdown** and [[wikilinks]]. Indentation guides Indentation guides (sometimes known as relationship lines) are now available in Live Preview and Reading view. They can be turned off in editor settings. Improvements In Live Preview, fold icons will now only show up when hovering the same line as the fold indicator. In Live Preview, you can now hold Ctrl/Cmd+Alt when clicking on links to edit them. When right clicking links, there is now an option to open the link. When right clicking links to a file that doesn't exist yet, there is now an option to create the file. Improved Enter handling in blockquotes and lists. Improved Live Preview rendering when switching between different blocks of embed/rendered code. Tasks with checkmark characters other than x will now no longer have the strikethrough formatting applied. Improved editor spacing to better align with Reading view. When failing to save a file, Obsidian will attempt to save a copy in File Recovery. Prevent accidentally renaming files to start with . causing it to disappear. No longer broken Fixed vaults on network drives don't load images properly. Fixed block IDs with uppercase letters couldn't be linked properly. Fixed scroll-sync between Live Preview and Reading view for large blocks and nested lists. Fixed cycle bullet list/checklist command not working well when the line is indented. Fixed Quick switcher sometimes opens the file in the wrong pane. Fixed navigating to headings, blocks, or search results sometimes requires two clicks to work in dual-pane mode. Fixed editor sometimes runs into an error while saving, but shows a notice about another file. Fixed Audio recorder always inserts audio link at the end of the file, rather than where the cursor is. Developers Plugin inline sourcemaps are now stripped for performance unless the debug startup time option is enabled. Fixed using position: relative on lists in reading mode causes scroll sync to be completely broken. Indentation guides in the editor are styled using the CSS class cm-indent , and will gain cm-active-indent for the indent closest to the selected line.