Patrizio Bekerle
Patrizio Bekerle
> No just the GitHub app says there is a merge conflict. > > I would usually fix it myself or check what's wrong but in the app I can't...
> @pbek my NextCloud instance is configured with de_DE locale and the menu entry for the move action seems to have a placeholder text. Can you give me a pointer...
I took the whole `NcSelect` from https://github.com/nextcloud/news/blob/69efa109249d5acfff016c5dab3493bc7eea2447/src/components/AddFeed.vue#L27 and didn't look the untranslated label. 😅 I'd say, they both need something like `{{ t("news", "Folder name") }}` instead of `name`.
The reminder date is the due date.
CalDAV is a nightmare, every application has their own interpretation of what to set or read. That's why I switched to Nextcloud Deck. In QOwnNotes the due date is taken...
For task.org there also was https://github.com/pbek/QOwnNotes/issues/2794.
> So what is currently set by owncloud and task.org? The `QOwnNotes.sqlite` database (path, see Debug settings) contains the raw iCal data in table `calendarItem`, column `ics_data`.
Can you please post the output from the debug settings that you can copy when you get into the settings dialog in QOwnNotes and head over to the *Debug* section...
The "AI Autocompletion" script is using the autocompletion hook. The autocompletion in QOwnNotes has a shortcut. Do you maybe have a similar issue as #3052? Does the Groq API work...
Hm, maybe some permission problem with your API key?