Esc
with a sidebar view focused will refocus your last note.mod-active
class to the tab headers when the view is active.Ctrl/Cmd
-clicking on the active file in the File Explorer will open it in a split instead of focusing the explorer.#
) that appears in an unfocused editor is now hidden.Workspace
functions whose behavior conflicted with user expectations..is-focused
class to the window body of the currently focused window.Enter
/ Shift+Enter
to select.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.Ctrl+N/P
can now be used to navigate suggestion results similar to Up/Down
arrow keys.minAppVersion
to 0.15.0.stat
on directories gives NaN
.eval at anonymous
.contain
property.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.