# Emphasis

![Cut-It Emphasis in the UI](https://i.gyazo.com/cebb1aadd5e8dc6d4477d22fd0c28e76.png)

A core component of Cut-It is its emphasis, which is composed of 2 categories:

### 1. Emphasis Levels

Emphasis levels are combinations of 5 core components that determine text styling:

1. Font Size (`8, 10, 12, ...`)
2. Bolding (`true or false`)
3. Underlining (`true or false`)
4. Italicizing  (`true or false`)
5. Highlighting (`none, cyan, yellow, ...`)

Cut-It offers 3 emphasis levels, and each one takes in appropriate values for all 5 of these components. When an emphasis level is applied to a selection, all of these properties are applied at once. This prevents you from having to manually set values and apply these components individually.

The 3 emphasis levels and their standard functions are as follows:

* `Primary Emphasis` is for the text you want to read in-round. Out of the box, it sets your selection to size 12, bold, underline, cyan highlight
* `Secondary Emphasis` is for information (eg. methodology) in the card that you do **not** want read in-round. It defaults to size 8, bold.
* `Tertiary Emphasis` is an extra emphasis level with no specific use case. It defaults to size 8, underlined.

### 2. Generic Emphasis

Generic emphasis refers to single component emphasis. They should be avoided at all costs because emphasis levels are the most time-effective method of formatting evidence. These options are as follows:

* **B** corresponds to bolding the selected text
* **U** corresponds to underlining the selected text
* **I** corresponds to italicizing the selected text
* **H¹** corresponds to highlighting the selected text (defaults to Cyan,  can be changed in settings under `Highlight Color #1`)
* **H²** corresponds to highlighting the selected text (defaults to Magenta,  can be changed in settings under `Highlight Color #2`)
* **M** corresponds to minimizing the selected text (defaults to size 2, can be changed in settings under `Font Size of Minimized Text`)

## :gear: Customizing Emphasis Settings

![Setting Preferences](https://i.gyazo.com/0cb80d383fd61967bc195b5fd7bb4e28.gif)

The default emphasis settings were engineered to 'work' for most people out of the box. However, we'd be remiss to say all debaters are the same.&#x20;

To customize, navigate to the `Settings` tab. From here, you can change your font, default font size, minimized font size, primary highlight color, and secondary highlight color.&#x20;

To change settings for your emphasis levels, find the appropriate section and set all 5 components to your liking.&#x20;

**ALL SETTINGS APPLY THE NEXT TIME YOU START CUT-IT** :bangbang:&#x20;

## :exploding\_head: Would you believe us if we told you there's more?

You're almost there. Next up, you'll learn how you can use `Card History` to search through any card you've ever cut!

{% content-ref url="/pages/-MeP\_JgAdWZ7wRZr\_Dq8" %}
[Card History](/card-history.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cutit.cards/emphasis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
