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).
- 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).