I think I totally brain-farted. After some searching I found the help
preferences and restarting. Then I could actually access the help
> Just open the Help menu within Tags and click on "Automator and Script
> Examples". A Finder window opens for a folder with the examples opens
> than. There are two Applescript examples in it.
> I don't think you can use it for tagging items from "The Hit List".
> "The Hit List" uses their own database format for the individual items
> and for tagging purposes we would need a file for each entry.
> On Mar 20, 1:11 pm, Nick <nvaha...@gmail.com> wrote:
> > Hi Martin,
> > Can you point out where these examples in the Help menu are? I have
> > not been able to find any good applescript examples for The Hit List
> > thus far!
> > NIck
> > On Mar 19, 6:20 am, "Martin (Gravity)" <martink...@gmail.com> wrote:
> > > Have a look at the examples from the Help menu
> > > On Mar 14, 8:58 pm, Nick <nvaha...@gmail.com> wrote:
> > > > I was poking around today but couldn't figure out how to create tagged
> > > > items via AppleScript. Anyone know?
> > > > tell application "Tags"
> > > > set newTag to make new TagItem with properties {title:"Blah",
> > > > path:"http://caseapps.com", tags:{"testing"}}
> > > > end tell
> > > > This yields: error "Tags got an error: AppleEvent handler failed."
> > > > number -10000