x is y).![[image]]) instead of linked ([[link]]).x is y)..is-collapsed classname to filters menu header.Cmd/Ctrl-Z and Cmd/Ctrl-Shift-Z.reduce(), mean(), stddev() (standard deviation), and median().html() function for rendering custom HTML.random() function. Useful if you want to create a custom formula for randomizing your sort order.Ctrl/Cmd), a new split (Ctrl/Cmd-Alt), or a new window (Ctrl/Cmd-Alt-Shift).null) are now sorted with false values.| Command | Description |
|---|---|
Ctrl/Cmd-C |
Copy the selected cells. |
Ctrl/Cmd-V |
Paste the selected cells. |
Ctrl/Cmd-Z, Ctrl/Cmd-Shift-Z |
Undo and redo changes made while editing properties. |
Ctrl/Cmd-A |
Select all cells in the current group. |
Ctrl/Cmd-Shift-Arrowkey |
Select all cells in a given direction. |
Ctrl-Space |
Select the column. |
Shift-Space |
Select the row. |
Enter |
Focus the current cell. For checkboxes, this toggles the checkbox. For formulas, this opens the formula editor. |
Home |
Go to the first column. |
End |
Go to the last column. |
PageUp/PageDown |
Navigate by visual page height. |
Esc |
Clear the current cell selection. |
Backspace |
Clear the current cells. |
Tab |
Go to the next cell. |
Shift-Tab |
Go to the previous cell. |
All hotkeys are documented here.
appearance.json changes.FileManager#generateMarkdownLink no longer prepends "!" on attachment links.open-link event is now fired on the active element when the user triggers the "Follow link under cursor" command.this becoming null when focused on the current base file.BasesView.createFileForView to display the "new note" menu for the current view.BasesViewConfig.getEvaluatedFormula to get a config as a formula and evaluate it against the current base file.FormulaOption, FileOption, and FolderOption are now available as option base view option types.BaseOption.shouldHide is an optional callback to hide some options based on other options.escapeHTML() function.Includes all new functionality and bug fixes up to Obsidian Desktop v1.9.14.
Modal on phone sizes.Modal instances.file.hasTag('#tag') is no longer case-sensitive. file.hasTag('test') and file.hasTag('TEST') now return the same results.contains function now correctly handles nested tags. For example,tags.contains("A") will now return results containing #A as well as #A/B.this now work if a Base file is embedded inside Canvas.this now resolve to null if the Base is not in the sidebar and not embedded.The installer has been updated to use Electron v37.6.0 (requires downloading the latest installer). For users on macOS Tahoe, this may improve app performance.
This release introduces tons of new features and improvements to Bases. This release also includes the initial version of the Bases API.
Cmd/Ctrl-Z and Cmd/Ctrl-Shift-Z.reduce() function for lists.html() function for rendering custom HTML.random() function. Useful if you want to create a custom formula for randomizing your sort order.file.backlinks and other formulas that result in stale data.Ctrl/Cmd), a new split (Ctrl/Cmd-Alt), or a new window (Ctrl/Cmd-Alt-Shift).null) are now sorted with false values.Ctrl/Cmd-C, Ctrl/Cmd-V to copy and paste the selected cells.Ctrl/Cmd-z, Ctrl/Cmd-Shift-Z to undo and redo changes made while editing properties.Ctrl/Cmd-A to select all cells in the current groupCtrl/Cmd-Shift-Arrowkey to select all cells in a given direction.ctrl-Space to select the column.Shift-Space to select the row.Enter to focus the current cell. For checkboxes, this toggles the checkbox. For formulas, this opens the formula editor.Home go to the first column.End go to the last column.Pageup/Pagedown go to navigate by visual page height.Esc to clear the current cell selection.Backspace to clear the current cells.Tab go to the next cell.Shift-tab to to the previous cell.appearance.json changes.FileManager#generateMarkdownLink no longer prepends "!" on attachment links.open-link event is now fired on the active element when the user triggers the "Follow link under cursor" command.file.hasTag('#tag') is no longer case-sensitive. file.hasTag('test') and file.hasTag('TEST') now return the same results.contains function now correctly handles nested tags. For example,tags.contains("A") will now return results containing #A as well as #A/B.this now work if a Base file is embedded inside Canvas.this now resolve to null if the Base is not in the sidebar and not embedded.Modal on phone sizes. Modals are now always pinned to the bottom of the screen by default.Modal instances.