You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
layout | title | title_nav | description_short | description | keywords |
---|---|---|---|---|---|
default | URL conversion example | URL conversion | Examples of absolute, relative urls and urls with no conversion. | This example shows you how to setup TinyMCE to produce different results for URLs in images and links. You can read more about these config options in the FAQ. | example demo custom url conversion absolute relative url urls |
This example shows you how to setup TinyMCE to produce different results for its URLs in images and links. You can read more about these config options in the [TinyMCE FAQ]({{ site.baseurl }}/general-configuration-guide/get-support/).
Absolute URLs on links and images
{% include codepen.html id="url-conversion-absolute-1" height="400" %}
Absolute URLs and including domain on links and images
{% include codepen.html id="url-conversion-absolute-2" height="400" %}
Relative URLs on links and images
{% include codepen.html id="url-conversion-relative-1" height="400" %}
Relative URLs on links and images to a specific page
{% include codepen.html id="url-conversion-relative-2" height="400" %}
No URL conversion
{% include codepen.html id="url-conversion-none" height="400" %}