Display html string item in main UI

Please try this:

It should solve both your problems.
Example usage:

component: f7-card
config:
  title: Test HTML widget
slots:
  default:
    - component: widget:html_display
      config:
        html: =@@'PCBureau_Power' + " with some <i>html</i> <b>formatting</b>!<p>Another paragraph with &auml;"
        stylesheet: >
          .text-editor {
            border: 0;
            background: transparent;
          }
1 Like