QOwnNotes
#86
26.3.20 
  • Fixed XML/HTML code blocks in the QLiteHtml preview having their tags stripped and showing only text content; indented lines inside fenced code blocks were incorrectly masked as indented code blocks, bypassing the syntax highlighter, and the XML highlighter now also properly escapes closing angle brackets (for #3521)
  • Added a new Read-only mode panel to the General settings with an Enable read-only mode master checkbox; all read-only related settings (Start application in read-only mode and When inactive, enter read-only mode automatically after) are now grouped inside this panel and are disabled when the master checkbox is unchecked — the Disallow note editing toolbar/menu action is hidden and the Escape key no longer enters read-only mode when the feature is disabled (for #3519)
  • Fixed intermittent 
    Code:
    database table is locked: note
     warnings (SQLite error 262) caused by background threads (backlink navigation, note relation scene) contending with main-thread writes on the shared-cache in-memory database; each connection now sets 
    Code:
    PRAGMA busy_timeout = 5000
     and 
    Code:
    PRAGMA read_uncommitted = 1
     so that read-only workers skip table-level shared-cache locks instead of immediately returning 
    Code:
    SQLITE_LOCKED
     (for #3520)
  • Improved the 
    Code:
    Failed to get index
     git warning to include the actual libgit2 error message for easier diagnosis (for #3520)
  • Fixed a crash in the update dialog caused by 
    Code:
    QAbstractScrollArea::viewport()
     being called on a not-yet-initialized scroll area during 
    Code:
    setupUi
     construction; the event filter now guards against a null viewport before dereferencing it (for #3518)
  • Added optional wiki-style link support — enable it in the Editor settings with the new Enable wiki-style link support 
    Code:
    [[note name]]
     checkbox (for #3512)
    • Write 
      Code:
      [[Note Name]]
       to link to a note by name; subfolder-qualified links like 
      Code:
      [[subfolder/Note Name]]
       and heading anchors like 
      Code:
      [[Note#Heading]]
       are also supported, as well as display-text aliases like 
      Code:
      [[Note|My Label]]
    • Resolved links are highlighted in the editor with a dotted underline using the link color; broken (unresolved) links use a dashed underline with the broken-link color
    • Clicking a wiki link in the note preview navigates to the target note; if the note does not exist you are asked whether to create it
    • Ctrl+Click on a wiki link in the note editor navigates to the target note (or offers to create it); Ctrl+Shift+Click opens it in a new tab
    • The Insert link dialog (
      Code:
      Ctrl+L
      ) gains a Create wiki-style link 
      Code:
      [[...]]
       checkbox (visible only when wiki-link support is enabled) to insert the selected note as a 
      Code:
      [[Note Name]]
       link instead of a Markdown link
    • Typing 
      Code:
      [[
       in the editor triggers auto-complete with a filtered list of all note names (including subfolder-qualified paths); a suggestion can also be triggered via the normal auto-complete shortcut inside an open 
      Code:
      [[
    • Wiki links are included in backlink detection and shown in the backlinks panel; when a subfolder is renamed all qualified 
      Code:
      [[subfolder/...]]
       links across all notes are updated automatically
 
Source

More at Home Site
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 - Yesterday, 08:37
RE: QOwnNotes - by Kool - 3 hours ago

Forum Jump:


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

Username/Email:


Password:





[-]
Recent Posts
NVIDIA GeForce Game Ready 595.97 driver
Highlights Game...harlan4096 — 11:30
Firefox Update Brings Built-In VPN, Spl...
Mozilla Releases Fir...harlan4096 — 11:28
Firefox Update Brings Built-In VPN, Spl...
What you need to kno...harlan4096 — 11:03
QOwnNotes
26.3.20  Fixed XM...Kool — 08:07
QOwnNotes
26.3.18  Added op...Kool — 08:37

[-]
Birthdays
Today's Birthdays
avatar (44)gapedDow
avatar (38)snorydar
Upcoming Birthdays
avatar (46)qaqapeti

[-]
Online Staff
harlan4096's profile harlan4096
Administrator

>