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

推荐订阅源

雷峰网
雷峰网
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
博客园_首页
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
美团技术团队
小众软件
小众软件
Jina AI
Jina AI
S
SegmentFault 最新的问题
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

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.