mssoftjp228 downloadsCopy the current note to the clipboard (optionally with filename and frontmatter).
Copy a whole Obsidian note to the clipboard as Markdown, without having to select all — optionally including the filename and Properties (YAML frontmatter).
| Desktop | Mobile |
|---|---|
![]() |
![]() |
Run one of these commands:
The same presets are available from context menus:
Copy this note: ...Copy this note: ...If you want a one-keystroke workflow, assign your own hotkey:
Settings → Hotkeys → search for one of the preset names.
| Preset | Includes | Example output (top) |
|---|---|---|
| Include filename and metadata | Filename + frontmatter + body | Note.md then --- |
| Include filename | Filename + body | Note.md then body |
| Include metadata | Frontmatter + body | --- then body |
| Body only | Body only | body |
Example note (My note.md):
---
tags: [project-x, meeting]
created: 2026-01-18
---
This is the body.
My note.md
---
tags: [project-x, meeting]
created: 2026-01-18
---
This is the body.
My note.md
This is the body.
---
tags: [project-x, meeting]
created: 2026-01-18
---
This is the body.
This is the body.
In this plugin, metadata = YAML frontmatter (Obsidian Properties).
tags:), those tags are included when metadata is included.#tag are part of the body, so they're copied in all presets that include the body.It copies the note content from your vault (saved content) for stability. If you want to include your latest edits, save the note first.
.md from the filename line?Yes. In settings, you can choose whether to keep the file extension when the filename is included.
.md)Settings → Community plugins → Browse → search "Copy This Note" → Install → Enable.
Download the latest release and copy manifest.json and main.js into:
<your vault>/.obsidian/plugins/copy-this-note/
If you find this helpful, you can support development:
MIT. See LICENSE.
Obsidian のノートを Markdown としてクリップボードにコピーするプラグインです。都度全選択をする手間なしに、ファイル名や Properties(YAML frontmatter)を含めた形でコピーできます。
| デスクトップ | モバイル |
|---|---|
![]() |
![]() |
以下のコマンドを実行します(表記はプラグインのコマンド名そのままです):
同じプリセットをコンテキストメニューから実行できます:
Copy this note: ...Copy this note: ...自分用のホットキーを割り当てると 1 キーストロークで使えます:
設定 → ホットキー → プリセット名で検索
| プリセット | 含まれるもの | 出力例(冒頭) |
|---|---|---|
| Include filename and metadata | ファイル名 + frontmatter + 本文 | Note.md の後に --- |
| Include filename | ファイル名 + 本文 | Note.md の後に本文 |
| Include metadata | frontmatter + 本文 | --- の後に本文 |
| Body only | 本文のみ | 本文 |
例(My note.md):
---
tags: [project-x, meeting]
created: 2026-01-18
---
This is the body.
My note.md
---
tags: [project-x, meeting]
created: 2026-01-18
---
This is the body.
My note.md
This is the body.
---
tags: [project-x, meeting]
created: 2026-01-18
---
This is the body.
This is the body.
このプラグインでは、metadata = YAML frontmatter(Obsidian Properties) です。
tags: を保存している場合、metadata を含めると tags もコピーされます。#tag のようなインラインタグは本文の一部なので、本文を含むプリセットではコピーされます。安定性のため Vault の内容(保存済み内容)をコピーします。最新の編集内容を含めたい場合は、先に保存してください。
.md を消せますか?はい。設定で、ファイル名を含める場合に拡張子を残すかどうかを切り替えられます。
.md)を含めるかどうか設定 → Community plugins → Browse → "Copy This Note" を検索 → Install → Enable
最新のリリースをダウンロードし、manifest.json と main.js を以下へコピーします:
<your vault>/.obsidian/plugins/copy-this-note/
よければ開発を支援してください:
MIT. LICENSE を参照してください。