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

推荐订阅源

Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
B
Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
爱范儿
爱范儿
博客园_首页
博客园 - 聂微东
量子位
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
The Cloudflare Blog
T
Tailwind CSS Blog
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
腾讯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.7.6 Desktop (Public)
2020-07-02 · via Obsidian Changelog
Shiny new things We now render mermaid diagrams! Mermaid is a markup language similar to Markdown for producing diagrams and flow charts. The syntax to work with mermaid is a backtick-fenced code block, with the type set to mermaid , like so: graph TD; A-->B; A-->C; B-->D; C-->D; There's now folder auto-complete for plugin options that select folders. We now auto pair ==highlight== syntax. We've also added a command & hotkey for this, similar to bold and italics. Changes We've moved workspace-related ephemeral data from .obsidian/config to its own file .obsidian/workspace . When suggesting links, the first item will only be automatically selected if you type at least 1 character. Bare URLs without a scheme prefix will no longer be automatically detected as links. Add "https://" for it to be recognized. (For example, obsidian.md vs https://obsidian.md ) No longer broken Sometimes trying to auto-link backlinks in "unlinked mentions" could be clicked multiple times producing a [[link]]nk]]nk]] . Thankfully, that no longer happens. We fixed LaTeX sometimes hanging the app if $ was included in the middle. We also fixed LaTeX couldn't include escaped $ . You can now do that with \$ We've optimized HTML rendering to speed up re-rendering for big documents. Ctrl/Cmd-B and Ctrl/Cmd-I are now customizable. Indenting/unindenting using "smart indent lists" should no longer become "NaN." Consecutive links [[link1]][link2]] now links to the correct place in edit mode.