suchnsuch / Tangent

The publicly-available modules of the Tangent project.
65 stars 5 forks source link

Bug Report: Image Display Issue in Tangent Version 0.5.6 on Windows 11 Home 22H2 #10

Open danvoronov opened 9 months ago

danvoronov commented 9 months ago

Version: 0.5.6

Steps to Reproduce:

  1. Open Obsidian on your Windows 11 Home 22H2 system.

  2. Create or locate an image file (e.g., "Untitled.png") and place it in the "assets/" directory within your Obsidian vault.

  3. Create or open a Markdown file (e.g., example.md) within Obsidian.

  4. Insert the image into the Markdown file using the following Markdown syntax:

    ![comment](assets/Untitled.png)
  5. Save the Markdown file.

  6. Open the same Markdown file in Tangent version 0.5.6 on your Windows 11 Home 22H2 system.

  7. Observe that the image is not displayed; text only appears when you click the mouse.

Expected result: Image should be displayed.

taylorhadden commented 9 months ago

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.