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

推荐订阅源

Last Week in AI
Last Week in AI
GbyAI
GbyAI
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
量子位
aimingoo的专栏
aimingoo的专栏
D
Docker
F
Fortinet All Blogs
T
Tailwind CSS Blog
V
V2EX
D
DataBreaches.Net
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
G
Google Developers Blog
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
Microsoft Security Blog
Microsoft Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
A
About on SuperTechFans
IT之家
IT之家

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.