janklostermann

Results 23 comments of janklostermann

Handlebar.js helper could be the way to go (as Handlebar.js is the underlying template engine). The most primitive solution would be something across these lines: ``` Handlebars.registerHelper('YYYY', function (date) {...

> * Mark custom_datetime as deprecated in favour of `{{ datetime format="[]YYYY[-]MM[-]DD[ ]HH[:]mm[:]ss" }}` > * (Optional - Non blocking for 3.0.0) Show a one-time deprecation notice if anyone uses...

If [TipTap](https://tiptap.dev/) as the Markdown processing foundation of >Text< provides the information that it detects markdown or other stuff it cannot handle, a very user-friendly path would open up. With...

to make the PR name a bit shorter I move the reference here: This PR is following my proposal in https://community.openems.io/t/aller-anfang-ist-schwer/5667/22

@da-Kai As far as I can see, there is no overlap, as this contribution here is not addressing developers, but starting users (quasi a pre-Getting-Started, to get familiar with the...

I can see your point and understand why it can seem to be mainly identical. And it misses the point I wanted to make. It's definitely not about docker vs....

and yes, the integration into the existing docu (incl. nav.adoc) is still missing, as I wanted your feedback, on content as much as on where to put it and how...

Regarding Docker: Simply running `docker compose up -d` in a folder with the provided docker-compose.yml to me seems the simplest possible way to get Edge and UI up and running....

Starting backwards: * The **UI setup** is not missing. It's **included in the `docker compose -d`**. That's what makes it so appealing to me: Installing docker, running the command and...

I agree, if the whole process needed is something like (just out of memory to illustrate my point, not tested through): * follow the guide to install your RaspberryPi, then...