--- In [email protected], "jroncalm" <jroncal2...@...> wrote: > > Is it possible to implement subfolders in Notes with script? > > Regards, > Jose >
If you use note setfolder to set the note folder before you open or save a note, this might work. Your script would have to - capture and possibly save in a global or static the current subfolder you want to work with - change to that subfolder using note.setfolder Then you could use note commands as is, I think. But you would have to be careful about opening notes from different subfolders by making sure you manually set the subfolder before saving. And of course you would have to recognize the subfolder from looking at the note manually, unless you wanted to do some special processing of the note text somehow with the note plugin.
