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

推荐订阅源

N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
B
Blog
J
Java Code Geeks
T
Tailwind CSS Blog
腾讯CDC
A
About on SuperTechFans
GbyAI
GbyAI
H
Help Net Security
IT之家
IT之家
L
LangChain Blog
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
博客园 - 叶小钗
小众软件
小众软件
I
InfoQ
爱范儿
爱范儿
有赞技术团队
有赞技术团队
博客园 - 司徒正美
博客园 - 【当耐特】
Jina AI
Jina AI
D
Docker

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 1.9.3 Desktop (Early access)
2025-06-26 · via Obsidian Changelog
Improvements Changes to cssclasses , aliases , and tags properties: Invalid values will no longer be hidden in Bases and the property editor. String values are now accepted as valid values for these properties. For example: tags: 'my-tag' is no longer marked as invalid. Invalid property values, such as tags: 'tag1, tag2' will now be visible in the property editor and marked as invalid. In the "Format converter" core plugin, there is a new option to fix any incorrectly formatted aliases , tags , and cssclasses in your vault. It will also migrate your old alias , tag , and cssclass properties to the new format. Property editor is now available inside page preview and Canvas. Right-clicking a folder in the file titlebar now shows the folder menu. Improvements to the display of an "unknown" tab. Added option to close all unknown tabs. Page preview: Added button to open preview in current tab. When there is not enough room to display the whole path in the titlebar, the folders will be truncated before the file name. Bases Added a new "Cards" view layout. Display your files in a grid, and optionally assign a cover image to each file. Added "New item" toolbar button to automatically create a file that matches the filters of the current view. Added "Sort" toolbar menu. Views can now be sorted by properties not visible in the current view. Added a new "duration" type. You can use this to display the difference between dates (e.g. note.release_date - today() ). Added Date#relative() to see when a date was relative to now. date() now handles timestamps in the format YYYYMMDD and YYYYMMDDHHmm . Formulas: Fixed bug where multiple divisions would not work (e.g. 10 / 5 / 2 ). Formulas now support inequality comparisons with strings (e.g. date > "YYYY-MM-DD" ) Formulas: link() can now be used with external links. Formulas: Fixed hasLink() not resolving links with subpaths (e.g. file#heading ) Infinity is now rendered as ∞. Fixed issues with reading and writing properties when they have different cases in different files (e.g. Property vs property ). Bases now respects "Excluded files" setting. Table: Fixed sort arrows appearing in the wrong direction. Table: Improved support for RTL languages. Table: Improved sort behavior of links, URLs, durations, and dates. Table: Right-click on the file name now shows "Delete file" menu option. group_by has been renamed to groupBy . This is still a placeholder for grouping functionality that will be added later. No longer broken Search: Fixed "tag:" results not appearing if the "tags" property has any capital letters in the property name (e.g. "Tags") PDF: Fixed regression in PDF view where some text selections cannot be copied. Fixed regression where property editor would display unknown property values as "text" properties. Fixed bug where closing a tab while hovering over the "link" icon would not cause the link highlight to get removed. Canvas: Fixed "New group" not selecting the label text by default. "Export to PDF" no longer causes the screen to briefly flash white in dark mode. Improved the rendering of codeblocks inside quoteblocks.