how would I got about setting the url path generated by dragging a file into the textfield and have kirby write the full path (eg /content/page/image.jpg) instead of the relative url (eg image.jpg)?
use case: making the frontend with something else than kirby and have the markdown render to pick up correct paths. plan b would be to write some code to the markdiwn plugin to extend the relative path into a full one, but first let’s try this.