%
encodings stopped working.editorLivePreviewField
not dynamically updated when Live preview is turned on/off.data-type
to tab header elements.Ctrl/Cmd+G
hotkey doesn't work in reading mode.Ctrl/Cmd+G
does not override open graph view command.apiVersion: string
and requireApiVersion(version: string): boolean
to help with API version requirements. Plugin authors can use this function to limit functionality that depends on new Obsidian APIs to avoid crashing on older versions of Obsidian.cssclass
frontmatter property.1
as the number.Ctrl/Cmd+G
(and Ctrl/Cmd+Shift+G
) for selecting next/previous search occurrence when using in-editor search.file:///
paths on Linux causes Obsidian to freeze until the new process exits.<span>
elements show up before or after widgets, causing issues when using css padding
or :before/:after
.editorLivePreviewField: StateField<boolean>
that can be used to check whether Live Preview is enabled in the editor.{line,ch}
pairs causes error with new editor.Alt+Enter
) and "Replace All" (Ctrl/Cmd+Alt+Enter
).Ctrl/Cmd+Shift+Enter
in quick switcher to create a new note and open it in a new pane.Shift+Up/Down
in Live Preview doesn't select hidden blocks properly.Ctrl/Cmd+Click
embedded note's "open link" button in Live Preview causes weird behavior..cm-active
to gutter elements as well.Enter
in lists and blockquotes.<
and >
in Hungarian keyboard layout on mac..list-bullet
CSS has been reworked. It will now keep the original character and superimpose the dot using the :after
pseudo-element.Ctrl/Cmd+C
now copies the whole line again if there is no selection.Tab Size
setting could change how indented lists are interpreted in edit view. This will now always recognize a tab character as 4 spaces, as required by Markdown's specifications.k
in vim mode) on a ---
separator that's out of screen.getSectionInfo()
is now implemented for custom code blocks in Live Preview.g
related keys causes vim mode to crash until app is restarted.Enter
on an indented line does not keep the indent properly.|
character.changed
event on MetadataCache now contains the file contents as well as the parsed metadata object.HTMLElement
: isShown()
which tells you whether this element is shown, and onNodeInserted
which can add a callback for when the element is shown. These statuses depend on the element to be attached to the DOM and require not having any parent or ancestor with the css display: none
.#
for heading sections will now hide the #
when not selected to avoid confusion with tags.zz
, zt
and zb
.Ctrl/Cmd+Shift+Z
stopped working for undo.#
characters in view to help see that it's an empty heading.$10
.[
with backspace not deleting the closing counterpart ]
.data-task
css class has been moved to the line element, rather than being on each piece of <span>
.Extension
to augment the editor. More details and tutorials will be available later.<>
not linking properly.<>
disappears.data-task
for all tokens on a list item with checkbox to facilitate css styling.Ctrl/Cmd+Click
on Markdown links.Ctrl/Cmd+G
search hotkey.query
causes selection to stop working after they resize.file:///
images not working.$
, =
, ~
and %
.Option+ArrowUp/Down
keys on MacOS not performing native cursor functions.show-plugin
Obsidian URI action. Example: obsidian://show-plugin?id=admonition
~~
instead of removing.Enter
when in an empty nested block quote will now only exit one level of block quote.