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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
博客园_首页
H
Help Net Security
博客园 - Franky
V
Visual Studio Blog
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
宝玉的分享
宝玉的分享
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
L
LangChain Blog
腾讯CDC
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
C
Check Point Blog
博客园 - 聂微东
罗磊的独立博客
量子位
M
MIT News - Artificial intelligence
F
Fortinet All Blogs

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.10.3 Desktop (Early access)
2020-12-29 · via Obsidian Changelog
Shiny new things Nested Tags: you can now nest tags with unlimited hierarchies using the syntax #parent/child/subchild . Searching for tag:#parent will now match #parent/child . Tag pane now has an option to display nested tags in hierarchy or flat mode. Search now has 3 more operators: line:(...) will perform the subquery on a line-by-line basis, rather than a file-by-file basis. For example, line:(foo bar) will only match foo and bar if they're on the same line. block:(...) will perform the subquery on a block-by-block basis. This is expensive computationally as it requires parsing each file, which means this is likely slower than other modes. section:(...) will perform the subquery on a section-by-section basis. A section starts from a heading and ends before the next heading. Hotkeys have been completely revamped to always use keyboard layout independent mode. This has caused confusion in the last version, so we've simplified the process. If you've customized hotkeys in the past, they will still work. All new hotkeys will be layout independent. You can now drag and drop links to pane headers to open the link in a specific pane. You can now see created and modified time of files by hovering them in the file explorer. Improvements Cmd+Shift+V can now paste as plaintext on macOS, in addition to the previous Cmd+Shift+Option+V (seriously, who came up with this default hotkey?). You can now disable HTML to Markdown conversion on paste in Settings > Editor. Hotkeys that are assigned multiple times are now displayed in red. Closing panes will re-focus on the most recent active pane instead of the first pane from the left. Clicking on a link will automatically focus on the new pane if the current pane is pinned. The translucency plugin has been moved to the appearance setting tab. No longer broken Links with %20 now decode properly when navigating using the editor. Focusing on panes now properly sets the state for arrow keys and page up/down keys to scroll the preview. Dragging text within the same editor pane no longer duplicates it. Fixed spacing between paragraphs in blockquotes. Developers Setting and BaseComponent now have a setDisabled function that will disable its control. Disabling a setting will disable all of its components. Scope.registerKey is now deprecated. It is replaced by Scope.register .