Patrizio Bekerle
Patrizio Bekerle
So have you tried to put libraries into the release from https://github.com/pbek/QOwnNotes/actions/runs/16604354643?
By the way: ## 25.7.9 - More libraries were added to the Windows release of QOwnNotes to improve the compatibility with certain scripts from the script repository (for [#3332](https://github.com/pbek/QOwnNotes/issues/3332)) But...
> Copy the whole folder C:\Qt\6.9.1\mingw_64\qml into QOwnNotes folder. qtquickdialogsplugin.dll is also included. https://github.com/jurplel/install-qt-action?tab=readme-ov-file#arch says it might be using `win64_msvc2022_64`. And then: https://github.com/pbek/QOwnNotes/blob/0e3f32a9fa1a4d37f626be139cdf18e42d0c4172/build-systems/github/windows/build-zip-qt6.ps1#L13-L16 is using `nmake` for building.
So more libraries are missing 🤔😁
For comparison, this is the content of the Qt directory in the CI: https://github.com/pbek/QOwnNotes/actions/runs/16632369600/job/47064803856#step:7:75
> Your code is importing QtQuick.Controls 1.4, but the Calendar type is only available in QtQuick.Controls 2.x. To fix the error, update your import to use QtQuick.Controls 2.4 (or higher),...
So far I've only encountered people who are sorting by date or alphabetically, but not both. 🤔
Why don't you use the text search? I never sorted my notes alphabetically in my whole life (outside developing on it).
> The first issue is that it's too easy to accidentally create a note. Only if you press Enter ️🤷🏻 With Tab you jump to the note list. > Then,...
Looks like you are talking about the work in progress feature #790, right? If yes, then it would be the best to deposit your request there... 😉 Deleting with the...