Christian Grotheer
Christian Grotheer
Description: When pasting an short URL like https://g.co/meet/something, it is not rendered as Link and not clickable. Even using it inside Markdown Link style does not work. Steps to reproduce:...
If enabled to show the card even if the filter does not return any entities there is only the title shown. It would be nice to configure an alternative text...
Allows to use a default value like this: ``` "WEBSITE_URL": "${localEnv:WEBSITE_URL:https://example.com" ```
The current implementation does not support default values in localEnv or containerEnv substitution that include a colon. Example: ``` "WEBSITE_URL": "${localEnv:WEBSITE_URL:https://example.com" ``` Current behavior: If `$WEBSITE_URL` is not present, the...