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

推荐订阅源

博客园_首页
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC
aimingoo的专栏
aimingoo的专栏
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
J
Java Code Geeks
G
Google Developers Blog
N
Netflix TechBlog - Medium
Vercel News
Vercel News
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
罗磊的独立博客
GbyAI
GbyAI
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
WordPress大学
WordPress大学
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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.1 Desktop (Early access)
2025-05-22 · via Obsidian Changelog
Breaking Changes We've renamed the built-in functions for Bases from snake_case to camelCase . We believe this naming schema is more consistent with the Obsidian API and therefore better adapted for plugin authors to extend. This will impact all your existing filters and formulas so please be sure to go through your existing .base files and correct them. We've made a change to how Bases files are stored in the workspace.json. After updating, if you have any open Bases files, Obsidian will say "plugin not found." Your data is still there and you just need to reopen the file. Improvements Bases: Uneditable cells are now grayed out. Bases: Added new date and time functions for extracting date or time out of a datetime. (e.g. date(now()) ). Bases: Added new split function to split a string. No longer broken Bases: Properties menu shows all relevant properties in the list by default. Bases: Minor improvements to how formula cells render complex values. Bases: Property menu properly refreshs after deleting a formula property. Bases: Filter and formula syntax now handles non-Latin characters in property names. Bases: Fix filter menu closing automatically when Base file is inside a pop-out window. Bases: "Copy table to clipboard" handles more complex values without showing [object Object] . Bases: You can now choose in settings if you want Page preview to require the modifier key for Bases files. Bases: Fixed floor(0) function showing an empty cell. Bases: Fixed min function returning the maximum value by mistake. Bases: Fixed max function showing an error. Bases: contains function is now case-insensitive. Bases: inFolder function no longer shows an error when no folder is specified. Bases: Fixed the "New base" menu item not giving input focus to the filename. Bases: Fixed Bases file not fully rendering when placed inside a sidebar and the sidebar toggles open. Bases: Fixed app layout shifting when typing in the Property menu. Quick Switcher: ".base" files are now shown by default. "Open linked view" menu only shows views that are applicable to the current file type.