Canvas Card Info

by jihan
5
4
3
2
1
Score: 50/100

Description

Obsidian plugin: right-click a canvas card to copy its info

Reviews

No reviews yet.

Stats

0
stars
115
downloads
0
forks
53
days
53
days
53
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
3
commits

Latest Version

2 months ago

Changelog

Maintenance release. English README, lint cleanup, and a lockfile for reproducible builds. No user-facing behavior change.

README file from

Github

Canvas Card Info

Right-click any card in an Obsidian Canvas and choose "Copy card info" to copy that card's data to your clipboard.

What gets copied

Card type Copied fields
Text id, text, position (x, y), size (w, h), color
File id, file path, subpath, position, size, color
Link id, URL, position, size, color
Group id, label, position, size, color
  • Select multiple cards, then right-click, to copy them all at once.
  • In Settings → Canvas Card Info, choose the copy format — readable text, raw JSON, or both — and toggle the copy notice.

Install (manual)

  1. Copy this folder (canvas-card-info) into <your vault>/.obsidian/plugins/.
  2. In Obsidian, open Settings → Community plugins and enable Canvas Card Info.

Development

npm install
npm run build   # produces main.js

License

MIT