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

推荐订阅源

Vercel News
Vercel News
N
Netflix TechBlog - Medium
C
Check Point Blog
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
腾讯CDC
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
V
V2EX
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
U
Unit 42
B
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.14.4 Desktop (Early access)
2022-03-31 · via Obsidian Changelog
Shiny new things Font settings can now list all fonts installed in the system (requires installer update to v0.14.4). You can now assign multiple fonts to each font option, and the first available font will be used. Improvements Obsidian Sync should now no longer create duplicate files when renaming a file while it is still syncing. Obsidian Sync now has a fully customizable sync folder exclusion system. This allows you to add exclusions to folders even if they don't exist locally. Auto-completing three backticks for code blocks now adds a newline automatically to avoid suddenly parsing the rest of the note as code. Toggle bold/italics will now smartly skip over the closing markers when at the end of the block, instead of adding more marker symbols. No longer broken Fixed on Linux the app doesn't properly watch for changes in the config folder. Fixed headings in lists not properly styled in Live Preview. Fixed duplicate event handlers for embeds, callouts, and tables blocks in Live Preview. Fixed app crashes on startup for platforms that doesn't have a configured documents folder. Fixed x-callback-url not properly taking into account existing ? query parameters. Fixed move file dialog lags in vaults with lots of folders. Fixed <webview> unable to open pages externally in the browser. Fixed downloading or updating plugins without css causes one to appear with the contents "Not found". Developers CSS variables related to fonts have been renamed. --default-font is now --font-default (but it will fallback to --default-font ) --interface-font is now --font-interface . --editor-font is now --font-text and will cover both editing and reading. There is now a --font-interface-theme and --font-text-theme dedicated for themes to set the fonts. Each theme and snippet is now put into its own <style> tag to avoid issues with imports not working. app is now officially available as a global variable.