selectLink

private fun selectLink(link: String)

Jump to a "link" selecting both category and entry

Calls selectCategory with the substring before the first '/',

and selectEntry with the substring after the first '/'

Parameters

link

Link in the form Category/Entry

Sources

jvm source
Link copied to clipboard