Inside each note, you can insert a link to another note. You can refer to the page in two ways:
You can create a link any type with <a href="..."> tag or with wiki notation on wiki pages.
Link by unique identifier
From version 1.8 added function to refer to pages by identifier. The identifiers don't depend on name of page or path to page therefore after rename or move notes links as before work.
To copy link to page in clipboard it is necessary to select the menu item "Tools -> Copy page link" or select the item of popup menu of the same name.
For example for this page such link is page://__a9b6359a-ec35-4113-a097-ae12c7cc7ec2.
Any link begin with "page://" and follow further page identifier. Such link can use in the same way just as any other links (http://, ftp:// and other).
Examples:
When using links on the unique identifier can only be not only on a different page, but also to anchor on another page. In this case, the link will look like this: page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor
Link by name
A links by name like file path for UNIX system and look thus: /Page name 1/Page name 2/.../Purpose page.
If link starts with "/" then search of page begin from root of tree else firstly search of page begin from current page.
Examples:
This link type is outdated since after move or rename purpose page links bekom invalid.
Related links
Relative links are a particular case of references by name. In the references, you can use the path of the form ../../Page Types/Html Page.
If the as a link enter dot (.) it will be interpreted as a reference to the directory of the current page.