새 노트

What's new in 1.13.7

Other versions


What's new in 1.13

Released on July 30, 2026

This update introduces a new searchable Settings panel and new experience for working with images, including a full-screen image viewer.

Settings

Settings have been completely revamped with keyboard navigation, search, and new APIs for plugin developers.

Images

Image are now easier to resize and can be viewed fullscreen. Click an image or the Zoom button to open it. You can navigate between all the images embedded in the current file, and click and drag to pan within an image.

Improvements

Security

Editor

File explorer

Properties

Obsidian Sync

macOS

Canvas

Other

No longer broken

macOS

Developers

/* Previously callout colors expected an RGB triplet. */
--callout-color: 255,0,0;

/* Now any valid CSS color is valid */
--callout-color: #ff0000;
--callout-color: rgb(255,0,0);

CLI

Third-party Libraries


A complete list of previous changes can be found on our changelog.