[]()
style Markdown links if "Use Wikilinks" is disabled in settings.Introducing Properties. A simple and durable way to add tags, aliases, dates, and other metadata to your notes. Your properties can even include links to other notes.
Ctrl/Command + ;
)Properties are saved directly to your note as frontmatter, a special section at the beginning of your file, encoded in YAML. This makes your note metadata readable in any plain text app, and compatible with many tools that support YAML frontmatter.
TFolder
.FrontMatterCache
no longer inherits from CacheItem
.--metadata
.Internal links can be added to frontmatter using the following syntax:
---
link: "[[Link]]"
linklist:
- "[[Link]]"
- "[[Link2]]"
---
tag
/alias
/cssclass
vs tags
/aliases
/cssclasses
As of 1.4.0, we're deprecating the "tag", "alias", and "cssClass" frontmatter keys. The new property editor will automatically migrate to tags
, aliases
, and cssclasses
and the values will automatically be converted to lists.
The old keys will still be identified correctly in the app, but the property editor will always prefer tags
and aliases
.
.ico
and .png
files.New CSS variables:
--p-spacing
defines the spacing between paragraphs (defaults to 1rem
).--heading-spacing
defines the spacing above a heading when it follows a paragraph (defaults to 2.5x paragraph spacing).[[
link suggest is showing will now skip the autocomplete and accept the current input as the full link.[[
link suggest would not always work if ]]
was not found on the current line.renderMarkdown
.
).<iframe>
now properly open them in the default browser.F2
to start renaming the focused file.Space
to open the focused file.Enter
to start renaming the focused file (to follow the OS convention).Cmd + ArrowDown
to open the focused file.Enter
and Tab
key.Alt + Click
in file explorer not setting the focused file properly.---
.app://local
URLs. These were reported as a potential vulnerability when using iframes.navigator.clipboard
API not working in popout windows.app://local
for functionality within your plugin, you should use vault.getResourcePath(file: TFile)
and vault.adapter.getResourcePath(vaultPath: string)
as a replacement. These also works on mobile.In this update, we revisited some of our older core plugins and provided more than just a fresh coat of paint. Most notably, the Starred plugin is going away in favor of its successor: Bookmarks.
The Starred core plugin is going away. Introducing: Bookmarks.
Bookmark just about anything in Obsidian: files, folders, graphs, searches, headings, blocks. Organize your bookmarks in the much more robust Bookmark view. Reorder bookmarks with drag-and-drop. Create Bookmark Groups to organize your bookmarks into collapsible sections.
We've reorganized the Search UI to make things more intuitive and make room for more options. Like being able to bookmark search queries right from here:
[[folder/file]]
will expand to [[folder/file|file]]
)Important: Now that Bookmarks are available on mobile, the starred core plugin has officially been removed.
sitemap.xml