Mehr erfahren

Änderungsprotokoll

Verfolge Obsidian-Updates und Verbesserungen.

This update introduces a new searchable Settings panel and iOS Share Sheet. Scrolling large files and selecting text should also be improved on both iOS and Android. Includes all new features and bug fixes up to Obsidian Desktop v1.13.4.

iOS Share Sheet

The new iOS Share Sheet lets you save content from Safari, YouTube, and other apps without opening Obsidian. You can customize several Locations to define the vault, folder, and template that is used. Learn more.

New

  • Tab switcher: Drag and drop tabs to reorder them.
  • Tablet: Press-and-hold to resize splits and pinned sidebars.
  • Bases: New menu item to resize columns in table views.
  • Swipe down to dismiss a zoomed image.

No longer broken

  • Settings pages now have enough padding to scroll fully into view when the onscreen keyboard is showing.
  • Fixed double-tap to zoom on images.
  • Fixed a bug where the input field in the Search view would sometimes autofocus when you open the sidebar.
  • Fixed tabs not recomputing their width after another tab is closed.
  • Live Preview: Fixed "Enter" from the iOS keyboard not working as expected inside Markdown lists.
  • Live Preview: Fixed buttons for creating new columns and new rows not working on iOS.
  • File Recovery: Fixed navigating between different files in file history on mobile.
  • iOS: Fixed "Delete file" not updating the app interface on non-English devices.
  • iOS: Fixed setting pages scrolling back to the top after changing setting values.
  • iOS: Fixed app crashing when sharing screenshots via the Share Sheet.
  • iOS: Fixed scrolling stopping abruptly when scrolling quickly in a large document.
  • iOS: Fixed scroll stopping abruptly in reading mode when scrolling quickly in a document with large embeds.
  • iOS: Fixed scroll position getting lost after toggling a plugin on or off.
  • iOS: Fixed changing tabs with the Magic Trackpad causing the scroll position to reset.
  • iOS: Fixed triple-tap at the end of a paragraph not selecting the paragraph.
  • Android: Fixed "Select all" not selecting everything in long documents.

Developers

  • We have increased the minimum iOS version from iOS 14.5 to iOS 15. This should not impact any supported devices.

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.

  • Settings now open in a new window. You can turn this off in SettingsInterfaceOpen settings in new window.
  • Added search. You can now search for settings by name or description. This currently supports core settings and core plugins. Community plugins can migrate to the new settings API to appear in search results.
  • Added keyboard navigation. Use arrow keys to move between items, Enter to open a setting tab, and Ctrl/Cmd-F to re-focus search. Also supports Vim key bindings.
  • Some settings have moved into a new Interface settings page. Several settings pages have been redesigned to improve navigation.
  • Added the ability to exit Restricted Mode without re-enabling your plugins. Useful for debugging your vault.
  • Deprecated the Settings Search plugin as it overlaps with the new search functionality. Thank you to javalent for such a great plugin! It has been added to the Obsidian credits page.

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.

  • Live Preview: New editor experience when working with images. Images can now be selected via the keyboard, and they don't automatically expand to reveal their filename. When the image is selected, backspace and delete will delete the image, and Ctrl/Cmd-C and Ctrl/Cmd-X will copy or cut the image.
  • 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

Security

  • Obsidian URIs now present a confirmation dialog before firing the action. Choose "Don't ask again" to add that action to an allow list. Manage the allow list from settings.
  • Added a warning before attempting to load HTML resources if the source points to a network drive.
  • Added a warning dialog when choosing to sync plugins via Obsidian Sync.

Editor

  • Reading mode now supports external images with an image size and no alt text (e.g. ![200](https://www.path.to/image.png)).
  • Note Composer: When extracting a section from a file, links in that section will now be rewritten to be relative to the new location.

File explorer

  • Pressing Escape to cancel the file rename keeps the File Explorer focused.
  • Pressing Escape clears the current selection.
  • "Auto reveal" will no longer activate when renaming a file or folder.
  • Added support for dragging links from a Base into the File Explorer to move the file to a new location.
  • Minor improvements to drag and drop behavior.

Properties

  • Improved keyboard navigation in the Global Properties view; Backspace now deletes the selected properties.
  • Improved the property type menu to make it clearer whether a property's type is set automatically or chosen manually.

Obsidian Sync

  • Removed spinning from the status bar icon because it impacted battery life when the app idles.
  • Files in the Sync sidebar view now show all file-related items in the context menu.
  • Files in the Sync sidebar view can now be dragged into other views or into the editor.
  • Added search menu item to the Sync sidebar view.
  • The Sync sidebar view now supports multi-selection with the keyboard (Shift-arrow keys) or the mouse (Alt-click).
  • The Sync sidebar view now supports deleting files with the Delete or Backspace key.

macOS

  • Updated button and input styles to better match macOS 26 defaults.

Canvas

  • Minor rendering performance improvements.

Other

  • Added search to the Bookmarks view.
  • Added a new one-time banner confirming that you want to render Mermaid code blocks in your vault.
  • On desktop, dragging a folder into the app now imports the entire folder and preserves the directory structure.
  • Ctrl-N and Ctrl-P to navigate to the next/previous item in suggestions now work on all platforms.
  • Updated the dialog that appears when opening an unrecognized vault with plugins installed. Wording has been improved to emphasize the risk of using untrusted plugins.
  • Closing the quick switcher or command palette with the Escape key now correctly restores the previous selection.
  • Pressing the Escape key now hides the search input in sidebar views.
  • File Recovery: Added keyboard navigation to the file history records. Use arrow keys to navigate through the list.
  • The Unique Note Creator plugin now links to its own settings when it fails to find a template.

No longer broken

  • Fixed a rare race condition where a file could get stuck and fail to save until the app was restarted.
  • Fixed the app failing to load if a view throws errors while the workspace is loading.
  • Fixed the app silently crashing on any installer older than Obsidian 1.6. We've also added an error message if this ever happens again.
  • Fixed clicking external links in pop-out windows causing the pop-out window to close.
  • Fixed ribbon buttons not responding to touch events on desktop.
  • Disabling a CSS snippet now properly removes the styles from all pop-out windows.
  • Fixed the placeholder text shown in the command palette prompt.
  • Fixed choppy horizontal scrolling when sidebar tabs overflow.
  • Fixed the "Copy" button not appearing on very large code blocks.
  • Fixed image resizing when an image is inside a Markdown table.
  • Fixed unique URI action not opening the new note in the correct tab when the paneType option is provided.
  • Fixed navigation inside embedded web content (webview).
  • Reading mode no longer interprets %%%% as a non-terminated comment. Comments are always fenced with exactly two % characters.
  • Live Preview: Fixed Ctrl/Cmd-A not working inside embedded inputs (e.g. a cell in an embedded Bases table).
  • Live Preview: Fixed embeds inside Markdown lists not showing the correct indentation.
  • Live Preview: Code blocks now re-render correctly when a plugin's post processor changes.
  • Live Preview: Fixed inline formatting not expanding properly when math or images are inside. For example, **some $math$ text** would not expand properly when the cursor moved within the bold formatting.
  • Live Preview: Fixed image disappearing when editing a Markdown embed and scrolling.
  • File Explorer: Fixed rare bug where files temporarily rendered with the wrong indentation level after moving the file to a new folder.
  • Properties: Fixed Global properties view not always saving sort order.
  • Properties: Fixed "Delete properties" menu item not working reliably when property name contains capital letters.
  • Properties: Fixed "Open link under cursor" hotkeys not working on list property items.
  • Properties: Fixed an error when rendering []() inside a list property.
  • Bookmarks: Fixed focus not moving to the next item after deleting a bookmark via the keyboard.
  • 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 error messages appearing when disabling and re-enabling the Bases core plugin.
  • Bases: Fixed automatic column sizing for number properties.
  • 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.
  • Vim: A white "ghost" character no longer appears when the Vim cursor overlaps with a widget in the editor.

macOS

  • Fixed some elements showing scrollbars when they should not, such as the tab headers in the sidebars.

Developers

  • The installer has been updated to use Electron v43.1.1. To upgrade, install visit the Obsidian download page and reinstall Obsidian.
  • Added documentation and a migration guide for the new Settings API.
  • Added a new ConfirmationModal component.
  • Upgraded CodeMirror to the latest version.
  • Base colors have been migrated to OKLCH colorspace.
  • The --callout-color variable now expects a valid CSS color. This is a breaking change:
/* 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

  • Fixed Obsidian CLI for flatpak installs.

Third-party Libraries

  • Upgraded Moment.js to 2.30.1.
  • Upgraded Mermaid to 11.13.0.
  • Includes all new features and bug fixes up to Obsidian Desktop v1.13.4.

Improvements

  • Improved overall appearance of settings in dark mode.

No longer broken

  • Fixed search input getting automatically focused when browsing Community plugins.
  • iOS: Fixed the Share Sheet not including article content when sharing X links.
  • iOS: Fixed scroll position getting lost after toggling a plugin on or off.
  • iOS: Fixed changing tabs with the Magic Trackpad causing the scroll position to reset.
  • iOS: Fixed triple-tap at the end of a paragraph not selecting the paragraph.

Improvements

  • The image lightbox now displays the file name of the current image.
  • Improved layout of Page Preview settings.
  • Settings: Download counts are now abbreviated for plugins and themes.
  • Settings: Moved the "Interface" tab above "Editor" in the settings sidebar.
  • Live Preview: Improved alignment of images inline with text.
  • Live Preview: Removed extra padding around images.

No longer broken

  • Fixed a rare race condition where a file could get stuck and fail to save until the app was restarted.
  • Fixed the app failing to load if a view throws errors while the workspace is loading.
  • Fixed appearance of image action buttons on older installers.
  • Settings: Fixed Page Preview settings not showing entries from Community plugins.
  • Settings: Fixed the close button not being visible in the settings window when "Open settings in new window" is turned off.
  • Live Preview: Fixed appearance of non-image embed actions.
  • Live Preview: Fixed image disappearing when editing a Markdown embed and scrolling.
  • Live Preview: Fixed the editor line height being preserved when editing an image embed on an indented line with no other text.
  • Includes all new features and bug fixes up to Obsidian Desktop v1.13.3.

Improvements

  • Added "swipe down" gesture to dismiss an image in the lightbox.

No longer broken

  • Tapping an image no longer shows the keyboard.
  • Fixed double-tap to zoom on images.
  • Live Preview: Fixed buttons for creating new columns and new rows not working on iOS.
  • Live Preview: Fixed a regression where "Enter" from the iOS keyboard was not working as expected inside Markdown lists.
  • File Recovery: Fixed navigating between different files in file history on mobile.
  • iOS: Fixed scroll stopping abruptly in reading mode when scrolling quickly in a document with large embeds.
  • Fixed tabs not recomputing their width after another tab is closed.

Improvements

  • Live Preview: When the image is the only text on a line, the editor line height is no longer preserved to match the image height.
  • Live Preview: Added a new selection state to image embeds.
  • Added a "zoom" button to image embeds.
  • The image lightbox now supports click and drag to pan within an image.
  • File Recovery: Added keyboard navigation to the file history records. Use arrow keys to navigate through the list.
  • Unique Note Creator plugin now links to its own settings when it fails to find a template.

No longer broken

  • Fixed image resizing when an image is inside a Markdown table.
  • Fixed unique URI action not opening the new note in the correct tab when the paneType option is provided.
  • Includes all new features and bug fixes up to Obsidian Desktop v1.13.2.

Improvements

  • iOS: Added a url variable to the Share Sheet template for inserting the shared link into your note.

No longer broken

  • Settings: Updated the size of toggles inside settings.
  • Settings: Fixed the display of settings with validation errors.
  • iOS: Fixed scrolling stopping abruptly when scrolling quickly in a large document.
  • Android: Fixed "Select all" not selecting everything in long documents.

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.
  • Includes all new features and bug fixes up to Obsidian Desktop v1.13.1.

Improvements

  • Settings pages now have enough padding to scroll fully into view when the onscreen keyboard is showing.

No longer broken

  • iOS: Fixed app crashing when sharing screenshots via the Share Sheet.
  • Live Preview: Fixed "Enter" from the iOS keyboard not working as expected inside Markdown lists.

Improvements

Settings

  • Sliders now show a permanent label with the current value, shown inline next to the slider instead of in a tooltip.
  • Navigating back now restores focus to the setting item you came from.
  • Added support for the mouse "back" button to navigate back through settings history.
  • Added Alt-ArrowUp and Alt-ArrowDown to reorder items inside setting lists.
  • The command palette settings tab now uses the standard settings rendering.
  • Improved the layout of the community plugins list.
  • Deprecated the Settings Search plugin as it overlaps with the new search functionality. Thank you to javalent for such a great plugin! It has been added to the Obsidian credits page.

Other

  • Mermaid diagrams now render immediately after you allow them in a vault, without needing to reload.

No longer broken

  • Fixed setting pages not always loading when navigating to them from setting search results.
  • Fixed the placeholder text shown in the command palette prompt.
  • Fixed choppy horizontal scrolling when sidebar tabs overflow.
  • Live Preview: Fixed embeds inside Markdown lists not showing the correct indentation.
  • Live Preview: Code blocks now re-render correctly when a plugin's post processor changes.
  • Bookmarks: Fixed focus not moving to the next item after deleting a bookmark with Cmd-Backspace.
  • Bookmarks: Fixed Cmd-Backspace not clearing the filter input.
  • App: Fixed app silently crashing on any installer older than Obsidian 1.6. We've also added an error message if this ever happens again.
  • Desktop: Fixed navigation inside embedded web content (webview).

macOS

  • Fixed some elements showing scrollbars when they should not, such as the tab headers in the sidebars.

Developers

  • Settings: Added a reset button next to all setting definitions using "slider" or "color" controls.
  • Settings: Added a new display label to surface values before opening a settings page.
  • SettingDefinitionGroup#search now automatically filters the items using the user input.
  • Fixed SettingDefinitionGroup#cls silently failing when trying to provide multiple classnames.
  • Upgraded CodeMirror to the latest version.
  • Includes all new features and bug fixes up to Obsidian Desktop v1.13.0.

New

  • iOS: New Share Sheet with configurable Locations. Configure Locations to point to different destinations across any of your vaults.
  • iOS: Share Sheet now supports copying the full content of web pages, and content from other apps such as YouTube and social networks.
  • Tabs can now be reordered from the tab switcher. Swipe to close the tab
  • Tablet: Press-and-hold to resize splits and pinned sidebars.
  • Bases: New menu item to resize columns in table views.

No longer broken

  • iOS: Fixed "Delete file" not updating the app interface on non-English devices.
  • iOS: Fixed setting pages scrolling back to the top after changing setting values.
  • Fixed a bug where the input field in the Search view would sometimes autofocus when you open the sidebar.

Developers

  • We have increased the minimum iOS version from iOS 14.5 to iOS 15. This should not impact any supported devices.

This release introduces a revamped Settings panel that opens in a new window with built-in search and keyboard navigation.

New

Settings

  • Settings now open in a new window. You can turn this off in SettingsInterface.
  • Added search. You can now search for settings by name or description. This currently supports core settings and core plugins. Community plugins can migrate to the new settings API to appear in search results.
  • Added keyboard navigation. Use arrow keys to move between items, Enter to open a setting tab, and Ctrl/Cmd-F to re-focus search. Also supports Vim key bindings.
  • Some settings have moved into the a new Interface settings page. Several settings pages have been redesigned to improve navigation.
  • Added the ability to exit Restricted Mode without re-enabling your plugins. Useful for debugging your vault.

Security

  • Obsidian URIs now present a confirmation dialog before firing the action. Choose "Don't ask again" to add that action to an allow list. Manage the allow list from settings.
  • Added a warning before attempting to load HTML resources if the source points to a network drive.
  • Added a warning dialog when choosing to sync plugins via Obsidian Sync.

Other

  • Added search to Bookmarks view.
  • Added a new one-time banner confirming that you want to render Mermaid code blocks in your vault.
  • On desktop, dragging a folder into the app now imports the entire folder and preserves the directory structure.

Improvements

  • Ctrl-N and Ctrl-P to navigate to the next/previous item in suggestions now work on all platforms.
  • Updated the dialog that appears when opening an unrecognized vault with plugins installed. Wording has been improved to emphasize the risk of using untrusted plugins.

Editor

  • Live Preview: New editor experience when working with images. Images can now be selected via the keyboard, and they don't automatically expand to reveal their filename. When the image is selected, backspace and delete will delete the image, and Ctrl/Cmd-C/Ctrl/Cmd-X will copy or cut the image. This should also support Vim out of the box.
  • Note Composer: When extracting a section from a file, links in that section will now be rewritten to be relative to the new location.

File explorer

  • Pressing "Escape" to cancel the file rename keeps the File Explorer focused.
  • Pressing "Escape" clears the current selection.
  • "Auto reveal" will no longer activate when renaming a file or folder.
  • Minor improvements to drag and drop behavior.

Properties

  • Improved keyboard navigation in Global Properties view, Backspace now deletes the selected properties.
  • Property menu differentiates when a property has an automatic type assignment or not.

Obsidian Sync

  • Removed spinning from the status bar icon because it impacted battery life when the app idles.
  • Files in the Sync view now show all file-related items in the context menu.
  • Files in the Sync sidebar view can now be dragged into other views or into the editor.
  • Added search menu item to the Sync sidebar view.

macOS

  • Updated button and input styles to better match macOS 26 defaults.

Canvas

  • Minor rendering performance improvements.

Other

  • Closing the quick switcher or command palette with the escape key now correctly restores previous selection.
  • Pressing Escape key now hides the search input in sidebar views.
  • Disabling a snippet will remove the snippet from all pop-out windows.

No longer broken

  • Fixed clicking external links in pop-out windows causing the pop-out window to close.
  • Fixed ribbon buttons not responding to touch events on desktop.
  • Fixed CSS snippets staying applied to pop-out windows after disabling them.
  • File Explorer: Fixed rare bug where files temporarily rendered with the wrong indentation level after moving the file to a new folder.
  • Live Preview: Fixed Ctrl/Cmd-A not working inside embedded inputs (e.g. a cell in an embedded Bases table).
  • Properties: Fixed Global properties view not always saving sort order.
  • Properties: Fixed "Delete properties" menu item not working reliably when property name contains capital letters.
  • Properties: Fixed "Open link under cursor" hotkeys not working on list property items.
  • Bases: Fixed error messages appearing when disabling and re-enabling the Bases core plugin.
  • Bases: Fixed automatic column sizing for number properties.

Developers

  • Documentation and Migration guide for the new Settings API.
  • Added a new ConfirmationModal component.
  • Codemirror has been upgraded.
  • Base colors have been migrated to OKLCH colorspace.
  • --callout color variable now expects a valid CSS color. This is a breaking change:
/* 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

  • Fixed Obsidian CLI for flatpak installs.

Third-party Libraries

  • Upgraded Moment.js to 2.30.1.
  • Upgraded Mermaid to 11.13.0.

Includes all new features and bug fixes up to Obsidian Desktop v1.12.7.

Improvements

Obsidian CLI

  • The Obsidian Installer is now bundled with a new binary file for using the CLI. This new method replaces the old method of calling the Electron binary, resulting in significantly faster terminal interactions. Requires downloading the latest installer.
  • Added autocompletion for Obsidian commands to the terminal interface (TUI) when using the id= parameter.

Bug fixes

Obsidian CLI

  • Fixed the Obsidian CLI incorrectly checking for a Linux-specific directory on macOS.
  • Changed the CLI socket file to a hidden dotfile on macOS and Linux.

Editor

  • Fixed several issues with copy, cut, and paste when no text is selected.
    • Copying and pasting a line no longer places the cursor in the wrong position.
    • In tables, copying or cutting without a selection now correctly copies only the cell contents.
  • Pasting a URL while text is selected across multiple cursors now wraps each selection as a Markdown link ([selected text](url)).
  • Fixed images inside callouts showing unwanted scrollbars in Reading mode.
  • Fixed double-clicking an image in Live Preview not resetting its size.

Developer

  • The installer has been updated to use Electron v39.8.3 (requires downloading the latest installer).

Includes all new features and bug fixes up to Obsidian Desktop v1.12.6.

Bug fixes

CLI

  • Fixed the Obsidian CLI incorrectly checking for a Linux-specific directory on macOS.
  • Changed the CLI socket file to a hidden dotfile on macOS and Linux.

Editor

  • Fixed some regressions with the editor introduced in 1.12.4.
  • Fixed images inside callouts showing unwanted scrollbars in Reading mode.
  • Fixed double-clicking an image in Live Preview not resetting its size.

Includes all new features and bug fixes up to Obsidian Desktop v1.12.5.

Improvements

Obsidian CLI

  • Added autocompletion for Obsidian commands to the terminal interface (TUI) when using the id= parameter.

Bug fixes

  • Fixed several issues with copy, cut, and paste when no text is selected.
    • Copying and pasting a line no longer places the cursor in the wrong position.
    • In tables, copying or cutting without a selection now correctly copies only the cell contents.
  • Pasting a URL while text is selected across multiple cursors now wraps each selection as a Markdown link ([selected text](url)).

Obsidian Sync now supports headless operation using the obsidian-headless client. Learn more about how to use Obsidian Headless with Sync.

Includes all new features and bug fixes up to Obsidian Desktop v1.12.4.

New

  • iOS: New Share extension to save content to your vault from other apps (e.g. Safari, social networks) without opening Obsidian.
  • iOS: New Shortcut action "Bookmark Link" to save URLs as Obsidian bookmarks.

Improvements

  • The app now defaults to the system language and includes a language picker during onboarding.
  • Added new "Unique note" App action (the menu when you press and hold on the app icon).
  • Improved support for pointer devices on tablet (e.g. Magic Trackpad):
    • Submenus now expand on hover.
    • Property editor context menu shows on right-click.

No longer broken

  • Removed the "Delete and do not ask again" option from the file deletion prompt.
  • Obsidian Sync: Fixed an issue where files would get overridden if the app is closed before Obsidian can save the latest Sync state.
  • iOS: Fixed tooltips sometimes appearing after interacting with items in the sidebar.
  • iOS: Fixed issue causing the Daily Note and Bookmark Shortcuts to not work.
  • iOS: Fixed issue causing View Note widget to not refresh immediately.
  • Slides: Fixed the close button position in the status bar on mobile.