obsidian-paste-image-rename icon indicating copy to clipboard operation
obsidian-paste-image-rename copied to clipboard

Renames pasted images and all the other attachments added to the vault

Results 74 obsidian-paste-image-rename issues
Sort by recently updated
recently updated
newest added

It seems that, on average, the plugin fails to trigger roughly 50% of the times when pasting images into a note.

# Issue ![typo](https://user-images.githubusercontent.com/61069122/175941010-9ac4234c-c61c-4b43-9721-19e7a43856e4.png) ## Solution Solved by correcting typo at the Setting container of Handle all attachments at `/src/main.ts`

**Describe the bug** When I use pattern like {{fileName}}-{{DATE:YYYYMMDD}}, it works great as expected. But when I am trying to move date at begining, which pattern looks like:{{DATE:YYYYMMDD}}-{{fileName}}, the image...

bug

**Describe the bug** Copying an existing image file (PNG, to be specific) in Finder, and pasting it to markdown, no renaming window shows up. **Environments (please complete the following information):**...

bug

**Describe the bug** A clear and concise description of what the bug is. the picture internal link not updated while disable wikilink , the internal link only updated the wikilink...

bug

made date format regex stop at the first right curly brackets by replacing "any character" with "any character that's not }" this allows one to put other {{things}} after a...

**Describe the bug** Paste image, the file will be rename, but the name in .md is still the original one. **Environments (please complete the following information):** - OS: Win10 -...

bug

When pasting a image into obsidian, sometimes (from zotero) the picture save with the format of base64 other than a single file. What I hope to do is use the...

bug

The File on the disk is correctly renamed. But the new name is not being updated in the markdown file. I use obsidian in Live Preview mode and not (Reading/Source-mode)...

bug