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

推荐订阅源

Vercel News
Vercel News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
aimingoo的专栏
aimingoo的专栏
I
InfoQ
IT之家
IT之家
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
博客园_首页
Engineering at Meta
Engineering at Meta
Martin Fowler
Martin Fowler

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.12.6 Desktop (Early access)
2021-06-21 · via Obsidian Changelog
Shiny new things There's a new core plugin called "Note Composer" that can help you merge and split notes quickly. New command and menu option are available for merging current note into another one. Select text and right click for the option to extract it into a separate note. You can choose to apply a template for extracted notes. The extracted text will be filled into the {{content}} variable in the template. Other variables like {{fromTitle}} , {{newTitle}} , {{date:YYYY-MM-DD}} are also available. Improvements Core plugins now has their commands prefixed with their plugin name, which makes them easier to find in Command Palette. The right click menu in edit mode is now unified into a single consistent menu, which contains the cut/copy/paste/select all options, spellcheck suggestions, as well as link options if available. No longer broken Syntax highlighting will now properly recognize any character for task lists. Pasting images from Chrome now properly works to import it on MacOS. Quick switcher now no longer ranks subfolder matches significantly lower than poor file name matches. Text overflowing modals now properly scroll rather than clip at the edge of the screen. Plugins causing an error in checkCallback no longer breaks the command palette. Fixed backlink in document not showing up in an empty file. Fixed drag-and-drop panes not working when right sidebar has no panes and is completely hidden. Developers Fixed data-path not updated when folders are renamed. There is now a editor-menu event on Workspace , which can be used to add more options to the context menu inside the editor.