Sebastian Fey
Sebastian Fey
Your right, the path is wrong, didn't notice the apps vs custom_apps directory issue. I saw the files in the js/ folder and was wondering why they couldn't be loaded....
Okay that's actually a lot more than suspected! This might indeed be worth the trouble (you already did the most work anyway). If you see dynamic imports as a better...
I'm okay with that :)
> What did you do, @seyfeb, to get it running? This patch was not yet included, am I wrong? Naah, because I hacked it in there to get it running...
It's only an issue if you manually add it to custom_apps though? apps installed to apps/ (via the app store) should just work, no?
I see. I'm a bit confused, but what seems to be working is setting ``` webpackConfig.output.publicPath = undefined ``` in `webpack.config.js`, hence overriding the definition of the nextcloud default config,...
With my approach described above I'm seemingly on the good side of things. (Firefox on macOS) Although I just noiticed, the search is not working for some reason. It switches...
Probably it would be a good idea to start with predefined meals (breakfast, lunch, etc.) in the first iteration, but keeping in mind that the structure should be build to...
We might use the https://schema.org/educationalLevel in combination with https://schema.org/DefinedTerm for the difficulty. ``` { "@context": "https://schema.org", "@type": "Recipe", "name": "Example Recipe", "educationalLevel": { "@type": "DefinedTerm", "name": "Easy" } } ```...
@tifDev When you say you want to filter for time, what property are you referring to? I'd expect the `totalTime` to be the most useful.