- Dołączył
- 26 Maj 2010
- Posty
- 19824
- Reakcje/Polubienia
- 63016
Obsidian 1.12.4
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
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
Zaloguj lub Zarejestruj się aby zobaczyć!.- 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.