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

推荐订阅源

人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
量子位
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

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.4 Desktop (Public)
2020-10-13 · via Obsidian Changelog
Shiny new things In preview mode, internal links to notes that don't exist yet are now given the CSS class is-unresolved , and now shows up in a different color than links to existing notes. You can now downsize images using the new syntax: For Markdown images, use ![AltText|100x100](https://url/to/image.png) For embeds, use ![[image.png|100x100]] To have the image scale according to its aspect ratio, omit the height ![[image.png|100]] Obsidian Publish: Backlinks! Turn it on to add the new backlink section at the end of each page. Your site can now be styled with custom CSS! Just upload either obsidian.css or publish.css . You can also upload both so you can use your existing obsidian.css and add some extra tweaks for publish in publish.css . There's a new mode you can turn on called "sliding windows". This overhauls your site's navigation to open links beside the current page. Inspired by Andy Matuschak's website Page URLs now encodes space characters as + instead of %20 for a cleaner look. Changes Obsidian now recognizes .bmp , .svg , and .tiff images. Hover preview now pops up where your cursor is, rather than at the position of the link. Improved performance when computing backlinks for large vaults. Improved performance when auto-completing links for large vaults. Embeds got their styling tweaked to be less prominent and less distracting. No longer broken Deleting folders on Linux should no longer give an error message. Hover preview now fixed for graph view. It stays up nicely and disappears only when the cursor is off the hover and the graph node. Fixed a possibility that the hover preview gets stuck when clicking on the link. Fixed some characters not decoded properly when using obsidian:// URLs, such as the comma %2C . Removed duplicate backlinks for links within footnote definitions.