.formatting-list-ol
).file:
and path:
are now case-insensitive. So you can use "FILE:" or "PATH:" now.[[link|alias]]
) would render incorrectly after a table.x
motion in Vim mode being able to delete newlines.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.
welcome.md
file and show a side-by-side view with the Graph view.[property:TRUE]
or [property:FALSE]
or empty values [property:EMPTY]
. You can also use inequality operators to search for things like [some_property:>10]
.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".Ctrl/Command-F
in any view with a search input (including Backlinks or Properties) will now focus the search input....
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.←
) the start the input would cause the input to lose focus.[[
will no longer cause the next line to get rendered as a link.[[link]]'s
can be typed without the apostrophe getting paired.O
on the first line of a file with properties would put the cursor in the wrong position.--list-marker-align
--list-marker-min-width
--indentation-guide-editing-indent
/
.null
.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.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.Ctrl/command + F
) loses focus.null
.null
.null
.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.
#
.cssclasses
, tags
, aliases
).cssclasses
sometimes staying applied to the current view after switching to a new file.file:
queries showing wrong matches when composed with other search operators.file:
queries highlighting the wrong text.cssclasses
, tags
, aliases
).file:
queries showing wrong matches when composed with other search operators.file:
queries highlighting the wrong text.Note: Mobile Obsidian is still based on Obsidian Desktop v1.3.7.
This update introduces Properties, a simple and durable way to add tags, links, dates, and other metadata to your notes. The core plugins Search, Templates, and Backlinks have all received upgrades to support Properties. Some of the new features in this release:
With this update you can also enable two-factor authentication for your Obsidian account.
Properties help you organize information about a note. Adding properties to a note helps you track structured data such as text, links, dates and numbers. Properties can also be used in combination with Community plugins that can do useful things with your structured data. Learn more.
To add a property to a note, you have several options:
Cmd/Ctrl+;
hotkey.---
at the very beginning of a file.Once you add a property, a row will appear at the top of the file with two inputs: the property name and the property value. Once you choose the property name you can give it a value and type.
In addition to the inline property editor, there is a new Properties view core plugin that adds two new views for managing your properties:
Properties are an extremely powerful yet flexible feature that gives you even more ways to organize your information. See the documentation for Properties for even more information.
For even more security, you can now enable two-factor authentication on your Obsidian account. To do so, go to obsidian.md/account and enable "2-factor authentication". This will prompt you with setup instructions.
Note: Any devices logging into Obsidian must be running v1.4.5+ to log-in using two-factor authentication.
TFolder
.FrontMatterCache
no longer inherits from CacheItem
.--metadata
stringifyYaml
(this was causing some breakages with other plugins reading the YAML).Internal links can be added to frontmatter using the following syntax:
---
link: "[[Link]]"
linklist:
- "[[Link]]"
- "[[Link2]]"
---
tag
/alias
/cssclass
propertiesAs of 1.4.0, we have deprecated the "tag", "alias", and "cssClass" properties. The property editor will automatically convert these properties to tags
, aliases
, and cssclasses
and the values will automatically be converted to lists.
The old property names will still be identified correctly in the app, but the property editor will always prefer tags
, cssClasses
, and aliases
.