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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
月光博客
月光博客
爱范儿
爱范儿
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
腾讯CDC
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
U
Unit 42
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
雷峰网
雷峰网
L
LangChain Blog

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.8.0 Desktop (Public)
2020-07-14 · via Obsidian Changelog
Shiny new things Major new feature: Search has been massively improved and expanded! Check this out: Words in the search query separated by space will be searched independently in each file. "Quoted strings" can be used to perform full word match. "test" will not match the word testing . Use backslash \" to escape double quotes and \\ to escape backslash. Regular expressions (regex) can now be used in search. Use forward slash to denote a regular expression. For example: /[a-z]{3}/ . Boolean operations can now be used. Use OR to match one or another. Use - to negate a query. The space character is used for boolean "and". Parenthesis can be used to group boolean operations. For example (a OR b) (c OR d) . Several special operators are available. Some operators allow nesting queries using parenthesis, for example: file:("to be" OR -"2B") . file: will perform the following subquery on the file name. For example: file:".jpg" . path: will perform the following subquery on the file path, absolute from the root. For example: file:"Daily Notes/2020-07" . match-case: and ignore-case: will override the case sensitive match logic for the following subquery. There are now options in the search interface to provide different types of results: Collapse results will toggle between just showing matching note names and showing the lines in which matches appear. These extended results can be toggled for each note by clicking on the folding triangle next to the file name. Match Case will do what it says, but note that it can be overridden on a per-search basis as per above. Explain Search Terms will show you what the search is actually looking for in plain terms, so you can debug complex searches. And search results are now optimized to only render results visible in the scrollable box. This means no more lag when there are a lot of search matches. You can also star search queries for quick navigation using the "Starred" plugin. There is a new option for link suggestions to auto-complete paths in relative format, vault-absolute format, or our default "shortest unique path". This option can be found in Settings > File. Changes Daily Notes plugin now adds commands to go to previous and next day's note, if they exist. You will only see these in the Command Palette if you are in a daily note. A daily note for these purposes is defined as "matching the date format set in the daily notes plugin settings," so so any notes that don't use the specified date format won't be navigated to. No longer broken Excessive padding for media embeds (images, audio, video) have been slimmed down. There was a bug in the recognition of tags with numbers wherein some would be shown as tags in preview but not edit mode. That is fixed now. And we fixed the thing where toggle highlight command would just add more == instead of toggling as the name would suggest. Mermaid graphs would sometimes have boxes clip the last few letters of the text. That shouldn't happen anymore.