Hi everyone,
I’m creating a database of items where each page includes one or more photos for reference. To keep things tidy I only want the backlink of the image to appear when I paste it into the note (images are sourced from lots of places).
When pasting the image, it always defaults to ‘![[image_file]]’ and displays the image inline with the text. Each time I have to remove the ‘!’ manually.
Images are setup to be saved in a single vault folder. I then rename the image to something useful and searchable.
I’m also using Data Query to make my vault a data funhouse.
What I’m trying to do
When I paste an image into the note it automatically provides a backlink instead of displaying the image by default. e.g., ‘[[image_file]]’
The result should look like this:
Title Three Seat Lounge
Header Information
DateBought:: 12/12/12
Brand:: Second hand
Cost:: $50
Receipt:: No
Room:: [[Living Room]]
Description:: Fabric, coffee stain on back, cream and brown, I hate this thing
Header Gallery
[[sofa1-1]]
[[sofa1-2]]
[[sofa1-3]]
Things I have tried
I’ve looked for plugins that stop the ‘!’ from being the default of copy/paste images but couldn’t find any.
I’ve poked around Obsidian’s settings and couldn’t find anything relevant.