My main interest is classical music. I would like a new function to parse the composer name when assigning a file name. This could be called [NWORDS] and would be the first N words of the text.

For example, I might have for the composer tag: "Haydn, Joseph (1732–1809)".

[NWORDS]1,[composer][] would return "Haydn"

and

[NWORDS]2,[composer][] would return "Haydn, Joseph"

Thanks for considering it!