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

推荐订阅源

WordPress大学
WordPress大学
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
D
DataBreaches.Net
GbyAI
GbyAI
Microsoft Security Blog
Microsoft Security Blog
博客园_首页
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Engineering at Meta
Engineering at Meta
IT之家
IT之家
MongoDB | Blog
MongoDB | Blog
The GitHub Blog
The GitHub Blog
月光博客
月光博客
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
腾讯CDC
B
Blog RSS Feed
博客园 - Franky
爱范儿
爱范儿

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.14.8 Desktop (Early access)
2022-05-03 · via Obsidian Changelog
Shiny new things for Obsidian Publish You can now collaborate on your site using their Obsidian account, so that multiple users can publish to the same site. This can be done in "Site options" > "Site collaboration" All site members can publish pages to the site. Only the owner can change the configurations and manage members. Only the owner needs to pay for the site, collaborators can join for free. Note that collaborators should ensure they have synced the latest edition of the site before making changes. You can now configure a list of included and a list of excluded folders when publishing changes. If a page is matched to the inclusion list, then it will be automatically selected for publishing. If a page is matched to the exclusion list, it will be completely removed from the list of pages to publish. The frontmatter publish: flag will override this setting for individual notes. Exclusions take priority over inclusions. In the "Publish changes" dialog, you can now right click on each note for a list of options, such as... Open the page on the live site. Open the note locally. Compare your local version with the live version. Discard local changes and download the live version. Improvements Sync diffs now render as unified diffs to conserve space. File recovery will now show diffs as well. opus audio files are now recognized as a supported file type. Unlinked mentions for outgoing links now respects the exclusion filter. No longer broken Fixed fonts sometimes not working with some themes and plugins using legacy css variables. Disabled sec-ua-hint to reduce issues with iframes. Fixed callout titles not working with strict line break turned on. Fixed selecting words in headings will invisibly also select to the beginning of the line. Fixed global graphs not showing unsupported attachments. Fixed "show context menu under cursor" not triggered correctly when app is zoomed. Fixed dragging and dropping files into the editor not showing the proper action verb text. Fixed callouts in Live Preview not showing unresolved links as faded. Fixed embeds within callouts in Live Preview not live updating and unable to click on checklists. Developer Fixed tab not working in modals. registerDomEvent can now take an options object (for things like {capture: true} ). Added goWordLeft and goWordRight editor commands.