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

推荐订阅源

IT之家
IT之家
博客园 - 聂微东
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
博客园 - 司徒正美
爱范儿
爱范儿
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
博客园 - 【当耐特】
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
人人都是产品经理
人人都是产品经理
V
V2EX

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.15 Desktop (Public)
2020-09-14 · via Obsidian Changelog
Shiny new things The app now registers the URL scheme "obsidian://". This will attempt to open a file in any previously opened vaults. On MacOS, this requires installer version 0.8.12+ to work. To open a vault that you have previously opened, use the format obsidian://vault/vaultname , where vaultname is the name of the folder of the vault. To open a file inside a vault, use the format: obsidian://vault/vaultname/path/to/file . To open a file with an absolute path, use the triple slash format: obsidian:///absolute/path/to/file or on Windows obsidian:///C:\path\to\file (forward slash also works). This will open the file in the most nested vault that's capable of opening this file. If the URL does not do anything, then it means the file does not belong to any vault you have previously opened. If the vault opens, but does not navigate to the specified note, then it means the file of that path was not found. On Linux, you will have to setup an obsidian.desktop file with Exec=obsidian %u . Details see here . Alphabetical sorting has been improved. Sort is now case insensitive. Sort correctly understand accent characters such as "é" to be the same as "e". Numbers are now naturally sorted, so "1", "2", and "10" will now sort in the expected order. Outline items are now collapsible. Changes Embed can now be rendered up to 5 layers deep. Pasting images now use a 14 digit timestamp format "Pasted image 20200914050118.png" instead of a regular number "Pasted image 15.png". Graph view will now prioritize rendering frames instead of performing physics simulation, which previously caused multi-second lags on large graphs. No longer broken Fixed Frameless titlebar text is not properly center aligned. Linking an unlinked mention now properly removes the entry from the unlinked mention section. Removed hidden titlebar when fullscreen which caused the top section of the app to not accept clicks. Drag and drop panes no longer cause the moved pane to lose CSS styles and pane headers. MacOS can now double click the frameless window header to zoom or un-zoom. Numbered lists with checkboxes now renders correctly.