You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you copy and paste an image directly to obsidian, the default name given is "Pasted image " + date and time.
Can we have this same behavior?
Alternatives
When pasting an image from clipboard, obsidian.nvim currently requires an image name. Otherwise it will fail pasting, logging "Invalid file name" when the string is empty.
🚀 The feature, motivation and pitch
When you copy and paste an image directly to obsidian, the default name given is "Pasted image " + date and time.
Can we have this same behavior?
Alternatives
When pasting an image from clipboard, obsidian.nvim currently requires an image name. Otherwise it will fail pasting, logging "Invalid file name" when the string is empty.
A similar behavior to Obsidian would be to fallback to a formatted name when the name string is empty:
Additional context
This is what it looks like to paste an image from clipboard directly to Obsidian.
NOTE: I know there is an option to setup the image name but
img_name_func
is user specific. My feature request is default behavior.The text was updated successfully, but these errors were encountered: