In order to get the title from the uref you need to:
get the data object (in case the uref is a perspective or a commit) using the EveesHelpers.getData() method.
get the title pattern of the data object, so that the title is shown for TextNode or Wiki objects. You can see how this is done in the wiki.drawer.ts
add the title pattern to the wiki.pattern.ts file, so that the get title pattern above works for the objects of pattern Wiki. (You can copy the way the title pattern is specified for the textnode.pattern.ts)
In order to get the title from the uref you need to:
EveesHelpers.getData()
method.title
pattern of the data object, so that the title is shown forTextNode
orWiki
objects. You can see how this is done in the wiki.drawer.tstitle
pattern to the wiki.pattern.ts file, so that the get title pattern above works for the objects of pattern Wiki. (You can copy the way the title pattern is specified for the textnode.pattern.ts)