Learn more

Changelog

Follow Obsidian updates and improvements.

Shiny new things

  • Introducing per-tab history. Each tab now maintains its own history stack for navigation.

per-tab history

A huge thank you to @pjeby for Pane Relief and for all his help with testing the new per-tab history!

Improvements

  • "Show tab title bar" is now enabled by default. The tab title bar now also includes forward/backward navigation arrows as well as the full file path.
  • Soft-wrapping of lines should now better avoid misaligned indents.
  • Sliding Panes plugin will now automatically be disabled on startup.
  • Added an option to Export to PDF to show the name of the note at the beginning of the document.
  • Improved sidebar collapse/expand animation.
  • Publish: "new" and "unchanged" sections are now collapsed by default.

No longer broken

  • Legacy themes are no longer deleted when updating to 0.16 compatible themes. This should improve compatibility when syncing to a device that's not yet 0.16 compatible.
  • Fixed pasting into inline titles inside pop-out windows.
  • Fixed selecting text inside the Release Notes callouts.
  • Pressing 'escape' will no longer cause the editor to lose focus.
  • macOS: Command-ArrowLeft will now take you to the beginning of the current list item.
  • macOS: Fixed "Show context menu" command not working with spelling corrections.
  • Publish: fixed "use live version" not working with locally deleted files.
  • Translucency is now disabled in fullscreen mode.

Shiny new things

tab-stacks

  • Introducing Tab Stacks. You can now switch any tab group in your workspace into a tab stack. Tab stacks provide an alternative way to view your tabs, reminiscent of Andy Matuschak's website.

Improvements

  • Improved the overall appearance of the app when "translucent window" is enabled.
  • The quick switcher will no longer attempt to reuse an existing tab when opening a file.

No longer broken

  • Windows: fixed not being able to drag the window when a modal is open.
  • Fixed styling issues in the Release Notes view.
  • Theme modal will now show legacy themes that you have installed locally.
  • Fixed "backlink in document" buttons not working.
  • Outline view will only scroll the associated tab instead of all tabs with the same file.

Improvements

  • The setting Appearance → Show view header has been renamed to Appearance → Show tab title bar.
  • The setting Appearance → Title bar style has been renamed to Appearance → Window frame style.
  • Added "UI zoom level" slider to Settings → Appearance.
  • Release notes will now automatically show after Obsidian updates.
  • Improved community theme/plugin README.md relative images, added support for videos.
  • Added default hotkey for opening link in new window (Ctrl/Cmd+Alt+Shift+Enter)
  • Improved performance for installing/updating plugins.
  • Reduced flashing when searching for plugins.
  • Renamed "active file" to "current file" in several commands for better consistency.

No longer broken

  • Fixed quick switcher's "open to the right" hotkey not working.
  • Fixed "Backlink in document" not always updating.
  • Fixed file explorer not always highlighting selected files.
  • Tweaked sizing and positioning of title bar when zoomed in/out.
  • Obsidian Sync will now avoid deleting old themes.
  • Fixed misaligned logo in custom mode.
  • Fixed status bar jitter when word count updates.
  • macOS: Tweaked location of traffic lights when zoomed in/out.

No longer broken

Fixed copying and pasting using the context menu.

Improvements

  • Added support for .mov and .mkv files. Exact codec support may vary by platform.

No longer broken

  • Fixed “Inter” not showing up in the font list. It will now appear at the top of the list for easy access.
  • Graph view will now properly wait for fonts to load before rendering.
  • Graph view groups can now be reordered by dragging and dropping again.
  • Fixed Markdown embeds showing up with a large empty space in pop-out windows.
  • Fixed editor search not showing up in pop-out windows.
  • Pressing “Escape” will no longer unfocus a sidebar editor pane.
  • The app will now fallback to a Github proxy when Github is inaccessible.
  • Switching workspaces will now properly close all pop-out windows.
  • Live Preview: Toggling checklist items in callout will no longer cause the callout to get collapsed.

No longer broken

  • Fixed "Inter" not showing up in the font list. It will now appear at the top of the list for easy access.
  • Graph view will now properly wait for fonts to load before rendering.
  • Graph view groups can now be reordered by dragging and dropping again.
  • Fixed Markdown embeds showing up with a large empty space in pop-out windows.
  • Fixed editor search not showing up in pop-out windows.
  • Escape no longer unfocuses a sidebar editor pane.
  • The app will now fallback to a Github proxy when Github is inaccessible.
  • Switching workspaces will now properly close all pop-out windows.

Core update

  • Includes all new functionality and bug fixes up to Obsidian Desktop v0.15.6.
  • Major update to the editor engine fixing several input related bugs.

iOS

  • You can now choose user installed fonts.

No longer broken

  • Fixed checkboxes not working in Live Preview.
  • When the app loading fails, there is now an option to reload app in Restricted Mode (with plugins disabled).
  • Fixed page preview not scrolling to specific location properly when hovering search results.
  • Fixed linked panes keeps stealing focus when navigated.
  • Fixed LaTeX math not rendering in pop-out windows.
  • Fixed "Show File Explorer" and other similar commands not focusing on the pane when activated.

Improvements

  • Renamed "Open current pane to new window" command to "Move current pane to new window."
  • There is now a separate "Open current pane in new window" command for opening a pop-out window without closing the current view.

No longer broken

  • Fixed reading mode in pop-out window not rendering when the main window is minimized.
  • Fixed graph view in pop-out window not responding when main window is minimized.
  • Fixed various suggestion items not rendering properly.
  • x-callback-url now disallows file:/// protocols.
  • Fixed hover preview not working in graph view.
  • Fixed "focus on pane to left/right" commands not working within pop-out windows.
  • Fixed "close all other panes" command not working within pop-out windows.
  • macOS: Fixed App Menu items not working when pop-out window was focused not working within pop-out windows.
  • Fixed styling issues within the Open Vault window.
  • Fixed issue where pressing 'escape' in the graph view would cause the view to lose focus.

Developers

  • If a plugin view crashes when getting created, the view will properly get cleaned up.
  • leaf.view can now never be null.

Shiny new things

  • Added "Toggle always on top" command to pin pop-out windows above all other windows on your desktop.

Improvements

  • The native scrollbar styling for macOS is back. This can still be overridden by themes.
  • Views dragged out into their own pop-out will now preserve their previous pane size.
  • Automatically refocuses the view in pop-out windows when cycling between windows.

No longer broken

  • Fixed "Open in new window" not giving the new pane focus.
  • Copying to clipboard now works in pop-out windows.
  • Fixed issue where the File Explorer didn't always respect the "default note location" setting.
  • Backlinks in document will no longer disappear in pop-out windows.
  • The toggle sidebar commands should now work again.
  • Pop-out windows will now remember their position and size when restoring from maximize, minimize, or fullscreen.
  • Fixed table wrapping issues in Live Preview.
  • Fixed checkbox in callouts misaligned when using RTL.

Developers

  • We've made several improvements to the workspace API to improve plugin compatibility with v0.15.X. If you've been experiencing compatibility issues with your plugin (views opening in the wrong leaf, files opening without focus), we recommend testing against this version to see if the issues have been resolved.
  • For plugin and theme developers: we've made changes to the Suggest component's DOM structure. If your plugin is attaching itself to core Suggest components or mimicking the Suggest component structure, it will likely be impacted.
    • The new DOM structure is:
    - .suggestion-item
    	- .suggestion-content
    		- .suggestion-title
    		- .suggestion-note (optional)
    	- .suggestion-aux
    		- .suggestion-hotkey (optional)
    		- .suggestion-flair (optional)
    
  • The behavior of workspace.getActiveFile has been updated to now return the file of the most recently active FileView. This change should improve compatibility for custom views now that sidebar views are focusable. If you were previously using workspace.getMostRecentlyActiveFile for v0.15.X compatibility, please switch back to getActiveFile.
  • Note: Theme developers can avoid overriding the macOS native scrollbars by targeting body:not(.native-scrollbars) for any scrollbar styling.

Shiny new things

  • You can now drag and drop panes across multiple windows.
  • You can now drag a pane outside of the app to create a new window.
  • You can now right click on a file or a link to open it in a new window.
  • You can now rearrange the order of tabs in the sidebar.
  • Pop-out windows will now save and restore their position across app restarts.
  • You can now right click on the Obsidian Sync status indicator to bring up a menu of shortcuts for pause/unpause, change settings, view the sync log, or view recently deleted files.

Improvements

  • Menu items are now grouped by function to make them easier to use.
  • The "editor status" core plugin has been moved to an editor setting. It will also now show an icon instead of text.
  • Pressing Escape when not focused on a pane now focuses the last active editable pane.
  • The application menu on macOS now shows the assigned hotkey for each menu item.
  • Added a pin icon to pinned sidebar views.
  • "Focus on editor" command is now called "Focus on last note" and will restore focus to the most recently focused note.

No longer broken

  • Fixed several vim hotkeys that were broken due to the CodeMirror 6.0 update.
  • In vim mode, characters that are composed with AltGr now work correctly in normal and visual mode.
  • Fixed mermaid not rendering in pop-out windows.
  • Fixed embeds render with large empty space in pop-out windows.
  • Fixed link with pane not working across pop-out windows.
  • Fixed styling issues with translucency.
  • Fixed Obsidian Publish upload dialog unable to "Use live version" in deleted/non-existent notes.
  • Fixed font selector not showing all fonts.
  • F1-F12 keys can now be bound to commands without a modifier.
  • Fixed long filenames overlapping with buttons in the window titlebar.

Developers

  • New enhancements for DOM elements and UI events: This applies to all derivatives of Node (like Element, HTMLElement, etc) and all derivatives of UIEvent (like MouseEvent, KeyboardEvent, etc)
    • You can now easily access the element or event's owner document (element.doc or event.doc) and window (element.win or event.win).
    • You can now use element.instanceOf(HTMLElement) or event.instanceOf(MouseEvent) to perform instanceof checks without having to worry about cross-window constructors.
    • HTMLElement now also has a onWindowMigrated hook that can be used to monitor when the element gets attached to different windows. This can be used to re-initialize views that depend on window globals.
  • There are now workspace events for window-open and window-close.
  • MenuItem now has a new method setSection(string). Items from the same section will be grouped together, in the order they were defined or first used. The default section (empty string) will contain all legacy/plugin/unspecified menu items and is usually put into a specific spot of the sort order (for example, before the danger items). Inspect the DOM to see existing sections' data-section.
  • We've removed the ability to create MenuItem directly - please use Menu.addItem instead.
  • On View, we've deprecated the onHeaderMenu and onMoreOptionsMenu in favor of a single onPaneMenu function with a source parameter. This new method will be used for both the header menu (right clicking on a tab header in the sidebar) and the more options menu (three dot menu).

Improvements

  • Pressing Esc with a sidebar view focused will refocus your last note.
  • Checkboxes within settings can now receive keyboard focus.
  • Clicking on a view's options menu will now toggle it opened/closed.

No longer broken

  • Left and right arrow keys now work within the search input again.
  • Opening a view in its own window will now give the view focus.
  • Inline images are now properly rendered inline with text.
  • Fixed switching panes doesn't update the window title.
  • Fixed issue with file explorer causing high CPU usage when your vault has many unfolded files showing.

Developers

  • Added mod-active class to the tab headers when the view is active.
  • Updated Mermaid to v9.1.2.

Shiny new things

  • The Tag pane can now be navigated with the keyboard.

Improvements

  • macOS-only: the title bar is now 2px taller.

No longer broken

  • Plugin views will no longer get replaced when clicking on a link (such as Calendar).
  • Fixed files not being opened inside the currently active split.
  • Graph view interactions now works within a popout window.
  • The tag pane will show nested tags again.
  • Native scrollbars have been temporarily reverted on macOS due to the white background issue on dark theme.
  • "About" window on macOS will now show the Obsidian version correctly.
  • Ctrl/Cmd-clicking on the active file in the File Explorer will open it in a split instead of focusing the explorer.
  • Popout windows are removed when switching workspaces.
  • Vim mode: The ghost character (like #) that appears in an unfocused editor is now hidden.
  • Navigating forward/backward in history will skip over some views such as File Explorer or backlinks.

Developer

  • To account for sidebar views being able to receive focus, we have deprecated several Workspace functions whose behavior conflicted with user expectations.
  • Added .is-focused class to the window body of the currently focused window.

Shiny new things

  • New "Open in New Window" command for opening views in a separate window.
  • The app menu on macOS has been revamped to be more consistent with the OS.
  • Added keyboard navigation to the File Explorer and Search views Arrow keys to move through items, Enter / Shift+Enter to select.

Improvements

  • Sidebar panes can now receive focus. This change allows hotkeys to work in editors moved into the sidebar.
  • The native scrollbar styling for macOS is now used throughout the app. This can still be overridden by themes.
  • Will now use your system font by default on Windows and macOS. You can customize this in settings.
  • Window title will now include the active file name.
  • New users will now automatically start with Live Preview. Users currently using the legacy editor will be prompted about the legacy editor going away in a future release.
  • Pressing enter inside a list item will now detect if the rest of the line is also a list item, and avoid generating duplicate bullet characters.
  • Merged "Account" and "About" tabs in the settings
  • Added "check for updates" button to theme.
  • "Safe mode" has been renamed to "Restricted mode".
  • "Open in default app" is no longer a Core plugin and the functionality has been moved into core.
  • Pressing Escape when there's a highlight in the editor (from search or navigation) causes the highlight to be removed, instead of requiring a mouse click.
  • On macOS, Ctrl+N/P can now be used to navigate suggestion results similar to Up/Down arrow keys.

No longer broken

  • Plugin panes will now automatically unload and reload when plugins are disabled or enabled.
  • Sidebar collapse/expand animation no longer causes editor panes to resize suddenly at the end.

Developer

  • CodeMirror 6 has been updated from v0.19 to v6.0. If your plugin uses cm6 extensions, please upgrade to v6.0 soon, and make sure you set your minAppVersion to 0.15.0.
  • Upgraded MathJax to v3.2.1.

Core update

  • Includes all new functionality and bug fixes up to Obsidian Desktop v0.14.15.
  • Fixed rename vault functionality gets stuck.
  • You can now setup Obsidian Sync right from the starting screen.

Android

  • Fixed stat on directories gives NaN.
  • Fixed pressing enter in global search causes focus to shift to the editor that's hidden behind.

iOS

  • Fixed black bar at the bottom on iPad when using external keyboard.

No longer broken

  • Fixed typing with IME causes fold indicators to move around the note.

No longer broken

  • Fixed typing with IME sometimes causes the text to not get styled properly until another change is performed.
  • Fixed rename block ID not renaming the ID itself when updating links.
  • Fixed unnecessary underlines within single square brackets.
  • Fixed Live Preview scrolling with scrollbar not re-rendering properly.
  • Fixed File explorer not highlighting items properly when right clicking.
  • Daily notes with templates are now created in a single step, instead of being created empty first and filled in after.

Shiny new things

  • You can now rename block IDs when right clicking on the block ID, which will update all the references to that block ID.

Improvements

  • Errors and console logs from plugins will now indicate the plugin's name instead of showing eval at anonymous.

No longer broken

  • Fixed note composer's merge note functionality not updating links after merging.
  • Move line up/down/delete paragraph commands can now be repeated again by holding the hotkey.
  • Fixed drag and drop not working on some plugins.
  • Fixed strikethrough not working on links.
  • Fixed identical custom code blocks in Live Preview not re-rendered when switching documents.
  • Fixed open context menu command not opening in the correct location in legacy editor.
  • Fixed note composer "merge note" not properly updating links after merging.
  • Fixed IME broken when typing on a line before a heading that starts with a space character.
  • Fixed identical custom code blocks in Live Preview goes stale when switching documents.

No longer broken

  • Fixed holding down keys in the editor not working.
  • Fixed vim mode cursor not updating position when focus leaves the editor.
  • Fixed height computation disrupted by some themes resetting the contain property.

Improvements

  • You can now move or delete multiple selected items via the right-click context menu in the File Explorer.
  • The backslash escape character will now be hidden when your cursor is not on the same line in Live Preview.
  • When exiting in-document search, the last searched result will be selected automatically.

No longer broken

  • Hotkeys will no longer trigger multiple times when you hold down the hotkey.
  • Links created by LaTeX or Mermaid will no longer accidentally navigate the app to an empty white page.
  • Fixed vim mode has a blinking thin caret alongside the vim caret.
Follow us
© 2024 Obsidian