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

推荐订阅源

博客园_首页
H
Help Net Security
量子位
The Cloudflare Blog
博客园 - Franky
博客园 - 聂微东
博客园 - 司徒正美
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
罗磊的独立博客
GbyAI
GbyAI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
美团技术团队
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
MongoDB | Blog
MongoDB | 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.