Insert Internal Link
This article applies to Kupu 1.4.x - Plone 3.0.x, Plone 2.5.x, Plone 2.1.x
The Kupu editor allows you to create links
to another objects within a Plone site, using the
button on the Kupu toolbar:
Clicking this button launches the Insert Internal Link dialog:
Three columns of the dialog display:
- A folder navigation list.
- An
object navigation list, from which you can select a document you want
to link your object to. You may choose any content type you need. This
may be a simple item - linkable (a page, image, formmailer) as well as one containing other items - collection (folder, blogfolder). In case any content type is missing in object navigation list, make sure it is selected in Kupu Resource Types (Preferences, Kupu Visual Editor, Resource Types):

- Document preview. In case selected document contains anchors you can link your object to the whole document or to the necessary part if it:
HTML code generated will have the following look ('test'-a piece of the text that is linked to the document 'Frequently Asked Questions'):
- if linked to the whole document:
<a title="Frequently Asked Questions" href="faq/index_html">test </a>
- if linked to an anchor:
<a title="Frequently Asked Questions" href="faq/index_html#what-is-plone">test</a>
- if linked to the whole document:
<a title="Frequently Asked Questions" href="resolveuid/97f34ebe16f7fceb2da7ec446f5b7cce">test</a>
- if linked to an anchor:
<a title="Frequently Asked Questions" href="resolveuid/97f34ebe16f7fceb2da7ec446f5b7cce#what-is-plone">test</a>



