Lambert Chiu
Lambert Chiu
> Did this script work before under Windows? Sorry, I'm a new user, it's my first time to use QOwnNotes, not sure whether the script worked before. > Could you...
Thank you! I can help test it.
> But it seems the script never worked under Windows... See [qownnotes/scripts#197](https://github.com/qownnotes/scripts/issues/197) It seems the approach to use them on Windows differ from on others. I have tested other scripting...
I ask ChatGPT, it says that I could check whether the modules are installed in the folder such as `QOwnNotes\qml\QtQuick\Controls`. And the below is the folder structure in `QOwnNotes\qml`: ```...
I saw QtQuick installed in Windows OneDrive, and it's folder structure (in the path `C:\Program Files\Microsoft OneDrive\25.127.0701.0006\qml`) is ``` C:. │ FabExMDL2.ttf │ ├─QtQml │ │ plugins.qmltypes │ │ qmldir...
I install Qt 6.9.1 and copy its QtQuick into QOwnNotes folder and unfortunately it says "qtquickdialogsplugin.dll" can not found module. But the file already exists there. Thank you for the...
> In the Qt installation dialog there should be some further options to add additional modules. Can you see them? Yes, I can see 'Additional Libraries' and select them all....
> > [14:22:52] [critical] file:///D:/Downloads/QOwnNotes_test/QOwnNotes/Data/scripts/journal-entry/calendar-window.qml:1 Cannot load library D:\Downloads\QOwnNotes_test\QOwnNotes\qml\QtQuick\Dialogs\qtquickdialogsplugin.dll: 找不到指定的模組。 > > Did you put the DLL there, or is it missing? And if it is missing, can you find...
> > D:\Downloads\QOwnNotes_test\QOwnNotes\qml\QtQuick\Dialogs\qtquickdialogsplugin.dll > > You put the file there, didn't you? Where did you take it from? The Qt versions need to match. In your case that would still...
> So have you tried to put libraries into the release from https://github.com/pbek/QOwnNotes/actions/runs/16604354643? Thank you for building a new version again! I have tested it, but it still has the...