Patrizio Bekerle

Results 1061 comments of Patrizio Bekerle

The right side is rich text, there is no "dot" to be copied, it's a list marker. The text in the clipboard is html... You can try to paste it...

You can copy them and paste into a rich text editor, but not a plain text editor.

You didn't share your settings, hard to get a closer look... Can you please post the output from the *Debug settings* in the settings dialog? So you ran QOwnNotes from...

I tried it out on my Windows 11 installation. - Run `cd C:\Program Files\QOwnNotes` and `QOwnNotes.exe --portable` - Just clicking next, next, next in the welcome dialog (but selecting the...

I had a 4K screen and an HD screen attached too... No idea. I've never seen such an issue...

Good question, but in QOwnNotes QML is not used for UI, just for script support... And I also tested on a High DPI screen... 🤔

I wonder where `QT_AUTO_SCREEN_SCALE_FACTOR` got set? I can't see it in your ENV dump... But what I do see is `QML_DISABLE_DISK_CACHE: true`. I'm currently under NixOS, don't have that set...

> I think QT_AUTO_SCREEN_SCALE_FACTOR defaults to true if not set? For me, under NixOS, it's 0. > Maybe QML_DISABLE_DISK_CACHE defaults to false on Windows for some reason? Dunno, it was...

To be able to even attempt to implement that (which alone would be a lot of work) support for multiple cursors would be needed first, and QPlainTextEdit does support that...