Open danvoronov opened 1 year ago
Version: 0.5.6
Steps to Reproduce:
Open Obsidian on your Windows 11 Home 22H2 system.
Create or locate an image file (e.g., "Untitled.png") and place it in the "assets/" directory within your Obsidian vault.
Create or open a Markdown file (e.g., example.md) within Obsidian.
Insert the image into the Markdown file using the following Markdown syntax:
![comment](assets/Untitled.png)
Save the Markdown file.
Open the same Markdown file in Tangent version 0.5.6 on your Windows 11 Home 22H2 system.
Observe that the image is not displayed; text only appears when you click the mouse.
Expected result: Image should be displayed.
I am not able to replicate this. What is the relation of the file to the image? Tangent requires markdown links to be relative to their origin.
Version: 0.5.6
Steps to Reproduce:
Open Obsidian on your Windows 11 Home 22H2 system.
Create or locate an image file (e.g., "Untitled.png") and place it in the "assets/" directory within your Obsidian vault.
Create or open a Markdown file (e.g., example.md) within Obsidian.
Insert the image into the Markdown file using the following Markdown syntax:
Save the Markdown file.
Open the same Markdown file in Tangent version 0.5.6 on your Windows 11 Home 22H2 system.
Observe that the image is not displayed; text only appears when you click the mouse.
Expected result: Image should be displayed.