Add images into description #4422
-
Hi! I'm trying to add some images into the description of a model, since I've to create a part assembly step to step guide, but Markdown seems not working. The absolute path of the images is /libraries/models/Mobili/Da Vinci Table/images. I've tried to link the picture in various ways the images are still not showing correctly. Ant advice? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It's possible to show images using a relative path, for example:  But this is only possible after uploading because the image name isn't known before the upload. And then I had to get this path by right-clicking, opening the image in a new tab, and then pasting the relative link in the markdown. The full path was Also, the method is different for images hosted on S3-compatible buckets. It's not a good experience, so I'll open a feature proposal to make it easier to use. For now, you can use relative paths as a workaround. (Dropping the first |
Beta Was this translation helpful? Give feedback.
It's possible to show images using a relative path, for example:
But this is only possible after uploading because the image name isn't known before the upload. And then I had to get this path by right-clicking, opening the image in a new tab, and then pasting the relative link in the markdown. The full path was
http://localhost:5000/models/rzphvxdvhd7l/model_files/9m54gdsq0xfz.png
on my dev instance.Also, the method is different for images hosted on S3-compatible buckets.
It's not a good experience, so I'll open a feature proposal to make it easier to use.
For now, you can use relative paths as a workaround. (Dropping the first
/models
…