Rich Text

I would like to have the ability to link to a page within my app from a rich text image, the same way you can from a menu. In this way you could add customised buttons.


Hi Peter -

You should be able to do this now by editing the HTML from the Rich Text view where the image is inserted. The link HTML would wrap the image HTML as in the following:

<p>
<a href="https://www.knack.com">
<img src="https://www.dropbox.com/s/1d6uamklreyowcf/logo.png?raw=1">
</a>
</p>

I can see that highlighting the image and adding a URL does not currently work to add the URL, so will keep this on the feature request list.

Thanks!

(And @asokan, I think the feature you're looking for is here: Embed Image in Rich Text, so you may want to add your vote there instead.)

Also we should have straight image adding facility in addition to image link currently provided