8.16 Custom URL Scheme ↑
8.16.5 Notenik URL Help Command
This command will open a specific page in the embedded Knowledge Base.
Following is a sample URL:
notenik://help?id=versionhistory
Once more, let’s break this down:
-
notenik://- The custom scheme that will invoke the Notenik app. -
help- The Notenik command to open the Notenik Knowledge Base supplied with Notenik. -
?- A question mark indicates the end of the command and the beginning of the query string.
-
id=versionhistory- The ID identifying the Note to be selected for Display.
The query string is optional. If it is not supplied, then the Knowledge Base will be opened at the first Note in the Collection.
Next: 8.16.6 Notenik URL Settings Command