No description
Find a file
2026-05-22 17:13:48 +02:00
src fixes for new linter 2026-05-22 17:09:26 +02:00
.editorconfig Initial commit 2025-02-04 23:10:36 +01:00
.eslintignore Initial commit 2025-02-04 23:10:36 +01:00
.eslintrc Initial commit 2025-02-04 23:10:36 +01:00
.gitignore Initial commit 2025-02-04 23:10:36 +01:00
.npmrc Initial commit 2025-02-04 23:10:36 +01:00
AGENTS.md fixes for new linter 2026-05-22 17:09:26 +02:00
esbuild.config.mjs fixes for new linter 2026-05-22 17:09:26 +02:00
eslint.config.mts fixes for new linter 2026-05-22 17:09:26 +02:00
LICENSE fixes for new linter 2026-05-22 17:09:26 +02:00
manifest.json v1.0.7 2026-05-22 17:13:48 +02:00
package-lock.json fixes for new linter 2026-05-22 17:09:26 +02:00
package.json fixes for new linter 2026-05-22 17:09:26 +02:00
README.md Update README.md 2025-02-07 14:38:39 +01:00
tsconfig.json fixes for new linter 2026-05-22 17:09:26 +02:00
version-bump.mjs fixes for new linter 2026-05-22 17:09:26 +02:00
versions.json v1.0.6 2025-09-15 09:41:02 +02:00

Paste image into property

Add images from the clipboard to frontmatter properties in live preview mode.

This functionality is currently missing in Obsidian as documented in this feature request.

Compatible with the paste imag rename plugin.

How to use

  • Create a text property in the frontmatter of a note and click into the text field.
  • Paste an image from the clipboard with your systems shortcut.
  • The image will be saved to the vault to the attachment path (dafault obsidan setting) and a link will be created.
  • (Optionally show the image from the property using dataview in a table or inline query.)

paste-image-into-property-example

Limitations

  • Currently only supported in live preview mode
  • Only supports pasting images into text properties (no lists or other types yet)
  • Will completely replace the properties content (no insering at cursor position)
  • No mobile support