# ノート間のリンク

UpNote では、ノート同士をリンクさせることができます。\
これにより、ノート間で相互参照を行ったり、**個人用 Wiki** のようにノートを整理することができます。

***

#### **ノートへのリンクを作成する**

別のノートを参照するには、**`[[`** と入力します。\
すると候補リストが表示され、リンクしたいノートを選択できます。\
ノートタイトルの一部を入力すると、該当するノートが自動的に絞り込まれます。\
目的のノートを選択し、**`Enter`** を押してリンクを挿入します。

![](https://miro.medium.com/max/1400/1*PWuElvzcJ1j2SRYGg7mJSQ.gif)

まだ存在しないノートを参照したい場合は、\
タイトルを入力するだけで **新しいノートが自動的に作成** されます。

<div align="left"><img src="https://miro.medium.com/max/1400/1*_Ig3SvQXCqPsB-Z4ZWQZFw.png" alt="" width="563"></div>

モバイル版でも同様に **`[[`** を入力してリンクを作成できます。\
または、フォーマットバーのノートリンクアイコン\ <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FPqP6QW0npXyUDVf3mJcA%2Fimage.png?alt=media&#x26;token=fefcf2f3-60e2-4b75-acf9-5cf04302deb9" alt="" data-size="line">\
をタップしても作成できます。

***

#### **ノートリンクをコピーする**

既存のノートリンクをコピーしたい場合は：

1. ノートエディタ右上の **`...`** ボタンをクリックまたはタップします。
2. **`Copy link to note（ノートへのリンクをコピー）`** を選択します。

<div align="left"><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F0ToLHuSfNKnOhbo9oeyQ%2Fimage.png?alt=media&#x26;token=1f8b93e8-7ef2-4d01-b993-7e38eba56301" alt="" width="375"></div>

コピーしたリンクは、別のノートや他のアプリに貼り付けて開くことができます。

***

#### **バックリンク（Backlinks）**

リンク先のノートには、**自動的にバックリンク** が追加されます。\
バックリンクを確認するには：

* ノート右下の **`info`** ボタンをクリック\
  または **`Cmd/Ctrl + Shift + I`** を押して情報パネルを開きます。

![](https://miro.medium.com/max/1400/1*6Lq9Unq6G7V5aWT-74hUCg.png)

モバイル版では、右上の **info ボタン**\ <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F2RGzp8bwgmpQrxDIhxRB%2Fimage.png?alt=media&#x26;token=a5fd58a3-2961-48bf-8892-0b04a1f05ecb" alt="" data-size="line">\
をタップし、**`Links to this note（このノートにリンクしているノート）`** セクションを展開します。\
バックリンクが存在しない場合、このセクションは表示されません。

***

#### **ノート内の特定セクションにリンクする**

ノートの特定の見出し（H1〜H6）にリンクすることもできます。

1. 該当セクションに見出しを作成します。
2. 見出しを右クリックし、**`Copy link to here（ここへのリンクをコピー）`** を選択します。
3. リンクがクリップボードにコピーされるので、必要な場所に貼り付けます。

<div align="left"><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FvrItMovifAlsdkdX52rR%2Fimage.png?alt=media&#x26;token=1791a924-9f9f-418c-a3a7-14aca1420238" alt="" width="375"></div>

**モバイル版の手順：**

1. 見出し行にカーソルを置く
2. **`H`** アイコンをタップ
3. リンクアイコン\ <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F79Bg7DTeBerco5l2exCS%2Fimage.png?alt=media&#x26;token=99cad42d-585e-4ec5-a8f7-1504c206035a" alt="" data-size="line">\
   をタップして、そのセクションへのリンクをコピーします。

***

#### **ノートリンクを開く**

* デスクトップ版では、ノートリンクをクリックすると直接ノートを開けます。
* 現在のノートを離れずにプレビューしたい場合は、\
  **Cmd（Mac）/ Ctrl（Windows）キーを押しながらクリック** してください。\
  新しいウィンドウでリンク先のノートを開き、閉じても現在のノートはそのまま維持されます。


---

# 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/links-between-notes.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.
