Status Line Widget Markdown And Scoped Style
Feature: Implement markdown and scoped style support for status line widget
Goal: Technical
Developer: Hengsin Low
Feature Ticket: IDEMPIERE-6321
Description
Status line widget can format the output using html tag and inline css style (i.e style="...").
This ticket enhance that with markdown and scoped css style (<style>@scope{...}</style>) support.
Scoped CSS Styling with AD_Style
- see CSS Styling with
AD_Stylein NF12_Document_Search_Customisable_Layout - Added Style field to Status Line window
Markdown support
- Use
<#md></#md>tags to enclose Markdown text. - Example using with html tag:
<#md>**Bold Text**</#md>
- Example using just mark down:
<#md>**Bold Text**</#md>
- Support auto link and table markdown extension.
Source: Wiki