26.3.25
- Improved block selection (rectangular selection) so that it can now extend
wider than the first selected line; the selection rectangle is no longer
clamped to the width of the anchor line's text, allowing the right edge to
be dragged further right even when the starting line is short
(for #2935) - Scripting:
note.renameNoteFile()now seamlessly switches the editor to
the renamed note when it is the currently open note, so scripts that
programmatically rename notes (e.g. to apply an ISO-date filename scheme)
keep the user in the right note without any manual navigation
(for #3527) - Added a new highlighter state Link (internal) for internal note links
(like[text](note.md),<note.md>andnote://links) in the editor font
and color settings; this allows styling internal note links differently from
regular external links in the note text edit and the preview; the Link
state is used as a fallback if the new state is not configured in the color schema;
bare legacynote://links (e.g.note://Note_2018_06_26T22_11_10) that are
written without angle brackets are now also rendered as clickable links in the
preview and styled with the internal link color
(for #2914) - The wiki link highlighter states Wiki link and Wiki link (broken) are
now hidden in the editor font and color settings dialog when wiki link support
is disabled (for #3512) - The LanguageTool integration now always ignores the typography warning
Possible typo: you repeated a whitespace, because Markdown lists
intentionally use repeated spaces for indentation; findings from that
specific rule are no longer underlined in the editor
(for #3496) - Added support for Markdown image dimensions using curly-brace attribute
syntax like{ width=300 height=200 }; the attributes
are rendered with masked syntax in the editor and are applied to the preview,
including the QLiteHtml preview, where they overrule the automatic image
width sizing; the small inline image preview in the editor is also shown
when the image tag with dimension attributes is the last item in the block
(for #2898)