QOwnNotes
#90
26.3.24 
  • 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 AddRemove 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 
     
    Code:
    media/
     and 
     
    Code:
    attachments/
     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 the 
     
    Code:
    .md
     file was moved but linked files were left behind and URLs were not updated (for #2948)
  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: 
    Code:
    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 
     
    Code:
    [text](note.md)

     
    Code:
    <note.md>
     and 
     
    Code:
    note://
     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 legacy 
     
    Code:
    note://
     links (e.g. 
     
    Code:
    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 
     
    Code:
    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 
     
    Code:
    ![alt text](image.png){ 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)
[Image: 7kTZ6eL.jpeg]
 
Source

More at Home Site
[-] The following 1 user says Thank You to Kool for this post:
  • harlan4096
Reply


Messages In This Thread
QOwnNotes - by damien76 - 20 January 19, 22:45
RE: QOwnNotes 19.1.6 - by Kool - 24 August 24, 12:06
RE: QOwnNotes 19.1.6 - by Kool - 02 September 24, 16:12
RE: QOwnNotes 19.1.6 - by Kool - 04 September 24, 14:03
RE: QOwnNotes 19.1.6 - by Kool - 10 September 24, 06:22
RE: QOwnNotes 19.1.6 - by Kool - 28 September 24, 03:53
RE: QOwnNotes 19.1.6 - by Kool - 06 October 24, 11:08
RE: QOwnNotes 19.1.6 - by Kool - 16 October 24, 06:44
RE: QOwnNotes 19.1.6 - by Kool - 29 October 24, 11:27
RE: QOwnNotes 19.1.6 - by Kool - 01 November 24, 15:33
RE: QOwnNotes 19.1.6 - by Kool - 09 November 24, 15:27
RE: QOwnNotes 19.1.6 - by Kool - 16 November 24, 08:01
RE: QOwnNotes 19.1.6 - by Kool - 21 December 24, 12:56
RE: QOwnNotes 19.1.6 - by Kool - 24 December 24, 09:45
RE: QOwnNotes 19.1.6 - by Kool - 29 December 24, 12:56
RE: QOwnNotes 19.1.6 - by Kool - 03 January 25, 07:56
RE: QOwnNotes 19.1.6 - by Kool - 06 January 25, 15:23
RE: QOwnNotes 19.1.6 - by Kool - 25 January 25, 10:34
RE: QOwnNotes 19.1.6 - by Kool - 01 February 25, 09:08
RE: QOwnNotes 19.1.6 - by Kool - 07 February 25, 07:16
RE: QOwnNotes 19.1.6 - by Kool - 08 February 25, 13:57
RE: QOwnNotes 19.1.6 - by Kool - 13 February 25, 03:20
RE: QOwnNotes 19.1.6 - by Kool - 23 February 25, 11:29
RE: QOwnNotes 19.1.6 - by Kool - 13 March 25, 10:48
RE: QOwnNotes 19.1.6 - by Kool - 16 March 25, 08:56
RE: QOwnNotes 19.1.6 - by Kool - 30 March 25, 12:02
RE: QOwnNotes 19.1.6 - by Kool - 12 April 25, 16:06
RE: QOwnNotes 19.1.6 - by Kool - 14 April 25, 03:20
RE: QOwnNotes 19.1.6 - by Kool - 28 April 25, 12:06
RE: QOwnNotes 19.1.6 - by Kool - 04 May 25, 06:44
RE: QOwnNotes 19.1.6 - by Kool - 06 May 25, 11:27
RE: QOwnNotes 19.1.6 - by Kool - 13 May 25, 11:18
RE: QOwnNotes 19.1.6 - by Kool - 16 May 25, 15:45
RE: QOwnNotes 19.1.6 - by Kool - 02 June 25, 15:38
RE: QOwnNotes 19.1.6 - by Kool - 09 June 25, 15:34
RE: QOwnNotes 19.1.6 - by Kool - 20 June 25, 15:23
RE: QOwnNotes 19.1.6 - by Kool - 24 June 25, 12:31
RE: QOwnNotes 19.1.6 - by Kool - 03 July 25, 09:50
RE: QOwnNotes 19.1.6 - by Kool - 06 July 25, 10:14
RE: QOwnNotes 19.1.6 - by Kool - 08 July 25, 09:59
RE: QOwnNotes 19.1.6 - by Kool - 15 July 25, 07:59
RE: QOwnNotes 19.1.6 - by Kool - 16 July 25, 15:10
RE: QOwnNotes - by Kool - 23 July 25, 08:52
RE: QOwnNotes - by Kool - 30 July 25, 10:41
RE: QOwnNotes - by Kool - 05 August 25, 13:48
RE: QOwnNotes - by Kool - 14 August 25, 05:24
RE: QOwnNotes - by Kool - 21 August 25, 03:34
RE: QOwnNotes - by Kool - 24 August 25, 13:43
RE: QOwnNotes - by Kool - 30 August 25, 11:08
RE: QOwnNotes - by Kool - 02 September 25, 10:33
RE: QOwnNotes - by Kool - 12 September 25, 11:14
RE: QOwnNotes - by Kool - 24 September 25, 10:52
RE: QOwnNotes - by Kool - 04 October 25, 10:45
RE: QOwnNotes - by Kool - 17 October 25, 06:30
RE: QOwnNotes - by Kool - 03 November 25, 12:36
RE: QOwnNotes - by Kool - 11 November 25, 12:19
RE: QOwnNotes - by Kool - 23 November 25, 11:08
RE: QOwnNotes - by Kool - 05 December 25, 14:18
RE: QOwnNotes - by Kool - 31 December 25, 11:23
RE: QOwnNotes - by Kool - 02 January 26, 10:37
RE: QOwnNotes - by Kool - 16 February 26, 11:14
RE: QOwnNotes - by Kool - 17 February 26, 10:37
RE: QOwnNotes - by Kool - 18 February 26, 10:30
RE: QOwnNotes - by Kool - 19 February 26, 10:58
RE: QOwnNotes - by Kool - 21 February 26, 10:17
RE: QOwnNotes - by Kool - 22 February 26, 05:38
RE: QOwnNotes - by Kool - 24 February 26, 07:43
RE: QOwnNotes - by Kool - 26 February 26, 09:02
RE: QOwnNotes - by Kool - 27 February 26, 10:05
RE: QOwnNotes - by Kool - 01 March 26, 07:30
RE: QOwnNotes - by Kool - 02 March 26, 12:26
RE: QOwnNotes - by Kool - 04 March 26, 10:02
RE: QOwnNotes - by Kool - 05 March 26, 08:47
RE: QOwnNotes - by Kool - 06 March 26, 13:57
RE: QOwnNotes - by Kool - 07 March 26, 10:15
RE: QOwnNotes - by Kool - 10 March 26, 10:28
RE: QOwnNotes - by Kool - 11 March 26, 08:09
RE: QOwnNotes - by Kool - 12 March 26, 07:37
RE: QOwnNotes - by Kool - 14 March 26, 07:30
RE: QOwnNotes - by Kool - 15 March 26, 13:04
RE: QOwnNotes - by Kool - 17 March 26, 12:27
RE: QOwnNotes - by Kool - 19 March 26, 13:19
RE: QOwnNotes - by Kool - 20 March 26, 06:57
RE: QOwnNotes - by Kool - 21 March 26, 06:33
RE: QOwnNotes - by Kool - 24 March 26, 08:37
RE: QOwnNotes - by Kool - 25 March 26, 08:07
RE: QOwnNotes - by Kool - 26 March 26, 07:07
RE: QOwnNotes - by Kool - 27 March 26, 06:14
RE: QOwnNotes - by Kool - 29 March 26, 07:50
RE: QOwnNotes - by Kool - 31 March 26, 10:38
RE: QOwnNotes - by Kool - Yesterday, 08:39

Forum Jump:


Users browsing this thread: 6 Guest(s)
[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Recent Posts
QOwnNotes
26.4.0  LanguageT...Kool — 08:39
Surfshark VPN : Award-winning VPN servi...
Surfshark Apps Ver...jasonX — 04:41
Surfshark VPN : Award-winning VPN servi...
Surfshark launches...jasonX — 03:43
ESET 19.1.12.0
Changes in 19.1.12...harlan4096 — 14:49
Vivaldi 7.9 Build 3970.47
Vivaldi 7.9 Build ...harlan4096 — 07:31

[-]
Birthdays
Today's Birthdays
avatar (48)cticigges
avatar (50)ecoFit
avatar (44)soccejeS
Upcoming Birthdays
avatar (45)wapedDow
avatar (49)oapedDow
avatar (42)Sanchowogy
avatar (46)MeighGoask
avatar (47)creatralGuelm
avatar (38)procnipsut
avatar (44)accenwibly
avatar (41)ahyvily
avatar (38)urumahiz
avatar (44)techlignub
avatar (43)Stevenmam
avatar (50)onlinbah
avatar (50)fuspeukChark
avatar (44)werriewWaiNg
avatar (38)Freemanleo
avatar (43)cdoubapKit
avatar (38)lystraPonia
avatar (31)smith8395john
avatar (51)steakelask
avatar (45)Termoplenka
avatar (43)bycoPaist
avatar (49)pieloKat
avatar (43)ilyagNeexy
avatar (51)donitascene
avatar (51)burntLaw
avatar (41)MrDoorsskibheeds
avatar (51)Toligo
avatar (46)Rodneykak
avatar (49)tradeSmode
avatar (39)vemedProkbior
avatar (38)RobertUtelt
avatar (46)JamesZic
avatar (43)Sanfordbup
avatar (38)Der.Reisende
avatar (36)Kiran78

[-]
Online Staff
There are no staff members currently online.

>