Learn more

Changelog

Follow Obsidian updates and improvements.

New

  • New image lightbox for viewing images fullscreen. Click the image in reading mode to open it. Or in live preview, with an image selected, click or press Space to open it in the lightbox. Use arrow keys to navigate between all the images embedded in the current file.
  • Live Preview: Added keyboard interactions when an image is selected. Press + or - to resize the selected image, and 0 to reset the image size. Press Enter to edit the image, or Tab to manually edit the image size.
  • Vim: Added a new :image Ex command to interact with the selected image. Use :image grow and :image shrink to resize the image, and :image reset to reset the image size. It also supports a count, so :5image grow will grow the image 5 times.

Improvements

  • Live Preview: Clicking outside a selected image now deselects it.
  • Reading mode now supports external images with an image size and no alt text (e.g. ![200](https://www.path.to/image.png)).
  • File Explorer: Added support for dragging links from a Base into the File Explorer to move the file to a new location.

Sync

  • Added file-level context menu items to the Sync view.
  • The Sync view now supports multi-selection with the keyboard (Shift-arrow keys) or the mouse (Alt-click).
  • The Sync view now supports deleting files with the Delete or Backspace key.

No longer broken

  • Editor: Fixed regression where "Toggle bold" would not remove the bold (**) markers when the cursor was inside bold text.
  • Live Preview: Fixed inline formatting not expanding properly when math or images are inside. For example, **e $e$ e** would not expand properly when the cursor moved within the bold formatting.
  • Reading mode no longer interprets %%%% as a non-terminated comment. Comments are always fenced with exactly two % characters.
  • Fixed the "Copy" button not appearing on very large code blocks.
  • Properties: Fixed an error when rendering []() inside a list property.
  • Bookmarks: Fixed keyboard navigation in the Bookmarks view sometimes getting stuck due to missing bookmarked files.
  • Bookmarks: Fixed middle-click inside the Bookmarks view activating AutoScroll on Windows.
  • Bases: Fixed the formula editor not working for Bases in pop-out windows.
  • Bases: Fixed sort filters showing an incorrect background color.
  • Bases: "File links" no longer show the image size as the image display name.
  • Sync: Fixed a bug where clicking the status bar icon would not always open the menu.
  • Settings: Fixed page preview settings not saving.
  • Settings: Fixed pinned commands not showing commands from community plugins.
  • Settings: Fixed a minor memory leak with "action" buttons in settings.
  • Vim: A white "ghost" character no longer appears when the Vim cursor overlaps with a widget in the editor.

Developers

  • Fixed how SettingGroup renders when used outside of a SettingTab.