Tab
related navigation broken in modals.jsp
code blocks causes the editor parsing to crash.publish
flag not working.You can now collaborate on your site using their Obsidian account, so that multiple users can publish to the same site.
You can now configure a list of included and a list of excluded folders when publishing changes.
publish:
flag will override this setting for individual notes.In the "Publish changes" dialog, you can now right click on each note for a list of options, such as...
opus
audio files are now recognized as a supported file type.sec-ua-hint
to reduce issues with iframes.registerDomEvent
can now take an options object (for things like {capture: true}
).goWordLeft
and goWordRight
editor commands.num + j
combos sometimes not working when screen is scrolled.<iframe>
and <webview>
.?
query parameters.<webview>
unable to open pages externally in the browser.--default-font
is now --font-default
(but it will fallback to --default-font
)--interface-font
is now --font-interface
.--editor-font
is now --font-text
and will cover both editing and reading.--font-interface-theme
and --font-text-theme
dedicated for themes to set the fonts.<style>
tag to avoid issues with imports not working.app
is now officially available as a global variable.<iframe>
for some websites that disallows being iframed.![type|metadata]
) put into its html as data-callout-metadata
.<webview>
tags are now allowed to be used to embed external content for plugins (Electron/desktop app only).new
action now has an optional append
flag and an optional overwrite
flag. If append
is set, it will append to an existing file if one is found. If override
is set, it will overwrite an existing file if one is found, but only if append
isn't set.new
and hook-get-address
actions can now optionally accept x-success
as part of the x-callback-url
specifications, and will return a name
, url
, and file
(file://
) as the returned URL parameters.Menu
constructor no longer requires App
to be passed in.Obsidian Markdown now allows you to create callout blocks (sometimes called "admonitions"). Callouts are written as a blockquote, inspired by the "alert" syntax from Microsoft Docs.
A big shoutout to @javalent
from the community for creating and maintaining the Admonitions plugin, from whom we've gotten a ton of help and inspiration!
For compatibility reasons, if you're also using the Admonitions plugin, you should update it to at least v8.0.0 to avoid problems with the new callout system.
Callouts will also be supported natively on Obsidian Publish.
See our documentation for more on how to use callouts.
Example:
> [!INFO]
> Here's a callout block.
> It supports **Markdown** and [[wikilinks]].
Indentation guides (sometimes known as relationship lines) are now available in Live Preview and Reading view.
They can be turned off in editor settings.
Ctrl/Cmd+Alt
when clicking on links to edit them.Enter
handling in blockquotes and lists.x
will now no longer have the strikethrough formatting applied..
causing it to disappear.position: relative
on lists in reading mode causes scroll sync to be completely broken.cm-indent
, and will gain cm-active-indent
for the indent closest to the selected line.%%
parsing regression in edit mode.Ctrl
+dropping to link external files from Finder on macOS no longer works due to a system limitation, and has been remapped to Option
+drop.-
vs *
) not working.Enter
on empty line now exits blockquotes again, and Shift+Enter
has been improved to work as "soft line wrap" where it will smartly add indentation to keep you in the same list/blockquote but on the next line.