26.3.24
Source
More at Home Site
- Added block selection (rectangular selection) support in the note text editor by holding the Alt key and dragging the mouse cursor; the selected rectangle of text can be copied or cut with the usual keyboard shortcuts, and pressing Escape or clicking without Alt clears the selection; the selection is only rendered as a true rectangle when using a monospaced font (for #2935)
- Added a new Manage workspaces dialog (accessible via the toolbar button or the Workspace menu) that allows adding, renaming, removing and reordering workspaces in one place; the individual Add, Remove and Rename toolbar buttons have been removed from the toolbar in favour of this dialog (for #2957)
- Updated Copy note to and Move note to (cross-note-folder operations) so that media images and attachment files are now also copied to the destination note folder's
andCode:media/
directories respectively, and the links inside the moved/copied note are rewritten to point to the correct locations at the root of the destination note folder; previously theCode:attachments/
file was moved but linked files were left behind and URLs were not updated (for #2948)Code:.md
- 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: 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)Code:
note.renameNoteFile()
- Added a new highlighter state Link (internal) for internal note links (like
,Code:[text](note.md)
andCode:<note.md>
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 legacyCode:note://
links (e.g.Code:note://
) 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)Code:note://Note_2018_06_26T22_11_10
- 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
, because Markdown lists intentionally use repeated spaces for indentation; findings from that specific rule are no longer underlined in the editor (for #3496)Code:Possible typo: you repeated a whitespace
- Added support for Markdown image dimensions using curly-brace attribute syntax like
; 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)Code:{ width=300 height=200 }
![[Image: 7kTZ6eL.jpeg]](https://i.imgur.com/7kTZ6eL.jpeg)
Source
More at Home Site


![[-]](https://www.geeks.fyi/images/collapse.png)

