--- In [email protected], "friendinme001" <[EMAIL PROTECTED]> wrote: > > Is there any way to open a category of notes without creating a special > button or command for each category I have?
No easy way to do this that I can see. The following command worked in my tests, although the user interface is a bit clumsy Command menu Action folder Parameters cmd "menu.folder( file.folder(_file_), ?==, ?=*all=)" When you run the command, the menu folder displays all your note folders (ie categories). You then have to click on any note in the folder you want to open (not the folder, you have to pick any note in the folder). When you pick the note, the command menu.folder(file.folder(_file_), ?==, ?=*all=) is run, which then runs all the files in the chosen folder (*all means run all instead of dispalying a menu). And running the files means that all the notes are run, which causes PowerPro (the program associated with the extension .powerpronote) to open the notes. Phew!
