Hi all -
I am the developer of Traverse outliner app. Traverse works with opml files and allows the user to create and view their outlines in various distinct views (outliner, writer and column). The column view is similar to how the old Tree outliner app operated if you remember that.
I use Hookmark myself and have also been asked by a couple of users about support for Hookmark links. Adding this script to Hookmark will provide the required node-level link:
set callbackURL to "hook://x-callback-url/setCurrentNode%3FrequestID%3D$requestID"
set callbackURLError to "hook://x-callback-url/setCurrentNodeError"
set myURL to "traverse://x-callback-url/getCurrentNode?" & "&x-error=" & callbackURLError & "&x-success=" & callbackURL
set myScript to "open '" & myURL & "'"
do shell script myScript
return callbackURL
Is there a way for this to be added to the official script library?
Traverse app store link: Traverse outliner App - App Store
Traverse web page link: Traverse | OPML Outliner for macOS