Add-ons
Learn more

Changelog

Follow Obsidian updates and improvements.

Improvements

Tables

  • Added RTL text support.
  • Tables are now automatically formatted as you type. This means columns will now render cleanly in source mode.
  • Tables will no longer break when typing in the line preceding a table widget.
  • The paragraph submenu is now disabled inside the table context menu.
  • Typing "---" will no longer autocomplete inside a table cell.
  • Fixed issue where long horizontal tables would lose their scroll position on edit.
  • Fixed issue where right-clicking inside a table would cause multiple context menus to appear.
  • Lots of small fixes to how we handle editing text adjacent to tables.

Editing

  • Formatting commands now recognize _ for italic and __ for bold.
  • Fixed issue where "Copy" would not work in a file where a PDF was embedded.
  • "Quick font size adjustment" is now disabled by default.
  • Fixed some weird behavior with "Toggle comment" command when it was used next to other comments.
  • It's no longer possible to accidentally edit text inside a fold. Navigating into a fold will automatically open the fold.
  • "Close" has been moved to the top in the tab menu. Previously it would show below "Close all" and "Close others."

No longer broken

  • Fixed Live Preview issue where tokens inside markdown code blocks will no longer get parsed and rendered.
  • Fixed Outgoing links "link" button missing for unresolved links.
  • Fixed issue where bookmarks would be hidden or missing from the Bookmarks view.
  • Fixed "copy" button inside Sync History not working.
  • Fixed issue where dragging and dropping screenshots into Obsidian would produce broken links.
  • Fixed Outline view not showing leading numerics.
  • Fixed page preview sometimes getting triggered when mouse is not hovering over Obsidian.
  • Fixed issue where Backlinks view would incorrectly render links if they are on the same line as an embed.
  • We have reverted the changes to how lists are displayed in Live Preview. They will be formatted how they were in v1.4.
  • Fixed Enter, F2, and Cmd+ArrowDown not working when File Explorer is focused. Enter should now open the focused file on linux/win and rename the file on macOS. F2 will rename the focused folder/file. And Cmd+ArrowDown will open the focused file on macOS.
  • Editing a ordered checklist (i.e. 1. [ ]) will no longer cause the checkboxes to get wiped out.

macOS

  • Double-clicking on the sidebar tab items will no longer trigger "maximize window."
  • Fixed View → Source Mode and View → Reading View app menu items getting out of sync with the app.

Vim

  • Fixed issue where vim cursor got out of sync with the Obsidian cursor. This made it possible to accidentally edit Properties inside vim mode.
  • The vim cursor will now be hidden if the editor is not focused (good bye red box!)
  • Restyled the Vim normal mode command panel.

Shiny new things

Introducing a brand new editor for Markdown tables. Table rows and columns are now easier to create, edit, sort, reorder, select, copy, and paste. These new table features can also be accessed via context menu, command palette, and hotkeys. Tables are still saved to plain text Markdown.

To add a table to a note, right click and choose Insert → Table, or use the command palette.

Once you insert a table, you can add new columns and rows by clicking on the sides of the table. Add text with inline formatting. Press tab to navigate between cells.

Improvements

Properties

  • Properties can now be renamed globally. Renaming will cause the property to be modified in each corresponding file and the search is case-insensitive.
  • Global Search: Search now works with non-string property values. Search for boolean values [property:TRUE] or [property:FALSE] or empty values [property:EMPTY]. You can also use inequality operators to search for things like [some_property:>10].
  • Global properties view can now be filtered.

Editing experience

  • New formatting menu. You can now right click in the editor to change text formatting, paragraph styles, and insert elements such as lists and tables.
  • Right-click on a callout to quickly change the callout type from a list of default callout type options.
  • Pressing Tab when the # autocomplete is active will autocomplete the highlighted suggestion. If the highlighted suggestion has a / in it, like "#projects/in-review", Tab will autocomplete by segment, so "#projects" then press again to get "/in-review".

Sync

  • When viewing the version history for a file, changes made by the same user on the same device will now be grouped together. And Markdown will be rendered to more closely match reading mode.
  • Number of vaults has increased from 5 to 10
  • Maximum file size has increased from 100MB to 200MB

Sync version history

Quality of life

  • The Outline view now has a "collapse all" button as well as a search field for filtering the list of headings in the file.
  • Files from outside Obsidian can now be dropped anywhere in the File Explorer pane instead of on top of the vault name. Similarly, dropping a file on top of any item in a folder will cause the file to get imported into that particular folder.
  • Pressing Ctrl/Command-F in any view with a search input (including Backlinks or Properties) will now focus the search input.
  • Menu options within the ... pane menu (the ... in the tab header) as well as the tab menu (right clicking on a tab) have been cleaned up and should now show more relevant options.
  • Copy, cut, and paste items in the Bookmarks view (works via hotkey only currently).
  • Bookmarks: Removed the "Bookmark this block..." context menu item.
  • Added new "Show trash" command to open the .trash folder in filesystem.
  • The Appearance section in settings has been reordered for clarity.

Onboarding

  • Obsidian will now use the system setting for light or dark mode by default, you can change this in Appearance settings.
  • Improved the experience when creating a new vault from scratch. If you select "Create new vault," the created vault will include a welcome.md file and show a side-by-side view with the Graph view.

Bug fixes

  • The active context menu is now automatically dismissed when the view navigates away or a dialog appears.
  • Clicking 'New file' on an empty tab should open the new file in the current tab instead of creating a new one.
  • Properties: Fixed issue where properties view sometimes displayed a stale value when switching between files.
  • Properties: Fixed bug where pressing the left arrow key () the start the input would cause the input to lose focus.
  • Word count and character count status bar items now ignore frontmatter.
  • Bookmarks: Fixed several edge cases where drag and drop would fail to work, including dragging an item to the bottom of the bookmark list.
  • Fixed bug where canceling a drag would not cause the actively hovered element to remove its styling.
  • Unclosed [[ will no longer cause the next line to get rendered as a link.
  • Updated "Auto pair brackets" behavior so that [[link]]'s can be typed without the apostrophe getting paired.
  • Hover preview is no longer positioned on top of the cursor or target element if there isn't enough room to display the preview box.
  • Editor selection no longer loses focus when resizing a tab group.
  • Search: Minor tweak to avoid the content shifting a lot as the search counter ticks upward.
  • Vim: Fixed issue with character movements not respective atomic ranges.
  • Vim: Fixed issue where O on the first line of a file with properties would put the cursor in the wrong position.

Developers

Breaking changes

  • File Explorer and Tags pane both received a small code refactor. This might affect some plugins that rely on the internal JS structure. Themes should not be affected.
  • Tags can no longer end in a /.

Improvements

Formatting

  • Added new "Insert" and "Paragraph" menus when right-clicking in the editor.
  • We've made lots of small tweaks to the new formatting logic so it should handle even more complex Markdown selections.

Obsidian Sync

  • The prompt when deleting a remote vault will now include the name of the vault getting deleted.

Misc.

  • Added support for embedded .avif files.
  • Tags in the global search suggest box will now be sorted alphabetically.

No longer broken

  • Triple-clicking in a table cell will no longer select the entire table. Instead, this will keep the expected behavior of selecting all the text in the cell. Quadruple-clicking in a table cell will select the entire table.
  • Table selection is now always cleared when clicking outside of a table cell.
  • Fixed alignment of list markers in Live Preview and reading mode.
  • The statusbar will no longer jitter when you open a file from the file explorer.
  • Fixed issue where "Clear formatting" inside a table selection messing up the table formatting.
  • "Add cursor above" and "Add cursor below" will now work as expected when you have multiple cursors already active.
  • Missing embedded media attachments no longer give a prompt to "Click to create."

Improvements

Tables

  • Triple-click in a table cell to select the whole table.
  • Clicking on the drag-indicators is now a quick way to select the entire row or column.
  • Improved performance of the table editor when rendering large tables.
  • "Insert template" now works within table cells.
  • Dragging rows and columns in the table will now move the row/column instead of swapping it.

Editor

  • We have overhauled our formatting commands (e.g. "Toggle bold"). The commands now support multiple-cursors, work across multiple lines, works with table selections, and even detect existing formatting in the selection and "intelligently" places the formatting characters without breaking the document formatting.
  • There is a new "Format" submenu when you right-click in a Markdown document to easily toggle the inline formatting for the current text selection.
  • New "Clear formatting" command to remove inline formatting from the current selection

Outline

  • The Outline view now has a "collapse all" button as well as a search field for filtering the list of headings in the file.
  • The view is now registered with the "Page preview" core plugin. Preview individual headings in the note on hover.

Settings

  • We've done some shuffling around in the settings.
    • "About" has been renamed to "General" and is now first in the list.
    • "About → Advanced" Section has been removed.
    • "About → Disable GPU" has been moved to Appearance.
    • "About → Override config folder" has been moved to Files and Links.

Sync

  • When viewing the version history for a file, changes made by the same user on the same device will now be grouped together. And Markdown will be rendered to more closely match reading mode.

Misc.

  • Reorganized the menu when right-clicking on a folder in the file explorer.
  • New "Search in folder" menu item when right-clicking on a folder
  • Improved appearance of inline code when it soft-wraps to the next line.
  • New css class for order-list-number (.formatting-list-ol).

No longer broken

  • Search operators such as file: and path: are now case-insensitive. So you can use "FILE:" or "PATH:" now.
  • Outgoing links: Fixed issue where unresolved block links would render as an empty row in outgoing links view.
  • Fixed issue where links with custom display text (i.e. [[link|alias]]) would render incorrectly after a table.

Improvements

Tables

  • New buttons to quickly add a new column or row.
  • Sorting table columns now ignores formatting characters.
  • There's now a smaller minimum width for table cells.

quickly add table row or column

General

  • The currently active heading will be highlighted in the Outline view.

No longer broken

  • On macOS, the area around the traffic light buttons is now draggable.
  • Fixed drag-and-drop in the bookmarks view failing if you have a long list of bookmarks.
  • Fixed not being able to reorder table rows when line numbers is enabled.
  • Fixed the file explorer not remembering what folders are folded.
  • Fixed the "Insert internal link" command causing the cursor to go to the end of the table.
  • Fixed tables sometimes showing multiple text selections.
  • The diff view inside Sync History is now scrollable.
  • Fixed x motion in Vim mode being able to delete newlines.

Shiny new things

Brand new editor for Markdown tables. Table rows and columns are now easier to create, edit, sort, reorder, select, copy, and paste. These new table features can also be accessed via context menu, command palette, and hotkeys. Tables are still saved to plain text Markdown.

Improvements

Onboarding experience

  • Obsidian will now use the system setting for light or dark mode by default, you can change this in Appearance settings.
  • Improved the experience when creating a new vault from scratch. If you select "Create new vault," the created vault will include a welcome.md file and show a side-by-side view with the Graph view.

Properties

  • Properties can now be renamed globally. Renaming will cause the property to be modified in each corresponding file and the search is case-insensitive.
  • Global Search: Search now works with non-string property values. Search for boolean values [property:TRUE] or [property:FALSE] or empty values [property:EMPTY]. You can also use inequality operators to search for things like [some_property:>10].
  • Global properties view can now be filtered.

Editing experience

  • Live Preview: Right-click on a callout to quickly change the callout type from a list of default callout type options.
  • Numbered list markers are now right-aligned in editing mode.
  • Pressing Tab when the # autocomplete is active will autocomplete the highlighted suggestion. If the highlighted suggestion has a / in it, like "#projects/in-review", Tab will autocomplete by segment, so "#projects" then press again to get "/in-review".

Quality of life

  • Files from outside Obsidian can now be dropped anywhere in the File Explorer pane instead of on top of the vault name. Similarly, dropping a file on top of any item in a folder will cause the file to get imported into that particular folder.
  • Pressing Ctrl/Command-F in any view with a search input (including Backlinks or Properties) will now focus the search input.
  • Menu options within the ... pane menu (the ... in the tab header) as well as the tab menu (right clicking on a tab) have been cleaned up and should now show more relevant options.
  • Copy, cut, and paste items in the Bookmarks view (works via hotkey only currently).
  • Bookmarks: Removed the "Bookmark this block..." context menu item.
  • Added new "Show trash" command to open the .trash folder in filesystem.

Bug fixes

  • The active context menu is now automatically dismissed when the view navigates away or a dialog appears.
  • Clicking 'New file' on an empty tab should open the new file in the current tab instead of creating a new one.
  • Properties: Fixed issue where properties view sometimes displayed a stale value when switching between files.
  • Properties: Fixed bug where pressing the left arrow key () the start the input would cause the input to lose focus.
  • Word count and character count status bar items now ignore frontmatter.
  • Bookmarks: Fixed several edge cases where drag and drop would fail to work, including dragging an item to the bottom of the bookmark list.
  • Fixed bug where canceling a drag would not cause the actively hovered element to remove its styling.
  • The Appearance section in settings has been reordered for clarity.
  • Unclosed [[ will no longer cause the next line to get rendered as a link.
  • Updated "Auto pair brackets" behavior so that [[link]]'s can be typed without the apostrophe getting paired.
  • Hover preview is no longer positioned on top of the cursor or target element if there isn't enough room to display the preview box.
  • Editor selection no longer loses focus when resizing a tab group.
  • Search: Minor tweak to avoid the content shifting a lot as the search counter ticks upward.
  • Vim: Fixed issue with character movements not respective atomic ranges.
  • Vim: Fixed issue where O on the first line of a file with properties would put the cursor in the wrong position.

Developers

Breaking changes

  • File Explorer and Tags pane both received a small code refactor. This might affect some plugins that rely on the internal JS structure. Themes should not be affected.
  • Tags can no longer end in a /.
  • Includes all new functionality and bug fixes up to Obsidian Desktop v1.4.16.
  • Fixed drag and drop handler on iOS causing the view to scroll. This affects properties, the mobile toolbar, and the font picker.
  • Added a "Create" button to menus like the share menu.
  • Updated formatting of share menu and fixed bug where it would fail to insert if current file was in reading mode.
  • Lots of styling improvements for settings.
  • Login screen no longer mentions requiring 2FA if it is not enabled on your account.
  • Fixed bug where template properties wouldn't get applied if a value was null.
  • Fixed issue where you could sometimes not add text after an image in Live Preview.
  • iOS: Added new persistent "Hide keyboard" button to the mobile toolbar.
  • Canvas: Fixed Canvas view not being focused on touch.

Phone-only Improvements

  • Suggestions will now appear inline below the cursor instead of attached to the keyboard.
  • Closing app settings no longer causes double animation.
  • Fixed loading bar when opening the community themes and community plugins directory.

Improvements

Properties

  • List property elements can now be edited. Right-click the list item and choose "Edit...".

General

  • The backlinks and word count status bar elements will be hidden if the active view does not support them.
  • The icon for bookmarked files has been updated for clarity.
  • Pressing Enter or Tab when the file titlebar is focused will not revert the filename if the new name is invalid. Instead, an error message will be shown and the titlebar will stay active.
  • Improved layout of "About" settings tab.

No longer broken

Properties

  • Fixed "Show file properties" command not working if the Graph view is focused.
  • If frontmatter parsing fails, we will now always show a token where the parsing error is.
  • Fixed issue where status bar element did not update when closing a file.
  • Fixed issue where properties are invisible when dragging a tab.
  • List properties will now properly handle empty rows in the frontmatter.

General

  • Triggering a command from the macOS Application menu will now un-minimize the vault if the window is minimized.
  • Includes all new functionality and bug fixes up to Obsidian Desktop v1.4.15.
  • iOS: Added new persistent "Hide keyboard" button to the mobile toolbar.
  • Canvas: Fixed Canvas view not being focused on touch.

Improvements

Properties

  • List property elements can now be edited. Right-click the list item and choose "Edit...".

General

  • macOS: The "more options" icon on views will now be horizontal instead of vertical to match OS guidelines.
  • The backlinks and word count status bar elements will be hidden if the active view does not support them.
  • The icon for bookmarked files has been updated for clarity.
  • Pressing Enter or Tab when the file titlebar is focused will not revert the filename if the new name is invalid. Instead, an error message will be shown and the titlebar will stay active.
  • Improved layout of "About" settings tab.

No longer broken

Properties

  • Fixed "Show file properties" command not working if the Graph view is focused.
  • If frontmatter parsing fails, we will now always show a token where the parsing error is.
  • Fixed issue where status bar element did not update when closing a file.
  • Fixed issue where properties are invisible when dragging a tab.
  • List properties will now properly handle empty rows in the frontmatter.

Canvas

  • Fixed issue where navigating to files from a canvas would sometimes cause sidebar views to show empty results.

Bookmarks

  • The "Bookmark this block" command will now pre-populate the bookmark title with the currently selected text.
  • Dragging a bookmark from the bookmarks view to the editor will include the subpath if there is one.

General

  • Tag suggestions will now be sorted alphabetically if there is no search query.
  • Text selection will no longer be updated when the inline search input (Ctrl/command + F) loses focus.
  • "Split right" and "Split down" commands will now copy the scroll position of the current leaf.
  • Triggering a command from the macOS Application menu will now un-minimize the vault if the window is minimized.

No longer broken

General

  • Formatting commands (e.g. "Toggle bold") will now update the text selection to ignore leading and trailing whitespace.
  • The suggest box in the Search view will no longer appear when reselecting the existing search query.

Properties

  • Added new indeterminate state to checkboxes.
  • Pressing arrow down (↓) from the inline title should focus the note content if no properties exist.
  • Fixed issue with inserting templates with properties failing to add new properties if the value is null.
  • Right-click on links in properties now opens the link context menu.

Sync

  • Fixed a Sync bug that in rare cases could cause file duplication when editing a file and then immediately renaming it.
  • Property types will now be counted "Main settings" in the sync preferences.
  • Includes all new functionality and bug fixes up to Obsidian Desktop v1.4.14. This includes the new properties editor.
  • Fixed drag and drop handler on iOS causing the view to scroll. This affects properties, the mobile toolbar, and the font picker.
  • The suggest component is now inline on mobile instead of attached to the keyboard.
  • Added a "create" button to menus like the share menu.
  • Updated formatting of share menu and fixed bug where it would fail to insert if current file was in reading mode.
  • Lots of styling improvements for settings.
  • Login screen no longer mentions requiring 2FA if it is not enabled on your account.
  • Fixed bug where template properties wouldn't get applied if a value was null.
  • Fixed issue where you could sometimes not add text after an image in Live Preview.

Phone-only Improvements

  • Closing app settings no longer causes double animation.
  • Fixed loading bar when opening the community themes and community plugins directory.

No longer broken

General

  • Formatting commands (e.g. "Toggle bold") will now update the text selection to ignore leading and trailing whitespace.
  • The suggest box in the Search view will no longer appear when reselecting the existing search query.

Properties

  • Added new indeterminate state to checkboxes.
  • Pressing arrow down (↓) from the inline title should focus the note content if no properties exist.
  • Fixed issue with inserting templates with properties failing to add new properties if the value is null.
  • Right-click on links in properties now opens the link context menu.

Sync

  • Fixed a Sync bug that in rare cases could cause file duplication when editing a file and then immediately renaming it.
  • Property types will now be counted "Main settings" in the sync preferences.

The installer has been updated to Electron v25.8.1 to address several vulnerabilities. To update, you must manually get the latest installer from https://obsidian.md/download.

No longer broken

  • Fixed edits from source mode not properly updating the properties editor interface.

No longer broken

  • Canvas: Fixed issue preventing Canvas cards from entering edit mode.

Improvements

Editor

  • Empty lines before the frontmatter block are no longer allowed. Previously this was supported by some parts of the app and ignored by others.
  • Adding inline formatting to text will now ignore whitespace at the start and end of the selection.

Properties

  • Date & time fields now include seconds.
  • Added command to fold properties.
  • When toggling "Properties view" core plugin the core plugin will immediately open the "All properties" view.
  • Added a tooltip when hovering over property names in case the property name is too long and gets cut off.
  • Sidebar view now indicates if file properties are invalid.
  • Right-click on the properties heading to quickly add a property or clear the properties from the file.
  • If your file properties cannot be parsed, the exact spot where there YAML is invalid is now highlighted.

No longer broken

General

  • Fixed "Reveal in Finder" hanging for a long time on macOS.
  • Files specified in the "Excluded files" setting will no longer be counted in the Tags view or Properties view.
  • Fixed "Replace" button in find/replace not highlighting the next match.
  • Fix stacked tabs not scroll into view when first activated.

Properties

  • Fixed bug where editing properties in reading mode would cause changes made in edit mode to be reverted.
  • Fixed the All Properties view sometimes jumping around when editing notes.
  • Fixed issue where properties editor would sometimes produce invalid frontmatter when editing.
  • Fixed Tag suggest not showing suggestions if the input starts with #.
  • Fixed properties status bar item not updating if the properties sidebar was not open.
  • Fixed more edge cases where frontmatter would temporarily appear when modifying properties.
  • The "Add file property" menu item will no longer be disabled in reading mode.
  • Fixed duplicate keys being suggested in property name input fields.
  • Fixed "Unassign type" not working for properties with capital letters.
  • It is no longer possible to unassign the type for default properties (cssclasses, tags, aliases).
  • Fixed issue where the arrow keys would jump from the editor to properties editor even if the cursor isn't on the first line of the file.
  • Pressing escape when property name input is focused now properly reverts the changes.
  • Renaming a list property will no longer cause a type mismatch warning to appear.
  • Clicking outside of the property editor will remove the empty property section for the note if there is one.
  • Fixed "type mismatch" tooltip sometimes showing the wrong expected type.
  • Fixed cssclasses sometimes staying applied to the current view after switching to a new file.

Search

  • Fixed file: queries showing wrong matches when composed with other search operators.
  • Fixes results for file: queries highlighting the wrong text.

Other plugins

  • Outline: Fixed outline view scroll position getting reset when editing a longer document.
  • Note composer: Improved behavior for merging frontmatter if note contains nested YAML properties or invalid frontmatter.
  • Sync: Fixed app freezing for very large vaults sometimes.

Fixed since last insider build

  • Fixed properties sidebar view not showing "Add properties" button if the active file has no properties yet.

Improvements

  • Properties: Added a tooltip when hovering over property names in case the property name is too long and gets cut off.
  • Properties: Sidebar view now indicates if file properties are invalid.
  • Properties: Right-click on the properties heading to quickly add a property or clear the properties from the file.
  • Frontmatter: If your file properties cannot be parsed, the exact spot where there YAML is invalid is now highlighted.
  • Editor: Adding inline formatting to text will now ignore whitespace at the start and end of the selection.

No longer broken

  • Live Preview: Fixed not being able to edit properties if "Show properties as source" was enabled or if the frontmatter was invalid.
  • Live Preview: Fixed issue where the arrow keys would jump from the editor to properties editor even if the cursor isn't on the first line of the file.
  • Properties: Pressing 'escape' when property name input is focused now properly reverts the changes.
  • Properties: Renaming a list property will no longer cause a type mismatch warning to appear.
  • Properties: Clicking outside of the property editor will remove the empty property section for the note if there is one.
  • Properties: Fixed "type mismatch" tooltip sometimes showing the wrong expected type.

Improvements

  • Properties: New behavior when toggling "Properties view" core plugin. Enabling the core plugin will immediately open the "All properties" view.

No longer broken

  • Fixed properties status bar item not updating if the properties sidebar was not open.
  • Live Preview: Fixed more edge cases where frontmatter would temporarily appear when modifying properties.
  • Live Preview: Fixed issue where sometimes the property editor would insert an extra newline character.
  • The "Add file property" menu item will no longer be disabled in reading mode.
  • Properties: Fixed duplicate keys being suggested in property name input fields.
  • Properties: Fixed "Unassign type" not working for properties with capital letters.
  • Properties: It is no longer possible to unassign the type for default properties (cssclasses, tags, aliases).
  • Files specified in the "Excluded files" setting will no longer be counted in the Tags view or Properties view.

Improvements

  • Live Preview: Notes can no longer include empty lines before the frontmatter block. If the frontmatter block does not start on the first line of the note, we will interpret it as regular text.
  • Properties: Date & time fields now include seconds.
  • Added command to fold properties.

No longer broken

  • Properties: Fixed bug where editing properties in reading mode would cause changes made in edit mode to be reverted.
  • Search: Fixed file: queries showing wrong matches when composed with other search operators.
  • Search: Fixes results for file: queries highlighting the wrong text.
  • Properties: Fixed the All Properties view sometimes jumping around when editing notes.
  • Note composer: Improved behavior for merging frontmatter if note contains nested YAML properties or invalid frontmatter.
  • Properties: Fixed issue where properties editor would sometimes produce invalid frontmatter when editing.
  • Properties: Fixed Tag suggest not showing suggestions if the input starts with '#'.
  • macOS: Fixed "Reveal in Finder" hanging for a long time.
Follow us
© 2024 Obsidian