Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Used as

  • Card
  • Sidebar

 


Summary

This card allows you to format text in a card, and use this format for multiple components. It uses markdown (a markup language) to improve text formatting. Components are resolved by a query, and you can also use some SFormat inside to resolve value (static value, not real time)

...

  • Query: The query to resolve the components
  • ItemContent: The text of each resolved component in markdown language, `target` in SFORMAT will be replaced by the resolved component and `origin` by the parent of the flewView. You can use html/css editor, but previsualization mode is not available for this card. 
  • bodyContent: The body text of the card in markdown. If you use `$items`, it will be replaced by the `itemContent`. Otherwise, the `bodyContent` will be placed before `itemContent`. You can use html/css editor, but previsualization mode is not available for this card
  • Refresh: The time in ms to refresh the card and the values inside it. It mus be greater than 1000 or equal to 0 to disable the refresh