> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ja/organize-and-manage-notes/view-control/open-note-in-a-new-window.md).

# ノートを新しいウィンドウで開く

UpNoteでは、ノートを**別ウィンドウで開く**ことができます。\
これにより、1つのノートを参照しながら別のノートを編集したり、内容を比較したり、重要な情報を常に表示しておくことができます。\
マルチタスクや執筆時の資料参照にとても便利です。

***

#### 💻 Mac / Windows / Linux

ノートを新しいウィンドウで開く方法はいくつかあります。

**ダブルクリックで開く**

* ノート一覧でノートを**ダブルクリック**すると、新しいウィンドウで開きます。

**右クリックで開く**

1. ノート一覧でノートを**右クリック**します。
2. メニューから **「Open in New Window（新しいウィンドウで開く）」** を選択します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FsNbWFHP9XkSY8bycZA46%2Fimage.png?alt=media\&token=01ad5f1b-7d24-492d-9a94-bec582e0cb20)

**ノートエディタから開く**

* ノートエディタ上部の **ポップアウトアイコン（pop-out icon）** をクリックすると、\
  そのノートを独立したウィンドウで開けます。\
  ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FsSiGdHKuH2yGcx149Ue1%2Fimage.png?alt=media\&token=09846360-f0a4-4bfb-9abb-9b88450288d3)

この方法で**複数のノートを同時に開く**ことができ、作業スタイルに合わせてウィンドウを自由に配置できます。

***

#### ✏️ 新しいウィンドウでノートを作成する

新規ノートを最初から別ウィンドウで開きたい場合：

1. **Cmd（Mac）** または **Ctrl（Windows/Linux）** を押しながら、\
   \&#xNAN;**「New Note（新規ノート）」** ボタンをクリックします。

新しいノートが**独立したウィンドウ**で直接開かれます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.getupnote.com/ja/organize-and-manage-notes/view-control/open-note-in-a-new-window.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
