No description
Find a file
2025-09-15 09:41:02 +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
esbuild.config.mjs Initial commit 2025-02-04 23:10:36 +01:00
LICENSE Update LICENSE 2025-02-23 20:35:35 +01:00
main.ts don't log error when no image paste was attempted 2025-09-15 09:40:05 +02:00
manifest.json v1.0.6 2025-09-15 09:41:02 +02:00
package-lock.json update name 2025-02-07 14:07:31 +01:00
package.json update description & isDesktopOnly 2025-02-23 20:42:40 +01:00
README.md Update README.md 2025-02-07 14:38:39 +01:00
tsconfig.json Initial commit 2025-02-04 23:10:36 +01:00
version-bump.mjs Initial commit 2025-02-04 23:10:36 +01: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