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

推荐订阅源

Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
美团技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Y
Y Combinator Blog
T
Tailwind CSS Blog
D
Docker
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Google DeepMind News
Google DeepMind News
腾讯CDC
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
U
Unit 42
The Cloudflare Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
爱范儿
爱范儿
Recent Announcements
Recent Announcements
博客园 - 聂微东
博客园 - 叶小钗
H
Help Net Security
MyScale Blog
MyScale 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.8.5 Desktop (Early access)
2020-08-21 · via Obsidian Changelog
Shiny new things A new template plugin is now available. Designate a template folder and insert any of them on command. In the plugin setting, you can tell the plugin what to replace {{date}} and {{time}} with. {{title}} will be replaced by the title of the current file. You can also insert {{date:FORMAT}} to customize date formatting individually. YAML Frontmatter is now recognized. You can also hide it using the option in Settings > Editor > Show frontmatter. There's now a new file menu item to "reveal file in file explorer", which highlights the current file in the file explorer pane. You can now choose to auto-complete links in the Markdown standard format. This will automatically encode spaces as %20 . Changes We've now switched from Markdown-It to Remark to parse Markdown files. This will inevitably change how some of your notes look like, since Remark is not fully CommonMark compliant. This change allows us to accurately calculate link positions within a document to properly render backlinks and to update references when files are renamed. Search now searches in file name as well. No longer broken Two identical links in the same paragraph now properly shows as two distinct backlinks, instead of showing the first one twice. Pressing Tab to autocomplete links no longer inserts an extra pair of ]] . Footnotes used to link to the wrong place, that should be fixed now. Vault switcher should no longer flash blank for a second when first opened up. Fixed sometimes the window would overflow, causing the whole app to be scrolled up out of view. When vault resides in a folder with special characters, embedded images and media no longer worked. This shouldn't happen anymore. Pasting control characters (which are also invalid for file names) in the file rename field no longer causes an exception. LaTeX rendering using MathJax should no longer be broken if accidentally changed MathJax renderer using the right-click menu. Mermaid graphs that couldn't be rendered due to an error won't scroll the whole app anymore. Duplicate embeds, LaTeX, and code blocks now properly renders instead of having the first one disappear. Spellcheck correction is now properly applied when using custom CSS themes that reduce line height.