QOwnNotes
#61
26.1.14 
  • Fixed a regression where 
    Code:
    Ctrl + Click
     on links in the note editor caused them to be opened twice (for #3447)
    • Links are now opened only once when clicked with 
      Code:
      Ctrl
  • Added bookmark markers (1-9) next to line numbers in the note editor (for #3453)
    • When you store a note bookmark (Ctrl+1 through Ctrl+9), the bookmark slot number is now displayed in red next to the line number in the editor
    • Bookmark markers are only shown for the current note
    • The "Show line numbers" setting needs to be enabled in the editor settings
  • Fixed table border colors in dark mode preview to be white instead of black (for #3442)
    • Table borders are now properly visible in dark mode
    • Border colors automatically adapt based on the dark mode setting
  26.1.15 
  • Fixed a regression where pressing 
    Code:
    Ctrl + Space
     to format a markdown table would show "An url was opened at the current cursor position" but no table formatting would happen (for #3454)
    • Table formatting with 
      Code:
      Ctrl + Space
       now works correctly again
    • The issue was caused by the fix for double-opening links in 26.1.14
  • Fixed an issue where 
    Code:
    Ctrl + Shift + Click
     on note links would not open notes in a new tab (for #3447)
    • When clicking a note link with 
      Code:
      Ctrl + Shift
      , the note now opens in a new tab as expected
    • Previously, if the note was already open in a tab, it would just switch to that existing tab instead of creating a new one

 26.2.0 
  • Empty note files are now allowed again and will only result in a warning in the log (for #3456)
  • Added more Korean, French, Spanish translation (thank you, venusgirl, jd-develop, alejandromoc)
  26.2.1 
  • Added ability to rename headings directly in the Navigation panel (for #3459)
    • You can now double-click, press 
      Code:
      F2
      , or right-click and select "Rename heading" on any heading in the "Headings" tab of the Navigation panel to rename it
    • The heading text in your note will update automatically while preserving the heading level
    • When you rename a heading, QOwnNotes will scan all notes that link to the current note and prompt you to update any links that reference the old heading
    • This ensures that note links with heading fragments (e.g., 
      Code:
      [Link](note.md#old-heading)
      ) remain valid after renaming
    • This provides a quick way to reorganize your note structure without manually editing the text or breaking backlinks
  • Added more French translation (thank you, baptistou)
  26.2.2 
  • Improved the refactoring of heading links when renaming headings in the Navigation panel (for #3459)
    • Fixed an issue where heading backlink updates would incorrectly replace links to other notes with the same heading name
      • The backlink update now correctly matches the full link path, only updating links that point to the current note
      • Both URL-encoded and unencoded paths in links are now properly handled (e.g., 
        Code:
        My%20Note.md
         and 
         
        Code:
        My Note.md
        )
      • This prevents accidentally breaking links to other notes when renaming headings
    • Table of contents links within the same note (e.g., 
      Code:
      [Section](#old-heading)
      ) are now also updated when renaming headings
      • This is useful for notes with TOC sections that link to headings within the note
      • Same-note links are properly detected and updated alongside backlinks from other notes
  • Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)
  26.2.3 
  • Added new menu actions in the Navigation menu to navigate between headings in the Navigation panel (for #3378)
    • Previous heading (
       
      Code:
      Ctrl+Shift+Page Up
      ) - navigate to the previous heading
    • Next heading (
       
      Code:
      Ctrl+Shift+Page Down
      ) - navigate to the next heading
    • These shortcuts allow quick navigation through note headings without using the mouse
  • Improved visual appearance of disabled panels in the settings dialog (for #3314)
    • Informational labels in the Nextcloud support panel now use muted colors when the panel is disabled
    • Informational labels in the Browser extension / command snippets panel now use muted colors when the panel is disabled
    • This makes it clearer which settings sections are active or inactive, especially in dark mode
  26.2.4 
  • Added a "Copy note filename" menu action to copy the filename of the current note to the clipboard (for #3462)
    • This action is available in the note list context menu and in the status bar path label context menu
    • It copies just the filename (e.g., 
      Code:
      MyNote.md
      ) instead of the full path
  • Added support for additional note link formats in the note relation graph and backlinks panel (for #3266)
    • Links using hyphens instead of underscores in 
      Code:
      note://
       protocol are now recognized
      • Example: 
        Code:
        <note://Link-test2>
         now matches notes named "Link test2.md"
      • Previously only 
        Code:
        <note://Link_test2>
         was supported
    • Links with non-URL-encoded filenames with spaces are now recognized
      • Example: 
        Code:
        <Link test2.md>
         now works in addition to 
        Code:
        <Link%20test2.md>
    • Both markdown link syntax 
      Code:
      [text](link)
       and angle bracket syntax 
       
      Code:
      <link>
       are supported
    • Backlinks for those new links will display readable names in the navigation panel
  • Also fix hiding of the Command snippets in the settings dialog (for #3314)
  • Fixed an issue where enabling a panel in the Windows menu would not store the state immediately, causing the panel to be hidden again after an app restart (for #3463)
  • The AUR build is now done with cmake, aspell, libgit and system botan for improved build time and improved git and spellchecking support (for #3461)
 
 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 - 02 April 26, 08:39
RE: QOwnNotes - by Kool - 03 April 26, 05:59
RE: QOwnNotes - by Kool - 04 April 26, 06:42
RE: QOwnNotes - by Kool - 05 April 26, 05:38
RE: QOwnNotes - by Kool - 06 April 26, 10:40
RE: QOwnNotes - by Kool - 07 April 26, 07:41
RE: QOwnNotes - by Kool - 08 April 26, 08:36
RE: QOwnNotes - by Kool - 09 April 26, 07:17
RE: QOwnNotes - by Kool - 10 April 26, 06:09
RE: QOwnNotes - by Kool - 11 April 26, 06:15
RE: QOwnNotes - by Kool - 14 April 26, 08:01
RE: QOwnNotes - by Kool - 17 April 26, 15:52
RE: QOwnNotes - by Kool - Yesterday, 11:43

Forum Jump:


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

Username/Email:


Password:





[-]
Recent Posts
QOwnNotes
26.4.15  Added an...Kool — 11:43
Zorin OS 18.1 Released With Windows App ...
Zorin OS has annou...harlan4096 — 07:14
Webroot SecureAnywhere 9.0.44.40
Webroot SecureAnyw...harlan4096 — 06:30
Brave Release v1.89.137 (Chromium 147.0....
Release v1.89.137 ...harlan4096 — 06:29
The iPhone — invincible no more: a look ...
The emergence of D...harlan4096 — 06:28

[-]
Birthdays
Today's Birthdays
avatar (38)RobertUtelt
Upcoming Birthdays
avatar (45)wapedDow
avatar (44)techlignub
avatar (43)Stevenmam
avatar (50)onlinbah
avatar (51)steakelask
avatar (45)Termoplenka
avatar (43)bycoPaist
avatar (49)pieloKat
avatar (43)ilyagNeexy
avatar (51)donitascene
avatar (51)Toligo

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

>