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

推荐订阅源

Y
Y Combinator Blog
B
Blog
S
SegmentFault 最新的问题
Vercel News
Vercel News
博客园 - 聂微东
宝玉的分享
宝玉的分享
C
Check Point Blog
有赞技术团队
有赞技术团队
IT之家
IT之家
V
V2EX
爱范儿
爱范儿
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
博客园 - 司徒正美
博客园_首页
Last Week in AI
Last Week in AI
博客园 - 叶小钗
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
腾讯CDC
J
Java Code Geeks

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.9.18 Desktop (Early access)
2020-11-25 · via Obsidian Changelog
Shiny new things You can now download multiple themes and switch between them. They are now stored in the vault/.obsidian/themes folder. Be sure to disable the legacy option for obsidian.css when you do so! You can now add multiple CSS snippets, and choose to enable/disable them individually. They are stored in the vault/.obsidian/snippets folder. You can now check for third-party plugin updates and selectively update them. In preview mode, there is now a new section displaying the metadata of a file based on its YAML front matter. You can now give notes specific CSS classes using the front matter option cssclass . You can also specify multiple ones with the same syntax as tags and aliases, for example, cssclass: class1, class2 . Combine this with custom CSS to selectively style notes. You can now sort tags in alphabetical order instead of by frequency. You can now collapse the front matter section in edit mode. Improvements The custom CSS plugin has been merged into the app, under the "Appearance" setting tab. In preview mode, if the front matter fails to parse as YAML, an error message will be displayed in the code block if you had show front matter option enabled. Link suggestion will now suggest aliases of a file after you type | . Link suggestion no longer shows YAML front matter as a block to refer to. When renaming a file, Markdown links will now also change the display text if it matches the file name. File explorer has been improved to lag less on big vaults. Backlinks and unlinked mentions have been improved to lag less when there are many results. No longer broken Highlights are now properly exported to PDF. After renaming a file, automatically updated Markdown links will now properly contain the .md extension. Choosing a spellcheck suggestion will no longer wipe adjacent characters. Creating or renaming a file now properly calculates backlinks to it. Embed images now shows up properly in block suggestions. Developers moment.js has been replaced with moment-with-locales.js . CodeMirror has been updated to v5.58.3. A new event layout-change is has been added to Workspace .