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

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Help Net Security
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
The Cloudflare Blog
I
InfoQ
美团技术团队
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
L
LangChain Blog
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog

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.