Use case or problem
Open image in an external image editor.
- While it’s easy to open a file in an external text editor (right-click tab → “Open in default app”), it’s harder to open image in an external editor.
- This FR ensures easy access to image files from inside Obsidian.
Proposed solution
- Right-click image in Edit or View mode (either will do)
- In right-click menu, choose:
- “Open in default app” to open Image in an external image editor.
- “Show in system explorer” to show Image file in Windows File Explorer.
- “Copy image path” to copy path to Image file into memory.
Current workaround (optional)
I am able to open an image in an external editor this way:
- Open/view file in Edit mode
- Click the image to view file name (
![[Pasted image 20991231123456.png]]
) - Hold down CTRL and click on the file name (
![[Pasted image 20991231123456.png]]
), the image now opens in a new tab
Currently, I can get file path/name for an image this way:
- Open/view file in Edit mode
- Click the image to view file name (
![[Pasted image 20991231123456.png]]
) - Hold down CTRL and click on the file name (
![[Pasted image 20991231123456.png]]
), the image now opens in a new tab - In Windows File Explorer, copy folder path from Address field.
- Paste folder path into an external text editor
- In Windows File Explorer, click file and press F2 to select the file name, then copy file name to clipboard (CTRL+C).
- Open an external text editor
- In external text editor: paste file name
- In external text editor: assemble folder path and file name so it’s ready for use in Image editor
- Open Image editor (Image editor now opens - I use Paint.net)
- In Image editor, Open File by pressing CTRL+O. A file dialog window opens.
- In Image editor file dialog window: Navigate to the folder
- In Image editor file dialog window: Copy-paste file name from Windows File Explorer
- In Image editor file dialog window, press Open button. File now opens in the external Image editor