# ノート内検索

UpNoteでは、ノート内で特定の単語やフレーズをすばやく検索できます。\
長いドキュメントの中でも該当箇所をハイライト表示し、効率的に移動することが可能です。

***

#### 💻 デスクトップ版（Windows / macOS / Linux）

1. 検索したいノートを開きます。
2. ノートエディタ上部の **`...`（その他）** ボタンをクリックし、**「Search this note（このノートを検索）」** を選択します。

   * またはショートカットキー **Cmd/Ctrl + F** で検索バーを表示できます。

   <div align="left"><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FpOhrCoRGUYdicy2cBBZm%2Fimage.png?alt=media&#x26;token=959d895c-247c-4d4c-9c97-33c340ff2e08" alt="" width="375"></div>
3. 検索ボックスに探したい単語またはフレーズを入力します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FVvf4lPOVsdFsQgqxl3OI%2Fimage.png?alt=media\&token=a539667f-9000-4083-b265-ddd9c3a7b0f2)
4. **Enter** キーで次の一致箇所へ、**Shift + Enter** で前の一致箇所へ移動します。\
   検索バー横の **↑ / ↓** アイコンを使って移動することもできます。

***

#### 📱 モバイル版（iOS / Android）

1. ノートエディタ右上の **`...`（その他）** ボタンをタップします。
2. **「Search this note（このノートを検索）」** を選択します。
3. 検索ボックスにキーワードを入力します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F5eWhEZlUjWaRJiqY2lWv%2Fimage.png?alt=media\&token=a57b6bfd-4b2a-4f55-8aa8-68c49367732d)
4. 検索ボックス横の **← / →** アイコンで一致箇所を移動します。

***

#### テキストの置換（Find and Replace）※現在デスクトップのみ対応

1. 検索バー右側のドロップダウンメニュー\ <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FDhUH4KuJm4XfbEl1mbaM%2Fimage.png?alt=media&#x26;token=00315bb2-2005-4193-afdb-20f6d7933c99" alt="" data-size="line">\
   をクリックし、**「Replace（置換）」** を選択します。

   <div align="left"><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2Fndx2PgVulmfEMdEBUpcr%2Fimage.png?alt=media&#x26;token=71cd37e1-179f-4122-9d66-1de81f2ed6b2" alt="" width="375"></div>
2. **Search（検索）** ボックスに探したい単語を入力します。
3. **Replace（置換）** ボックスに新しいテキストを入力します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FGI9v9YRQtBvlEb1XhRhv%2Fimage.png?alt=media\&token=a84db672-1859-492c-9222-cfa2ea73b6f7)
4. **Replace** ボタンで1つずつ置換、または **All** を選択してすべて置換します。


---

# 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://help.getupnote.com/ja/write-and-edit/search-in-a-note.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.
