Hi, There has been quite a lot of merge since last time lots of minor tweaks/bugs fixes but also some big changes. Let’s take a look a this! What’s new ? Tweaks/Bugs fixes I’m not going to list and explain each one since there are more or less 20 of them. Tweak wikilink regex The wikilink regex (used for linked note) was not properly done, which meant that sometimes it was grabbing things that it should have. For exemple an bash if statement (if [[ -z $mystring ]]; then) inside a block of ...
I already know this project.
At the very beginning I was doing things the same way (it’s based on an example project from QT) but it was to limiting for what I wanted to do.
Now that I have more experience I could maybe revisit the code to see if I could use it for wysiwyg. Thanks for the reminder.
Interesting, I will wait until it appears on Flathub and compare them!
I plan to move the wysiwyg part to a library (probably Kirigami Addons) so that it can be easily reused by other projects.
Great ! If I remember correctly I had issue mainly with images. It would be cool to have good support for that. I could find workaround for other thing if needed.
Image support improvements https://carlschwan.eu/2024/04/14/improvements-to-qtextdocument/ :)