deadlyjack / Acode

Acode - powerful text/code editor for android
https://acode.app
MIT License
2.67k stars 372 forks source link

Markdown image preview not working when images are in a different folder #651

Open AlbertoFabbri93 opened 1 year ago

AlbertoFabbri93 commented 1 year ago

Folder structure:

│
└───notes_folder
│        note1.md
│        note2.md
│   
└───images_folder
           img1.svg
           img2.svg    

If I reference img1.svg or img2.svg from one of the markdown notes Acode does not display them. I am including the images using the html <img> tag.

sebastianjnuwu commented 1 year ago

Still having the same problem?

AlbertoFabbri93 commented 1 year ago

Yes, I just tried with Acode 1.8.2 and the issue is still there.

deadlyjack commented 1 year ago

You can only reference image from same directory or in child directory but not parent's sibling directory.

AlbertoFabbri93 commented 1 year ago

@deadlyjack thank you for the reply. It would be nice to have this feature, vs code, for example, is able to display the images available in the parent's sibling directories.

AlbertoFabbri93 commented 1 day ago

Can you tell me in what version of Acode is this fixed? Because it doesn't work for me with the current version.