# Bubble - Highlight Text Plugin

### Overview

This plugin allows you to dynamically search through your text and highlight any keywords, similar to using the Ctrl + F functionality within your browser. You can specify what Keyword should be searched for and if the search should be case sensitive, the text color, the background color and set the highlighted text bold. This plugin can be used to highlight certain words within a text and set the focus on them for your users.

For a demo of this plugin please visit: <https://anticodeplugin.bubbleapps.io/texthighlight>

### Instructions

After installing the plugin, go to Settings->General of your app and expose the option to add ID attributes to HTML Elements. You now have access to the "Highlight" action within your workflows. Simply trigger the action within a workflow and specify all the parameters, including the element ID of the text that should be targeted. You can set the element id within the element inspector.


---

# 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://anticode.gitbook.io/templates/plugins/bubble-highlight-text-plugin.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.
