Re: [magnolia-user] Convert all the image links in node content

2015-11-03 Thread Jan Haderka
That is a link pattern and Magnolia should/would normally convert that into link on the fly. So question is more, what exactly are you doing that it doesn’t convert it for you when rendering the content? Otherwise, it’s the info.magnolia.link.LinkUtil.convertLinksFromUUIDPattern(String) that do

[magnolia-user] Convert all the image links in node content

2015-10-29 Thread Ha Bui (via Magnolia Forums)
Hi all I have a node with content like below: Do we have any functions which can input that node content and it will convert that jcr node id of image to a image link? I hope after the conversion, I will have the content like below: I know we have a function like stkfn.getAssetLink(). B