Copy Note Content

by lyqed
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Copy the full raw Markdown of the current note to your clipboard (mobile toolbar + desktop ribbon).

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Copy Note Content (Obsidian plugin)

Copy the full raw Markdown of the currently-open note to your clipboard.

This plugin is designed to work well on Obsidian Mobile (where you can add commands to the toolbar), and also adds a desktop ribbon icon for quick access.

Features

  • Copy the full raw text of the active Markdown note (.md) to clipboard.
  • Mobile-friendly: exposes a command that can be added to the mobile toolbar.
  • Desktop-friendly: includes a ribbon icon in the left sidebar.

How to use

  1. Open Settings → Mobile.
  2. Under Toolbar, add the command:
    • Copy current note to clipboard
  3. Tap the toolbar button to copy the current note.

Desktop

  • Click the ribbon icon (left sidebar) to copy the current note.
  • Or run the command from the Command Palette:
    • Copy current note to clipboard

Notes / Limitations

  • Only copies Markdown notes (.md).
  • Copies the raw file content from the vault (not rendered preview).

Installation

From Community Plugins (once published)

  1. Settings → Community plugins
  2. Browse and search for Copy Note Content
  3. Install and enable

Manual

  1. Download main.js, manifest.json, and (optionally) styles.css from the latest GitHub release.
  2. Place them in: YourVault/.obsidian/plugins/copy-as-note/
  3. Reload Obsidian and enable the plugin.

License

MIT