1 hour ago
26.1.14
26.2.0
Source
More at Home Site
- Fixed a regression where on links in the note editor caused them to be opened twice (for #3447)Code:
Ctrl + Click- Links are now opened only once when clicked with Code:
Ctrl
- Links are now opened only once when clicked with
- 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
- 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
- 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
- Table borders are now properly visible in dark mode
- Fixed a regression where pressing to format a markdown table would show "An url was opened at the current cursor position" but no table formatting would happen (for #3454)Code:
Ctrl + Space- Table formatting with now works correctly againCode:
Ctrl + Space
- The issue was caused by the fix for double-opening links in 26.1.14
- Table formatting with
- Fixed an issue where on note links would not open notes in a new tab (for #3447)Code:
Ctrl + Shift + Click- When clicking a note link with , the note now opens in a new tab as expectedCode:
Ctrl + Shift
- Previously, if the note was already open in a tab, it would just switch to that existing tab instead of creating a new one
- When clicking a note link with
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)
- Added ability to rename headings directly in the Navigation panel (for #3459)
- You can now double-click, press , or right-click and select "Rename heading" on any heading in the "Headings" tab of the Navigation panel to rename itCode:
F2
- 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., ) remain valid after renamingCode:
[Link](note.md#old-heading)
- This provides a quick way to reorganize your note structure without manually editing the text or breaking backlinks
- You can now double-click, press
- Added more French translation (thank you, baptistou)
- 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., andCode:
My%20Note.md
)Code:My Note.md
- This prevents accidentally breaking links to other notes when renaming headings
- The backlink update now correctly matches the full link path, only updating links that point to the current note
- Table of contents links within the same note (e.g., ) are now also updated when renaming headingsCode:
[Section](#old-heading)- 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
- This is useful for notes with TOC sections that link to headings within the note
- Fixed an issue where heading backlink updates would incorrectly replace links to other notes with the same heading name
- Added more Korean, Spanish translation (thank you, venusgirl, alejandromoc)
- Added new menu actions in the Navigation menu to navigate between headings in the Navigation panel (for #3378)
- Previous heading (
) - navigate to the previous headingCode:Ctrl+Shift+Page Up
- Next heading (
) - navigate to the next headingCode:Ctrl+Shift+Page Down
- These shortcuts allow quick navigation through note headings without using the mouse
- Previous heading (
- 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
- Informational labels in the Nextcloud support panel now use muted colors when the panel is disabled
- 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., ) instead of the full pathCode:
MyNote.md
- This action is available in the note list context menu and in the status bar path label context menu
- Added support for additional note link formats in the note relation graph and backlinks panel (for #3266)
- Links using hyphens instead of underscores in protocol are now recognizedCode:
note://- Example: now matches notes named "Link test2.md"Code:
<note://Link-test2>
- Previously only was supportedCode:
<note://Link_test2>
- Example:
- Links with non-URL-encoded filenames with spaces are now recognized
- Example: now works in addition toCode:
<Link test2.md>
Code:<Link%20test2.md>
- Example:
- Both markdown link syntax and angle bracket syntaxCode:
[text](link)
are supportedCode:<link>
- Backlinks for those new links will display readable names in the navigation panel
- Links using hyphens instead of underscores in
- 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


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

