šŸŽØ Cross-Field Highlighter addon - spotlight word in text [support thread]

Customize formatting

CFH supports 4 formats: Bold, Italic, Underlined and Yellow background.
In HTML these formats are represented like:

<b class="cross-field-highlighter">Bold</b>
<i class="cross-field-highlighter">Italic</i>
<u class="cross-field-highlighter">Underlined</u>
<mark class="cross-field-highlighter">Yellow Background</mark>

User can customize these formats using CSS styles in card template.
Example of CSS style:

.cross-field-highlighter {
    color: DarkSlateGray;
    background-color: LightGray;
    font-size: 1.5em;
    font-family: sans-serif;
}

This style on screenshot:

If you have more questions, please ask them in this thread.

New release of Cross-Field Highlighter addon (v1.2.0):

  1. [FEATURE] Add thousands separator to numbers
  2. [FEATURE] Handle curly (smart) quotes (ā€œā€)
  3. [BUG] Editor buttons do not work in cards mode
  4. [BUG] Do not show statistics from Editor
  5. [BUG] Adjust size of Destination layout
  6. [BUG] Duplicate buttons after profile switching
  7. [MISC] Execute unit-tests on MacOS

New release of Cross-Field Highlighter addon (v1.3.0):

  1. [BUG] Reading state on startup
  2. [MISC] Execute unit-tests for different Anki versions