ðŸ‡ðŸ‡ºHungary Szultino
#24:
If you want to convert rel to abs in fullhtml without use outer module, in views in the field settings choose "Override the output of this field with custom text", and write this kind of twig code:
{{ field_FIELDNAME|replace({'"/files/': '"https://DOMIAN/files/'})|raw }}
The "raw" command at the end makes some errors (for example with media output), but I'm searching the perfect solutions...