From 8ceb45dcf09ab139ccc20100c21349985c87ddf6 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sun, 29 Oct 2023 07:59:21 +0100 Subject: [PATCH] highlighter: allow highlighting of links in headlines --- CHANGELOG.md | 6 ++++++ src/libraries/qmarkdowntextedit | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a8475728..f7af83ccd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # QOwnNotes Changelog +## Next +- links will now be highlighted in headlines in the note text edit + (for [#196](https://github.com/pbek/qmarkdowntextedit/pull/196), thank you, @tim-gromeyer) + - this, of course, only makes sense if you allow the note filename to be + different from the headline + ## 23.10.1 - a fakevim fix for building with Qt 6.6.0 was added (for [#2878](https://github.com/pbek/QOwnNotes/pull/2878), thank you, @NickCao) diff --git a/src/libraries/qmarkdowntextedit b/src/libraries/qmarkdowntextedit index a7ed8197fa..d8ab1dd8e8 160000 --- a/src/libraries/qmarkdowntextedit +++ b/src/libraries/qmarkdowntextedit @@ -1 +1 @@ -Subproject commit a7ed8197fad0e1a314ea1f4c4373eeb192a31963 +Subproject commit d8ab1dd8e851685e61d9ec9acd8cf8cce97e9628