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

推荐订阅源

Last Week in AI
Last Week in AI
H
Help Net Security
博客园 - 叶小钗
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
GbyAI
GbyAI
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
月光博客
月光博客
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
Vercel News
Vercel News

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.20 Desktop (Early access)
2022-01-17 · via Obsidian Changelog
Improvements The new editor now supports the cssclass frontmatter property. Live Preview will now detect whether the editor is focused to apply syntax hiding. Community plugin search filter will now also match by author. Added shortcuts for plugin settings and hotkeys in the community plugins list. No longer broken Fixed clicking on checklists and fold indicators causes the cursor/selection to be affected. Fixed resizing panes causes buggy selection rendering until selection is changed. Fixed fold indicator spacing sometimes misalign due to fonts applied by themes. Fixed gutter line numbers not showing for embeds and custom code blocks. Fixed memory leak when closing Markdown panes. Fixed vim mode undo/redo combines multiple edits. Fixed up/down arrow keys don't navigate properly around list bullets. Fixed up/down arrow keys don't navigate properly when at the end of a word-wrapped line. Fixed unindenting numbered lists sometimes generates "undefined". Fixed auto number lists generates individual undo/redo entries for each line. Fixed toggle numbered lists always generate 1 as the number. Fixed typing inline code causes the rest of the document to become code. Fixed underline not applied to external links when in lists, headings, or blockquotes. Fixed two identical embed in the same file causes Live Preview to misbehave. Fixed linking to a block without a block id from an earlier position in the same note causes the link to be badly formatted. Fixed in-editor search removes highlight when only a single match is found. Added Ctrl/Cmd+G (and Ctrl/Cmd+Shift+G ) for selecting next/previous search occurrence when using in-editor search. Fixed opening some file:/// paths on Linux causes Obsidian to freeze until the new process exits. Fixed Markdown importer unable to convert tags with some character sets like CJK characters. Fixed undo close pane still opens a new pane even when the current pane is empty. Fixed copy external URL menu action doesn't properly encode special characters. Fixed linking an unlinked mention loses its original casing. Developers Fixed sometimes empty duplicate <span> elements show up before or after widgets, causing issues when using css padding or :before/:after . The debug info command now includes the OS information. There is now a new editorLivePreviewField: StateField<boolean> that can be used to check whether Live Preview is enabled in the editor. Fixed out-of-bound {line,ch} pairs causes error with new editor.