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

推荐订阅源

有赞技术团队
有赞技术团队
小众软件
小众软件
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
Jina AI
Jina AI
博客园 - 【当耐特】
V
Visual Studio Blog
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
量子位
IT之家
IT之家
G
Google Developers Blog
V
V2EX
The GitHub Blog
The GitHub Blog
月光博客
月光博客
GbyAI
GbyAI

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.5.0 Desktop (Early access)
2023-11-20 · via Obsidian Changelog
Shiny new things Brand new editor for Markdown tables . Table rows and columns are now easier to create, edit, sort, reorder, select, copy, and paste. These new table features can also be accessed via context menu, command palette, and hotkeys. Tables are still saved to plain text Markdown. Improvements Onboarding experience Obsidian will now use the system setting for light or dark mode by default, you can change this in Appearance settings. Improved the experience when creating a new vault from scratch. If you select "Create new vault," the created vault will include a welcome.md file and show a side-by-side view with the Graph view. Properties Properties can now be renamed globally. Renaming will cause the property to be modified in each corresponding file and the search is case-insensitive. Global Search: Search now works with non-string property values. Search for boolean values [property:TRUE] or [property:FALSE] or empty values [property:EMPTY] . You can also use inequality operators to search for things like [some_property:>10] . Global properties view can now be filtered. Editing experience Live Preview: Right-click on a callout to quickly change the callout type from a list of default callout type options. Numbered list markers are now right-aligned in editing mode. Pressing Tab when the # autocomplete is active will autocomplete the highlighted suggestion. If the highlighted suggestion has a / in it, like "#projects/in-review", Tab will autocomplete by segment , so "#projects" then press again to get "/in-review". Quality of life Files from outside Obsidian can now be dropped anywhere in the File Explorer pane instead of on top of the vault name. Similarly, dropping a file on top of any item in a folder will cause the file to get imported into that particular folder. Pressing Ctrl/Command-F in any view with a search input (including Backlinks or Properties) will now focus the search input. Menu options within the ... pane menu (the ... in the tab header) as well as the tab menu (right clicking on a tab) have been cleaned up and should now show more relevant options. Copy, cut, and paste items in the Bookmarks view (works via hotkey only currently). Bookmarks: Removed the "Bookmark this block..." context menu item. Added new "Show trash" command to open the .trash folder in filesystem. Bug fixes The active context menu is now automatically dismissed when the view navigates away or a dialog appears. Clicking 'New file' on an empty tab should open the new file in the current tab instead of creating a new one. Properties: Fixed issue where properties view sometimes displayed a stale value when switching between files. Properties: Fixed bug where pressing the left arrow key ( ← ) the start the input would cause the input to lose focus. Word count and character count status bar items now ignore frontmatter. Bookmarks: Fixed several edge cases where drag and drop would fail to work, including dragging an item to the bottom of the bookmark list. Fixed bug where canceling a drag would not cause the actively hovered element to remove its styling. The Appearance section in settings has been reordered for clarity. Unclosed [[ will no longer cause the next line to get rendered as a link. Updated "Auto pair brackets" behavior so that [[link]]'s can be typed without the apostrophe getting paired. Hover preview is no longer positioned on top of the cursor or target element if there isn't enough room to display the preview box. Editor selection no longer loses focus when resizing a tab group. Search: Minor tweak to avoid the content shifting a lot as the search counter ticks upward. Vim: Fixed issue with character movements not respective atomic ranges. Vim: Fixed issue where O on the first line of a file with properties would put the cursor in the wrong position. Developers As of 1.5.0, the Legacy editor has been completely removed from Obsidian. New CSS variables added: --list-marker-align --list-marker-min-width --indentation-guide-editing-indent New table variables for selection and dragging Breaking changes File Explorer and Tags pane both received a small code refactor. This might affect some plugins that rely on the internal JS structure. Themes should not be affected. Tags can no longer end in a / .