# Bookmark Line

The Bookmark Line tool allows you to bookmark specific lines of code in Blender’s Text Editor. It’s a quick way to mark and revisit important parts of your script during development.

<figure><img src="/files/ITD9V1CXtgCmqMH7e6pc" alt=""><figcaption></figcaption></figure>

***

### 📍 Location

> **Text Editor Sidebar → Bookmark Line**\
> \
> ![](/files/u2j0ZJGYcW6LoK7cXS2j)

> **`F4` Shortcut** \
> \
> ![](/files/HPLGBox6rb3dDTGaRt7L)

{% hint style="info" %}
*You can customize the shortcut from the Textify Preferences*
{% endhint %}

***

### ❓How to Use

{% stepper %}
{% step %}
**Place your cursor** on the line you want to bookmark.

<figure><img src="/files/Wp5GihslYg01MKqAP95w" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Open the panel** or press **F4** to bring up the Bookmark Manager popup.
{% endstep %}

{% step %}
Click the **Add** button to create a bookmark.

<figure><img src="/files/gOnEYTEqLcDfDeWaxbKX" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

✅ The line will be saved as a bookmark and listed in the UI.

<div align="left"><figure><img src="/files/C63FCiPvDj1tbz9lbbLh" alt=""><figcaption><p>Saved Bookmark</p></figcaption></figure></div>

***

### Remove Bookmarks

To delete a bookmark:

{% stepper %}
{% step %}
Select the bookmark in the list.

<div align="left"><figure><img src="/files/5CqCzhLGSysZ9AEto6GW" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click the **Remove** button.

<div align="left"><figure><img src="/files/9oFXbVYwklkR56ok45y6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### 🔃 Arrange Bookmarks

{% stepper %}
{% step %}
Use the ⬆️ and ⬇️ buttons to **manually reorder** bookmarks.

<div align="left"><figure><img src="/files/FH6FqhnfqbDBXppSytQ8" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Use the 🔽 (More Options) menu to **sort bookmarks by line number** automatically.

<div align="left"><figure><img src="/files/fPo5vWxgbHKnmN73iXYj" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### 🔄️ Refresh Bookmarks

If your bookmarks look out of sync (e.g., after editing code), click the 🗘 **Refresh** button to update them.

<div align="left"><figure><img src="/files/2WCsdKd3S1Ufm9SgDY6o" alt=""><figcaption></figcaption></figure></div>


---

# 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://jishnujithu.gitbook.io/textify/tools/bookmark-line.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.
