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
[-] 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.

>