Tinderbox and Hook

Those are great scripts, thanks a lot for putting them together @RobTrew

I’m going to add them to Hook as a built in integrations, but there are a few changes I’m making to the URL structure

  • removing that semicolon appended to the end of attribute “NoteURL”
  • changing the second ? to a &, to match query syntax

e.g. from
hook://tbx/file/note?view=outline+select=1575069337;?filepath=/path/file.tbx
to
hook://tbx/file/note?view=outline+select=1575069337&filepath=/path/file.tbx

I also changed the script to link to the file if no note is selected

2 Likes