Find a way to link local files (e.g. images) in our markdown files.

Created on 25 August 2023, over 1 year ago

Problem/Motivation

Currently, if we create a project wiki markdown module containing image and markdown files, it isn't possible to link these images in our markdown, using a relative path.
Instead, we currently need to use an absolute path, like:

![image info](/var/www/html/web/modules/custom/my_markdown_module/images/bla.jpg)

This isn't nice, and could have security implications?
Instead, the user most likely wants to supply an image path like this:

![image info](/images/bla.jpg)

Steps to reproduce

Proposed resolution

Discuss and find a way, how to properly do this.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇩🇪Germany Grevil

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024