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

推荐订阅源

Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
A
About on SuperTechFans
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
U
Unit 42
WordPress大学
WordPress大学
Y
Y Combinator Blog
罗磊的独立博客
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
博客园 - 叶小钗
Stack Overflow Blog
Stack Overflow Blog
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
V
V2EX
雷峰网
雷峰网
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
SegmentFault 最新的问题
酷 壳 – CoolShell
酷 壳 – CoolShell

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.13.0 Desktop (Early access)
2021-11-10 · via Obsidian Changelog
Shiny new things Live Preview (also known as "WYSIWYG" mode) is now available for insider testing. To enable it, go to Settings > Editor > Experimental Live Preview . Changing this option requires a restart to take effect. The live preview mode is highly experimental and many bugs are expected. Please report bugs in the Discord server under the insider-desktop channel. Once you turn on this option, there is a command to toggle source mode as well as a pane menu option. Current features Hide Markdown formatting syntax. Embedded notes, images, audio, video, PDFs and notes using the wikilink syntax will show a preview in the editor. Embedded images using the Markdown syntax from external sources will show previewed. Block ( $$ ) LaTeX will show a preview. Inline LaTeX will be implemented in a future release. Checklists will be replaced with a checkbox. Clicking on it will toggle the check status. Not implemented yet and coming soon Embeds using Markdown link syntax. Inline LaTeX. HTML blocks. Custom code blocks (including plugin rendered blocks like Admonition and Dataview). Improved list bullets (and hide bullet with checklists). Tables. Improvements Added webp image support. Obsidian Sync The remote vault selection dialog has been reworked to prevent accidentally connecting to a different remote vault, causing unintentional vault merges. A warning has also been added to confirm the merging of local and remote vaults when the local vault already contains files. No longer broken Copy code block button now also shows up on code blocks without a language. Fixed tabs becoming spaces within code blocks in preview mode. Fixed tab size not respected in preview mode. Fixed right clicking on search result matches not working. Fixed backlink in preview mode not updated when switching to an empty note. Fixed embeds in exported PDF documents not showing page title. Fixed code blocks in exported PDF documents sometimes contain duplicate characters when copied to clipboard when using Obsidian's dark mode. Fixed code blocks in exported PDF not wrapping. Fixed app zoom hotkeys stops working after opening a PDF document. Changing font size will no longer cause the cursor in the editor to behave erratically. Fixed navigating to headings, block IDs, and search results sometimes not scrolling down properly. Fixed navigating in local graph sometimes causes the navigation history to skip over a file. Developers There is now an append function for both the Vault and the Adapter APIs. There is now a function to sanitize HTML called sanitizeHTMLToDom which returns a DocumentFragment of the sanitized HTML content. You can now setInstructions for an EditorSuggest . There is now a wordAt function on the Editor interface.