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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
月光博客
月光博客
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
Vercel News
Vercel News
量子位
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
腾讯CDC
有赞技术团队
有赞技术团队

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.8.1 Desktop (Public)
2020-07-21 · via Obsidian Changelog
Shiny new things There's now a new Outline plugin, which works in the same way as the backlinks pane. An "unlinked" sidebar pane will show the outline of the current file, while a "linked" pane will always show the outline of the linked pane. Open with Default App plugin now also adds "Show in Folder" option which will open the system file manager and highlight the file. You can now scroll beyond the last line of the file. HTML tags with style properties are now allowed to be added to elements, style all the things! HTML iframe tags are now allowed, which can be used to embed various external pages like YouTube, Google Maps, etc. Changes Graph view now has smoother fading animations when hovering with mouse. Search regex now uses multiline mode, which means ^ will now match beginning of line and $ will now match end of line. Link auto-complete and quick switcher would match the file name as a priority, instead of always matching the full path. This should improve the match ordering for searcher that contain characters in the parent folder, such as searching for "task" in "test/task.md" which previously matched "[t]est/t[ask]" instead of "test/[task]". The HTML sanitizer is now a lot faster, making large documents more performant. No longer broken Switching between edit mode and preview mode no longer loses your scroll position from the top, so you won't have to scroll all the way down again. Global search fixes: "quoted string" did not properly match full words when containing punctuation or whitespace characters, such as "- [ ]". It should work now. /regex/ previously required two backslashes to escape characters, for example, /\[\]/ previously didn't work, requiring /\\[\\]/ . Now you don't need to add the second backslash. When clicking on a search result, sometimes the highlights were off by a few characters. This was caused by Windows-style line endings "\r", and should no longer cause any trouble. Search results sometimes didn't show all results when scrolling. Also sometimes the results would flicker and jump around. That should stop happening now. Fixed search operator ignore-case: previously made the search case sensitive instead of what it says it does, oops. Link autocomplete should no longer generates a leading / for relative links. Fixed ]] not properly styled in headings, which made them appear really small. Table headers are now properly aligned using table alignment options. Fixed editor horizontal scrollbar hidden behind text, so it could not be interacted with. Fixed $$ latex blocks couldn't contain single dollar signs $ . Backlinks pane now no longer cause lag when switching documents in a vault with heavy linking.